Shades of Heliotrope #D078F1
Tints of Heliotrope #D078F1
RGB
CMYK
RGB Variations
Color information
#D078F1 (or 0xD078F1) is known color: Heliotrope. HEX triplet: D0, 78 and F1. RGB value is (208,120,241). Sum of RGB (Red+Green+Blue) = 208+120+241=569 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.56% from 569); Green value is 120 (47.27% from 255 or 21.09% from 569); Blue value is 241 (94.53% from 255 or 42.36% from 569); Max value from RGB is 241 - color contains mainly: blue. Hex color #D078F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D078F1 is #2F870E. Grayscale: #9F9F9F. Windows color (decimal): -3114767 or 15825104. OLE color: 15825104.
HSL color Cylindrical-coordinate representation of color #D078F1: hue angle of 283.64º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D078F1 is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 120 | 241 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.05 |
| HSL | 283.64º | 0.81% | 0.71% | - |
| HSV(B) | 283.64º | 0.5% | 0.95% | - |
| XYZ | 48.61 | 33.19 | 87.06 | - |
| YUV | 160.11 | 173.65 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 120 | 241 | 0.14 | 0.50 | 0 | 0.05 | 283.64 | 0.81 | 0.71 |
| Hex | D0 | 78 | F1 | E | 32 | 0 | 5 | 11C | 51 | 47 |
| Octal | 320 | 170 | 361 | 16 | 62 | 0 | 5 | 434 | 121 | 107 |
| Binary | 11010000 | 1111000 | 11110001 | 1110 | 110010 | 0 | 101 | 100011100 | 1010001 | 1000111 |
Color Harmonies of #D078F1
Complementary color
Monochromatic Colors of #D078F1
Black with #D078F1
Text Example
Text Example
White with #D078F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D078F1; }
p { color: rgb(208,120,241); }
H1.HeaderClassName
{
color: #D078F1;
}
.AnyTagClassName
{
color: #D078F1;
}
</style>
background-color css
<style>
a { background-color: #D078F1; }
a { background-color: rgb(208,120,241); }
div.DivClassName
{
background-color: #D078F1;
}
.BgClassName
{
background-color: #D078F1;
}
</style>
border-color css
<style>
span { border-color: #D078F1; }
span { border-color: rgb(208,120,241); }
td.TdClassName
{
border-color: #D078F1;
}
.TagClassName
{
border-color: #D078F1;
}
</style>