Shades of Heliotrope #D06DED
Tints of Heliotrope #D06DED
RGB
CMYK
RGB Variations
Color information
#D06DED (or 0xD06DED) is known color: Heliotrope. HEX triplet: D0, 6D and ED. RGB value is (208,109,237). Sum of RGB (Red+Green+Blue) = 208+109+237=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 109 (42.97% from 255 or 19.68% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 237 - color contains mainly: blue. Hex color #D06DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06DED is #2F9212. Grayscale: #989898. Windows color (decimal): -3117587 or 15560144. OLE color: 15560144.
HSL color Cylindrical-coordinate representation of color #D06DED: hue angle of 286.41º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D06DED is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 109 | 237 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.07 |
| HSL | 286.41º | 0.78% | 0.68% | - |
| HSV(B) | 286.41º | 0.54% | 0.93% | - |
| XYZ | 46.77 | 30.46 | 83.54 | - |
| YUV | 153.19 | 175.3 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 109 | 237 | 0.12 | 0.54 | 0 | 0.07 | 286.41 | 0.78 | 0.68 |
| Hex | D0 | 6D | ED | C | 36 | 0 | 7 | 11E | 4E | 44 |
| Octal | 320 | 155 | 355 | 14 | 66 | 0 | 7 | 436 | 116 | 104 |
| Binary | 11010000 | 1101101 | 11101101 | 1100 | 110110 | 0 | 111 | 100011110 | 1001110 | 1000100 |
Color Harmonies of #D06DED
Complementary color
Monochromatic Colors of #D06DED
Black with #D06DED
Text Example
Text Example
White with #D06DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06DED; }
p { color: rgb(208,109,237); }
H1.HeaderClassName
{
color: #D06DED;
}
.AnyTagClassName
{
color: #D06DED;
}
</style>
background-color css
<style>
a { background-color: #D06DED; }
a { background-color: rgb(208,109,237); }
div.DivClassName
{
background-color: #D06DED;
}
.BgClassName
{
background-color: #D06DED;
}
</style>
border-color css
<style>
span { border-color: #D06DED; }
span { border-color: rgb(208,109,237); }
td.TdClassName
{
border-color: #D06DED;
}
.TagClassName
{
border-color: #D06DED;
}
</style>