Shades of Heliotrope #D066EE
Tints of Heliotrope #D066EE
RGB
CMYK
RGB Variations
Color information
#D066EE (or 0xD066EE) is known color: Heliotrope. HEX triplet: D0, 66 and EE. RGB value is (208,102,238). Sum of RGB (Red+Green+Blue) = 208+102+238=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 102 (40.23% from 255 or 18.61% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #D066EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D066EE is #2F9911. Grayscale: #949494. Windows color (decimal): -3119378 or 15623888. OLE color: 15623888.
HSL color Cylindrical-coordinate representation of color #D066EE: hue angle of 286.76º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D066EE is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 102 | 238 | - |
| CMYK | 0.13 | 0.57 | 0 | 0.07 |
| HSL | 286.76º | 0.8% | 0.67% | - |
| HSV(B) | 286.76º | 0.57% | 0.93% | - |
| XYZ | 46.2 | 29.09 | 84.07 | - |
| YUV | 149.2 | 178.12 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 102 | 238 | 0.13 | 0.57 | 0 | 0.07 | 286.76 | 0.8 | 0.67 |
| Hex | D0 | 66 | EE | D | 39 | 0 | 7 | 11F | 50 | 43 |
| Octal | 320 | 146 | 356 | 15 | 71 | 0 | 7 | 437 | 120 | 103 |
| Binary | 11010000 | 1100110 | 11101110 | 1101 | 111001 | 0 | 111 | 100011111 | 1010000 | 1000011 |
Color Harmonies of #D066EE
Complementary color
Monochromatic Colors of #D066EE
Black with #D066EE
Text Example
Text Example
White with #D066EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D066EE; }
p { color: rgb(208,102,238); }
H1.HeaderClassName
{
color: #D066EE;
}
.AnyTagClassName
{
color: #D066EE;
}
</style>
background-color css
<style>
a { background-color: #D066EE; }
a { background-color: rgb(208,102,238); }
div.DivClassName
{
background-color: #D066EE;
}
.BgClassName
{
background-color: #D066EE;
}
</style>
border-color css
<style>
span { border-color: #D066EE; }
span { border-color: rgb(208,102,238); }
td.TdClassName
{
border-color: #D066EE;
}
.TagClassName
{
border-color: #D066EE;
}
</style>