Shades of Heliotrope #D06FE8
Tints of Heliotrope #D06FE8
RGB
CMYK
RGB Variations
Color information
#D06FE8 (or 0xD06FE8) is known color: Heliotrope. HEX triplet: D0, 6F and E8. RGB value is (208,111,232). Sum of RGB (Red+Green+Blue) = 208+111+232=551 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.75% from 551); Green value is 111 (43.75% from 255 or 20.15% from 551); Blue value is 232 (91.02% from 255 or 42.11% from 551); Max value from RGB is 232 - color contains mainly: blue. Hex color #D06FE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06FE8 is #2F9017. Grayscale: #999999. Windows color (decimal): -3117080 or 15232976. OLE color: 15232976.
HSL color Cylindrical-coordinate representation of color #D06FE8: hue angle of 288.1º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D06FE8 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 111 | 232 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.09 |
| HSL | 288.1º | 0.72% | 0.67% | - |
| HSV(B) | 288.1º | 0.52% | 0.91% | - |
| XYZ | 46.26 | 30.6 | 79.81 | - |
| YUV | 153.8 | 172.14 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 232 | 0.10 | 0.52 | 0 | 0.09 | 288.1 | 0.72 | 0.67 |
| Hex | D0 | 6F | E8 | A | 34 | 0 | 9 | 120 | 48 | 43 |
| Octal | 320 | 157 | 350 | 12 | 64 | 0 | 11 | 440 | 110 | 103 |
| Binary | 11010000 | 1101111 | 11101000 | 1010 | 110100 | 0 | 1001 | 100100000 | 1001000 | 1000011 |
Color Harmonies of #D06FE8
Complementary color
Monochromatic Colors of #D06FE8
Black with #D06FE8
Text Example
Text Example
White with #D06FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06FE8; }
p { color: rgb(208,111,232); }
H1.HeaderClassName
{
color: #D06FE8;
}
.AnyTagClassName
{
color: #D06FE8;
}
</style>
background-color css
<style>
a { background-color: #D06FE8; }
a { background-color: rgb(208,111,232); }
div.DivClassName
{
background-color: #D06FE8;
}
.BgClassName
{
background-color: #D06FE8;
}
</style>
border-color css
<style>
span { border-color: #D06FE8; }
span { border-color: rgb(208,111,232); }
td.TdClassName
{
border-color: #D06FE8;
}
.TagClassName
{
border-color: #D06FE8;
}
</style>