Shades of Heliotrope #D078F4
Tints of Heliotrope #D078F4
RGB
CMYK
RGB Variations
Color information
#D078F4 (or 0xD078F4) is known color: Heliotrope. HEX triplet: D0, 78 and F4. RGB value is (208,120,244). Sum of RGB (Red+Green+Blue) = 208+120+244=572 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.36% from 572); Green value is 120 (47.27% from 255 or 20.98% from 572); Blue value is 244 (95.70% from 255 or 42.66% from 572); Max value from RGB is 244 - color contains mainly: blue. Hex color #D078F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D078F4 is #2F870B. Grayscale: #A0A0A0. Windows color (decimal): -3114764 or 16021712. OLE color: 16021712.
HSL color Cylindrical-coordinate representation of color #D078F4: hue angle of 282.58º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D078F4 is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 120 | 244 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.04 |
| HSL | 282.58º | 0.85% | 0.71% | - |
| HSV(B) | 282.58º | 0.51% | 0.96% | - |
| XYZ | 49.06 | 33.37 | 89.44 | - |
| YUV | 160.45 | 175.15 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 120 | 244 | 0.15 | 0.51 | 0 | 0.04 | 282.58 | 0.85 | 0.71 |
| Hex | D0 | 78 | F4 | F | 33 | 0 | 4 | 11B | 55 | 47 |
| Octal | 320 | 170 | 364 | 17 | 63 | 0 | 4 | 433 | 125 | 107 |
| Binary | 11010000 | 1111000 | 11110100 | 1111 | 110011 | 0 | 100 | 100011011 | 1010101 | 1000111 |
Color Harmonies of #D078F4
Complementary color
Monochromatic Colors of #D078F4
Black with #D078F4
Text Example
Text Example
White with #D078F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D078F4; }
p { color: rgb(208,120,244); }
H1.HeaderClassName
{
color: #D078F4;
}
.AnyTagClassName
{
color: #D078F4;
}
</style>
background-color css
<style>
a { background-color: #D078F4; }
a { background-color: rgb(208,120,244); }
div.DivClassName
{
background-color: #D078F4;
}
.BgClassName
{
background-color: #D078F4;
}
</style>
border-color css
<style>
span { border-color: #D078F4; }
span { border-color: rgb(208,120,244); }
td.TdClassName
{
border-color: #D078F4;
}
.TagClassName
{
border-color: #D078F4;
}
</style>