Shades of Heliotrope #D06DFE
Tints of Heliotrope #D06DFE
RGB
CMYK
RGB Variations
Color information
#D06DFE (or 0xD06DFE) is known color: Heliotrope. HEX triplet: D0, 6D and FE. RGB value is (208,109,254). Sum of RGB (Red+Green+Blue) = 208+109+254=571 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.43% from 571); Green value is 109 (42.97% from 255 or 19.09% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #D06DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06DFE is #2F9201. Grayscale: #9A9A9A. Windows color (decimal): -3117570 or 16674256. OLE color: 16674256.
HSL color Cylindrical-coordinate representation of color #D06DFE: hue angle of 280.97º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D06DFE is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 109 | 254 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.00 |
| HSL | 280.97º | 0.99% | 0.71% | - |
| HSV(B) | 280.97º | 0.57% | 1% | - |
| XYZ | 49.37 | 31.5 | 97.24 | - |
| YUV | 155.13 | 183.8 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 109 | 254 | 0.18 | 0.57 | 0 | 0.00 | 280.97 | 0.99 | 0.71 |
| Hex | D0 | 6D | FE | 12 | 39 | 0 | 0 | 119 | 63 | 47 |
| Octal | 320 | 155 | 376 | 22 | 71 | 0 | 0 | 431 | 143 | 107 |
| Binary | 11010000 | 1101101 | 11111110 | 10010 | 111001 | 0 | 0 | 100011001 | 1100011 | 1000111 |
Color Harmonies of #D06DFE
Complementary color
Monochromatic Colors of #D06DFE
Black with #D06DFE
Text Example
Text Example
White with #D06DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06DFE; }
p { color: rgb(208,109,254); }
H1.HeaderClassName
{
color: #D06DFE;
}
.AnyTagClassName
{
color: #D06DFE;
}
</style>
background-color css
<style>
a { background-color: #D06DFE; }
a { background-color: rgb(208,109,254); }
div.DivClassName
{
background-color: #D06DFE;
}
.BgClassName
{
background-color: #D06DFE;
}
</style>
border-color css
<style>
span { border-color: #D06DFE; }
span { border-color: rgb(208,109,254); }
td.TdClassName
{
border-color: #D06DFE;
}
.TagClassName
{
border-color: #D06DFE;
}
</style>