Shades of Heliotrope #D067EE
Tints of Heliotrope #D067EE
RGB
CMYK
RGB Variations
Color information
#D067EE (or 0xD067EE) is known color: Heliotrope. HEX triplet: D0, 67 and EE. RGB value is (208,103,238). Sum of RGB (Red+Green+Blue) = 208+103+238=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 103 (40.62% from 255 or 18.76% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #D067EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D067EE is #2F9811. Grayscale: #959595. Windows color (decimal): -3119122 or 15624144. OLE color: 15624144.
HSL color Cylindrical-coordinate representation of color #D067EE: hue angle of 286.67º 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 #D067EE is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 103 | 238 | - |
| CMYK | 0.13 | 0.57 | 0 | 0.07 |
| HSL | 286.67º | 0.8% | 0.67% | - |
| HSV(B) | 286.67º | 0.57% | 0.93% | - |
| XYZ | 46.3 | 29.28 | 84.1 | - |
| YUV | 149.79 | 177.79 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 103 | 238 | 0.13 | 0.57 | 0 | 0.07 | 286.67 | 0.8 | 0.67 |
| Hex | D0 | 67 | EE | D | 39 | 0 | 7 | 11F | 50 | 43 |
| Octal | 320 | 147 | 356 | 15 | 71 | 0 | 7 | 437 | 120 | 103 |
| Binary | 11010000 | 1100111 | 11101110 | 1101 | 111001 | 0 | 111 | 100011111 | 1010000 | 1000011 |
Color Harmonies of #D067EE
Complementary color
Monochromatic Colors of #D067EE
Black with #D067EE
Text Example
Text Example
White with #D067EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D067EE; }
p { color: rgb(208,103,238); }
H1.HeaderClassName
{
color: #D067EE;
}
.AnyTagClassName
{
color: #D067EE;
}
</style>
background-color css
<style>
a { background-color: #D067EE; }
a { background-color: rgb(208,103,238); }
div.DivClassName
{
background-color: #D067EE;
}
.BgClassName
{
background-color: #D067EE;
}
</style>
border-color css
<style>
span { border-color: #D067EE; }
span { border-color: rgb(208,103,238); }
td.TdClassName
{
border-color: #D067EE;
}
.TagClassName
{
border-color: #D067EE;
}
</style>