Shades of Heliotrope #DF78F0
Tints of Heliotrope #DF78F0
RGB
CMYK
RGB Variations
Color information
#DF78F0 (or 0xDF78F0) is known color: Heliotrope. HEX triplet: DF, 78 and F0. RGB value is (223,120,240). Sum of RGB (Red+Green+Blue) = 223+120+240=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 120 (47.27% from 255 or 20.58% from 583); Blue value is 240 (94.14% from 255 or 41.17% from 583); Max value from RGB is 240 - color contains mainly: blue. Hex color #DF78F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF78F0 is #20870F. Grayscale: #A4A4A4. Windows color (decimal): -2131728 or 15759583. OLE color: 15759583.
HSL color Cylindrical-coordinate representation of color #DF78F0: hue angle of 291.5º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF78F0 is Cyan = 0.07, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 120 | 240 | - |
| CMYK | 0.07 | 0.5 | 0 | 0.06 |
| HSL | 291.5º | 0.8% | 0.71% | - |
| HSV(B) | 291.5º | 0.5% | 0.94% | - |
| XYZ | 52.88 | 35.41 | 86.49 | - |
| YUV | 164.48 | 170.62 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 120 | 240 | 0.07 | 0.5 | 0 | 0.06 | 291.5 | 0.8 | 0.71 |
| Hex | DF | 78 | F0 | 7 | 32 | 0 | 6 | 124 | 50 | 47 |
| Octal | 337 | 170 | 360 | 7 | 62 | 0 | 6 | 444 | 120 | 107 |
| Binary | 11011111 | 1111000 | 11110000 | 111 | 110010 | 0 | 110 | 100100100 | 1010000 | 1000111 |
Color Harmonies of #DF78F0
Complementary color
Monochromatic Colors of #DF78F0
Black with #DF78F0
Text Example
Text Example
White with #DF78F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF78F0; }
p { color: rgb(223,120,240); }
H1.HeaderClassName
{
color: #DF78F0;
}
.AnyTagClassName
{
color: #DF78F0;
}
</style>
background-color css
<style>
a { background-color: #DF78F0; }
a { background-color: rgb(223,120,240); }
div.DivClassName
{
background-color: #DF78F0;
}
.BgClassName
{
background-color: #DF78F0;
}
</style>
border-color css
<style>
span { border-color: #DF78F0; }
span { border-color: rgb(223,120,240); }
td.TdClassName
{
border-color: #DF78F0;
}
.TagClassName
{
border-color: #DF78F0;
}
</style>