Shades of Heliotrope #D06DF1
Tints of Heliotrope #D06DF1
RGB
CMYK
RGB Variations
Color information
#D06DF1 (or 0xD06DF1) is known color: Heliotrope. HEX triplet: D0, 6D and F1. RGB value is (208,109,241). Sum of RGB (Red+Green+Blue) = 208+109+241=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 109 (42.97% from 255 or 19.53% from 558); Blue value is 241 (94.53% from 255 or 43.19% from 558); Max value from RGB is 241 - color contains mainly: blue. Hex color #D06DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06DF1 is #2F920E. Grayscale: #999999. Windows color (decimal): -3117583 or 15822288. OLE color: 15822288.
HSL color Cylindrical-coordinate representation of color #D06DF1: hue angle of 285º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D06DF1 is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 109 | 241 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.05 |
| HSL | 285º | 0.83% | 0.69% | - |
| HSV(B) | 285º | 0.55% | 0.95% | - |
| XYZ | 47.36 | 30.7 | 86.65 | - |
| YUV | 153.65 | 177.3 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 109 | 241 | 0.14 | 0.55 | 0 | 0.05 | 285 | 0.83 | 0.69 |
| Hex | D0 | 6D | F1 | E | 37 | 0 | 5 | 11D | 52 | 45 |
| Octal | 320 | 155 | 361 | 16 | 67 | 0 | 5 | 435 | 122 | 105 |
| Binary | 11010000 | 1101101 | 11110001 | 1110 | 110111 | 0 | 101 | 100011101 | 1010010 | 1000101 |
Color Harmonies of #D06DF1
Complementary color
Monochromatic Colors of #D06DF1
Black with #D06DF1
Text Example
Text Example
White with #D06DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06DF1; }
p { color: rgb(208,109,241); }
H1.HeaderClassName
{
color: #D06DF1;
}
.AnyTagClassName
{
color: #D06DF1;
}
</style>
background-color css
<style>
a { background-color: #D06DF1; }
a { background-color: rgb(208,109,241); }
div.DivClassName
{
background-color: #D06DF1;
}
.BgClassName
{
background-color: #D06DF1;
}
</style>
border-color css
<style>
span { border-color: #D06DF1; }
span { border-color: rgb(208,109,241); }
td.TdClassName
{
border-color: #D06DF1;
}
.TagClassName
{
border-color: #D06DF1;
}
</style>