Shades of Heliotrope #DF71FB
Tints of Heliotrope #DF71FB
RGB
CMYK
RGB Variations
Color information
#DF71FB (or 0xDF71FB) is known color: Heliotrope. HEX triplet: DF, 71 and FB. RGB value is (223,113,251). Sum of RGB (Red+Green+Blue) = 223+113+251=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 113 (44.53% from 255 or 19.25% from 587); Blue value is 251 (98.44% from 255 or 42.76% from 587); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF71FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF71FB is #208E04. Grayscale: #A1A1A1. Windows color (decimal): -2133509 or 16478687. OLE color: 16478687.
HSL color Cylindrical-coordinate representation of color #DF71FB: hue angle of 287.83º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF71FB is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 113 | 251 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.02 |
| HSL | 287.83º | 0.95% | 0.71% | - |
| HSV(B) | 287.83º | 0.55% | 0.98% | - |
| XYZ | 53.75 | 34.46 | 95.09 | - |
| YUV | 161.62 | 178.44 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 113 | 251 | 0.11 | 0.55 | 0 | 0.02 | 287.83 | 0.95 | 0.71 |
| Hex | DF | 71 | FB | B | 37 | 0 | 2 | 120 | 5F | 47 |
| Octal | 337 | 161 | 373 | 13 | 67 | 0 | 2 | 440 | 137 | 107 |
| Binary | 11011111 | 1110001 | 11111011 | 1011 | 110111 | 0 | 10 | 100100000 | 1011111 | 1000111 |
Color Harmonies of #DF71FB
Complementary color
Monochromatic Colors of #DF71FB
Black with #DF71FB
Text Example
Text Example
White with #DF71FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF71FB; }
p { color: rgb(223,113,251); }
H1.HeaderClassName
{
color: #DF71FB;
}
.AnyTagClassName
{
color: #DF71FB;
}
</style>
background-color css
<style>
a { background-color: #DF71FB; }
a { background-color: rgb(223,113,251); }
div.DivClassName
{
background-color: #DF71FB;
}
.BgClassName
{
background-color: #DF71FB;
}
</style>
border-color css
<style>
span { border-color: #DF71FB; }
span { border-color: rgb(223,113,251); }
td.TdClassName
{
border-color: #DF71FB;
}
.TagClassName
{
border-color: #DF71FB;
}
</style>