strong magenta/strong fuchsia
#ff44d1 color RGB value is (255,68,209)
#ff44d1 color CMYK value
#ff44d1 color HSL value
HSV(or HSB) | 314.8° | 73.3 | 100 |
XYZ | 54.816 | 29.998 | 63.223 |
Yxy | 0.37 | 0.203 | 29.998 |
LAB | 61.652 | 81.483 | -32.97 |
LUV | 61.652 | 94.492 | -63.773 |
Hunter-LAB | 54.77 | 82.801 | -30.101 |
CIE-LCH | 61.652 | 87.9 | 337.971 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | FF | 44 | D1 |
Decimal | 255 | 68 | 209 |
Octal | 377 | 104 | 321 |
Binary | 11111111 | 01000100 | 11010001 |
Below, you can see some colors close to #ff44d1. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #ff44d1.
<span style="color:#ff44d1">Text here</span>
This paragraph has a background color of #ff44d1.
<p style="background-color:#ff44d1;">Content here</p>
This element has a border color of #ff44d1.
<div style="border:1px #ff44d1;">Content here</div>
.text {color:#ff44d1;}
.background {background-color:#ff44d1;}
.border {border:1px solid #ff44d1;}
.text-shadow {border:1px solid #ff44d1;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #040003 is the darkest color, while #ffeefb is the lightest one.