Shades of Heliotrope #D060EE
Tints of Heliotrope #D060EE
RGB
CMYK
RGB Variations
Color information
#D060EE (or 0xD060EE) is known color: Heliotrope. HEX triplet: D0, 60 and EE. RGB value is (208,96,238). Sum of RGB (Red+Green+Blue) = 208+96+238=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 96 (37.89% from 255 or 17.71% from 542); Blue value is 238 (93.36% from 255 or 43.91% from 542); Max value from RGB is 238 - color contains mainly: blue. Hex color #D060EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D060EE is #2F9F11. Grayscale: #919191. Windows color (decimal): -3120914 or 15622352. OLE color: 15622352.
HSL color Cylindrical-coordinate representation of color #D060EE: hue angle of 287.32º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D060EE is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 96 | 238 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.07 |
| HSL | 287.32º | 0.81% | 0.65% | - |
| HSV(B) | 287.32º | 0.6% | 0.93% | - |
| XYZ | 45.63 | 27.95 | 83.88 | - |
| YUV | 145.68 | 180.11 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 96 | 238 | 0.13 | 0.60 | 0 | 0.07 | 287.32 | 0.81 | 0.65 |
| Hex | D0 | 60 | EE | D | 3C | 0 | 7 | 11F | 51 | 41 |
| Octal | 320 | 140 | 356 | 15 | 74 | 0 | 7 | 437 | 121 | 101 |
| Binary | 11010000 | 1100000 | 11101110 | 1101 | 111100 | 0 | 111 | 100011111 | 1010001 | 1000001 |
Color Harmonies of #D060EE
Complementary color
Monochromatic Colors of #D060EE
Black with #D060EE
Text Example
Text Example
White with #D060EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D060EE; }
p { color: rgb(208,96,238); }
H1.HeaderClassName
{
color: #D060EE;
}
.AnyTagClassName
{
color: #D060EE;
}
</style>
background-color css
<style>
a { background-color: #D060EE; }
a { background-color: rgb(208,96,238); }
div.DivClassName
{
background-color: #D060EE;
}
.BgClassName
{
background-color: #D060EE;
}
</style>
border-color css
<style>
span { border-color: #D060EE; }
span { border-color: rgb(208,96,238); }
td.TdClassName
{
border-color: #D060EE;
}
.TagClassName
{
border-color: #D060EE;
}
</style>