Shades of Heliotrope #DF78FA
Tints of Heliotrope #DF78FA
RGB
CMYK
RGB Variations
Color information
#DF78FA (or 0xDF78FA) is known color: Heliotrope. HEX triplet: DF, 78 and FA. RGB value is (223,120,250). Sum of RGB (Red+Green+Blue) = 223+120+250=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 120 (47.27% from 255 or 20.24% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF78FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF78FA is #208705. Grayscale: #A5A5A5. Windows color (decimal): -2131718 or 16414943. OLE color: 16414943.
HSL color Cylindrical-coordinate representation of color #DF78FA: hue angle of 287.54º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF78FA is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 120 | 250 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.02 |
| HSL | 287.54º | 0.93% | 0.73% | - |
| HSV(B) | 287.54º | 0.52% | 0.98% | - |
| XYZ | 54.4 | 36.02 | 94.53 | - |
| YUV | 165.62 | 175.62 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 120 | 250 | 0.11 | 0.52 | 0 | 0.02 | 287.54 | 0.93 | 0.73 |
| Hex | DF | 78 | FA | B | 34 | 0 | 2 | 120 | 5D | 49 |
| Octal | 337 | 170 | 372 | 13 | 64 | 0 | 2 | 440 | 135 | 111 |
| Binary | 11011111 | 1111000 | 11111010 | 1011 | 110100 | 0 | 10 | 100100000 | 1011101 | 1001001 |
Color Harmonies of #DF78FA
Complementary color
Monochromatic Colors of #DF78FA
Black with #DF78FA
Text Example
Text Example
White with #DF78FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF78FA; }
p { color: rgb(223,120,250); }
H1.HeaderClassName
{
color: #DF78FA;
}
.AnyTagClassName
{
color: #DF78FA;
}
</style>
background-color css
<style>
a { background-color: #DF78FA; }
a { background-color: rgb(223,120,250); }
div.DivClassName
{
background-color: #DF78FA;
}
.BgClassName
{
background-color: #DF78FA;
}
</style>
border-color css
<style>
span { border-color: #DF78FA; }
span { border-color: rgb(223,120,250); }
td.TdClassName
{
border-color: #DF78FA;
}
.TagClassName
{
border-color: #DF78FA;
}
</style>