Shades of Heliotrope #D082EE
Tints of Heliotrope #D082EE
RGB
CMYK
RGB Variations
Color information
#D082EE (or 0xD082EE) is known color: Heliotrope. HEX triplet: D0, 82 and EE. RGB value is (208,130,238). Sum of RGB (Red+Green+Blue) = 208+130+238=576 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.11% from 576); Green value is 130 (51.17% from 255 or 22.57% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 238 - color contains mainly: blue. Hex color #D082EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D082EE is #2F7D11. Grayscale: #A5A5A5. Windows color (decimal): -3112210 or 15631056. OLE color: 15631056.
HSL color Cylindrical-coordinate representation of color #D082EE: hue angle of 283.33º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D082EE is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 130 | 238 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.07 |
| HSL | 283.33º | 0.76% | 0.72% | - |
| HSV(B) | 283.33º | 0.45% | 0.93% | - |
| XYZ | 49.43 | 35.55 | 85.15 | - |
| YUV | 165.63 | 168.84 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 130 | 238 | 0.13 | 0.45 | 0 | 0.07 | 283.33 | 0.76 | 0.72 |
| Hex | D0 | 82 | EE | D | 2D | 0 | 7 | 11B | 4C | 48 |
| Octal | 320 | 202 | 356 | 15 | 55 | 0 | 7 | 433 | 114 | 110 |
| Binary | 11010000 | 10000010 | 11101110 | 1101 | 101101 | 0 | 111 | 100011011 | 1001100 | 1001000 |
Color Harmonies of #D082EE
Complementary color
Monochromatic Colors of #D082EE
Black with #D082EE
Text Example
Text Example
White with #D082EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D082EE; }
p { color: rgb(208,130,238); }
H1.HeaderClassName
{
color: #D082EE;
}
.AnyTagClassName
{
color: #D082EE;
}
</style>
background-color css
<style>
a { background-color: #D082EE; }
a { background-color: rgb(208,130,238); }
div.DivClassName
{
background-color: #D082EE;
}
.BgClassName
{
background-color: #D082EE;
}
</style>
border-color css
<style>
span { border-color: #D082EE; }
span { border-color: rgb(208,130,238); }
td.TdClassName
{
border-color: #D082EE;
}
.TagClassName
{
border-color: #D082EE;
}
</style>