Shades of Heliotrope #DF70FB
Tints of Heliotrope #DF70FB
RGB
CMYK
RGB Variations
Color information
#DF70FB (or 0xDF70FB) is known color: Heliotrope. HEX triplet: DF, 70 and FB. RGB value is (223,112,251). Sum of RGB (Red+Green+Blue) = 223+112+251=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 112 (44.14% from 255 or 19.11% from 586); Blue value is 251 (98.44% from 255 or 42.83% from 586); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF70FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF70FB is #208F04. Grayscale: #A0A0A0. Windows color (decimal): -2133765 or 16478431. OLE color: 16478431.
HSL color Cylindrical-coordinate representation of color #DF70FB: hue angle of 287.91º 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 #DF70FB is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 112 | 251 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.02 |
| HSL | 287.91º | 0.95% | 0.71% | - |
| HSV(B) | 287.91º | 0.55% | 0.98% | - |
| XYZ | 53.64 | 34.24 | 95.05 | - |
| YUV | 161.04 | 178.77 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 251 | 0.11 | 0.55 | 0 | 0.02 | 287.91 | 0.95 | 0.71 |
| Hex | DF | 70 | FB | B | 37 | 0 | 2 | 120 | 5F | 47 |
| Octal | 337 | 160 | 373 | 13 | 67 | 0 | 2 | 440 | 137 | 107 |
| Binary | 11011111 | 1110000 | 11111011 | 1011 | 110111 | 0 | 10 | 100100000 | 1011111 | 1000111 |
Color Harmonies of #DF70FB
Complementary color
Monochromatic Colors of #DF70FB
Black with #DF70FB
Text Example
Text Example
White with #DF70FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF70FB; }
p { color: rgb(223,112,251); }
H1.HeaderClassName
{
color: #DF70FB;
}
.AnyTagClassName
{
color: #DF70FB;
}
</style>
background-color css
<style>
a { background-color: #DF70FB; }
a { background-color: rgb(223,112,251); }
div.DivClassName
{
background-color: #DF70FB;
}
.BgClassName
{
background-color: #DF70FB;
}
</style>
border-color css
<style>
span { border-color: #DF70FB; }
span { border-color: rgb(223,112,251); }
td.TdClassName
{
border-color: #DF70FB;
}
.TagClassName
{
border-color: #DF70FB;
}
</style>