Shades of Heliotrope #D081EE
Tints of Heliotrope #D081EE
RGB
CMYK
RGB Variations
Color information
#D081EE (or 0xD081EE) is known color: Heliotrope. HEX triplet: D0, 81 and EE. RGB value is (208,129,238). Sum of RGB (Red+Green+Blue) = 208+129+238=575 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.17% from 575); Green value is 129 (50.78% from 255 or 22.43% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 238 - color contains mainly: blue. Hex color #D081EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D081EE is #2F7E11. Grayscale: #A4A4A4. Windows color (decimal): -3112466 or 15630800. OLE color: 15630800.
HSL color Cylindrical-coordinate representation of color #D081EE: hue angle of 283.49º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D081EE is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 129 | 238 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.07 |
| HSL | 283.49º | 0.76% | 0.72% | - |
| HSV(B) | 283.49º | 0.46% | 0.93% | - |
| XYZ | 49.3 | 35.28 | 85.1 | - |
| YUV | 165.05 | 169.17 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 129 | 238 | 0.13 | 0.46 | 0 | 0.07 | 283.49 | 0.76 | 0.72 |
| Hex | D0 | 81 | EE | D | 2E | 0 | 7 | 11B | 4C | 48 |
| Octal | 320 | 201 | 356 | 15 | 56 | 0 | 7 | 433 | 114 | 110 |
| Binary | 11010000 | 10000001 | 11101110 | 1101 | 101110 | 0 | 111 | 100011011 | 1001100 | 1001000 |
Color Harmonies of #D081EE
Complementary color
Monochromatic Colors of #D081EE
Black with #D081EE
Text Example
Text Example
White with #D081EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D081EE; }
p { color: rgb(208,129,238); }
H1.HeaderClassName
{
color: #D081EE;
}
.AnyTagClassName
{
color: #D081EE;
}
</style>
background-color css
<style>
a { background-color: #D081EE; }
a { background-color: rgb(208,129,238); }
div.DivClassName
{
background-color: #D081EE;
}
.BgClassName
{
background-color: #D081EE;
}
</style>
border-color css
<style>
span { border-color: #D081EE; }
span { border-color: rgb(208,129,238); }
td.TdClassName
{
border-color: #D081EE;
}
.TagClassName
{
border-color: #D081EE;
}
</style>