Shades of Heliotrope #D06FEB
Tints of Heliotrope #D06FEB
RGB
CMYK
RGB Variations
Color information
#D06FEB (or 0xD06FEB) is known color: Heliotrope. HEX triplet: D0, 6F and EB. RGB value is (208,111,235). Sum of RGB (Red+Green+Blue) = 208+111+235=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 111 (43.75% from 255 or 20.04% from 554); Blue value is 235 (92.19% from 255 or 42.42% from 554); Max value from RGB is 235 - color contains mainly: blue. Hex color #D06FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06FEB is #2F9014. Grayscale: #999999. Windows color (decimal): -3117077 or 15429584. OLE color: 15429584.
HSL color Cylindrical-coordinate representation of color #D06FEB: hue angle of 286.94º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D06FEB is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 111 | 235 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.08 |
| HSL | 286.94º | 0.76% | 0.68% | - |
| HSV(B) | 286.94º | 0.53% | 0.92% | - |
| XYZ | 46.69 | 30.78 | 82.08 | - |
| YUV | 154.14 | 173.64 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 235 | 0.11 | 0.53 | 0 | 0.08 | 286.94 | 0.76 | 0.68 |
| Hex | D0 | 6F | EB | B | 35 | 0 | 8 | 11F | 4C | 44 |
| Octal | 320 | 157 | 353 | 13 | 65 | 0 | 10 | 437 | 114 | 104 |
| Binary | 11010000 | 1101111 | 11101011 | 1011 | 110101 | 0 | 1000 | 100011111 | 1001100 | 1000100 |
Color Harmonies of #D06FEB
Complementary color
Monochromatic Colors of #D06FEB
Black with #D06FEB
Text Example
Text Example
White with #D06FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06FEB; }
p { color: rgb(208,111,235); }
H1.HeaderClassName
{
color: #D06FEB;
}
.AnyTagClassName
{
color: #D06FEB;
}
</style>
background-color css
<style>
a { background-color: #D06FEB; }
a { background-color: rgb(208,111,235); }
div.DivClassName
{
background-color: #D06FEB;
}
.BgClassName
{
background-color: #D06FEB;
}
</style>
border-color css
<style>
span { border-color: #D06FEB; }
span { border-color: rgb(208,111,235); }
td.TdClassName
{
border-color: #D06FEB;
}
.TagClassName
{
border-color: #D06FEB;
}
</style>