Shades of Heliotrope #DF77FB
Tints of Heliotrope #DF77FB
RGB
CMYK
RGB Variations
Color information
#DF77FB (or 0xDF77FB) is known color: Heliotrope. HEX triplet: DF, 77 and FB. RGB value is (223,119,251). Sum of RGB (Red+Green+Blue) = 223+119+251=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 119 (46.88% from 255 or 20.07% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF77FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF77FB is #208804. Grayscale: #A4A4A4. Windows color (decimal): -2131973 or 16480223. OLE color: 16480223.
HSL color Cylindrical-coordinate representation of color #DF77FB: hue angle of 287.27º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF77FB is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 119 | 251 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.02 |
| HSL | 287.27º | 0.94% | 0.73% | - |
| HSV(B) | 287.27º | 0.53% | 0.98% | - |
| XYZ | 54.44 | 35.85 | 95.32 | - |
| YUV | 165.14 | 176.46 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 119 | 251 | 0.11 | 0.53 | 0 | 0.02 | 287.27 | 0.94 | 0.73 |
| Hex | DF | 77 | FB | B | 35 | 0 | 2 | 11F | 5E | 49 |
| Octal | 337 | 167 | 373 | 13 | 65 | 0 | 2 | 437 | 136 | 111 |
| Binary | 11011111 | 1110111 | 11111011 | 1011 | 110101 | 0 | 10 | 100011111 | 1011110 | 1001001 |
Color Harmonies of #DF77FB
Complementary color
Monochromatic Colors of #DF77FB
Black with #DF77FB
Text Example
Text Example
White with #DF77FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF77FB; }
p { color: rgb(223,119,251); }
H1.HeaderClassName
{
color: #DF77FB;
}
.AnyTagClassName
{
color: #DF77FB;
}
</style>
background-color css
<style>
a { background-color: #DF77FB; }
a { background-color: rgb(223,119,251); }
div.DivClassName
{
background-color: #DF77FB;
}
.BgClassName
{
background-color: #DF77FB;
}
</style>
border-color css
<style>
span { border-color: #DF77FB; }
span { border-color: rgb(223,119,251); }
td.TdClassName
{
border-color: #DF77FB;
}
.TagClassName
{
border-color: #DF77FB;
}
</style>