Shades of Heliotrope #D081EF
Tints of Heliotrope #D081EF
RGB
CMYK
RGB Variations
Color information
#D081EF (or 0xD081EF) is known color: Heliotrope. HEX triplet: D0, 81 and EF. RGB value is (208,129,239). Sum of RGB (Red+Green+Blue) = 208+129+239=576 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.11% from 576); Green value is 129 (50.78% from 255 or 22.40% from 576); Blue value is 239 (93.75% from 255 or 41.49% from 576); Max value from RGB is 239 - color contains mainly: blue. Hex color #D081EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D081EF is #2F7E10. Grayscale: #A4A4A4. Windows color (decimal): -3112465 or 15696336. OLE color: 15696336.
HSL color Cylindrical-coordinate representation of color #D081EF: hue angle of 283.09º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D081EF is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 129 | 239 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.06 |
| HSL | 283.09º | 0.77% | 0.72% | - |
| HSV(B) | 283.09º | 0.46% | 0.94% | - |
| XYZ | 49.44 | 35.34 | 85.88 | - |
| YUV | 165.16 | 169.67 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 129 | 239 | 0.13 | 0.46 | 0 | 0.06 | 283.09 | 0.77 | 0.72 |
| Hex | D0 | 81 | EF | D | 2E | 0 | 6 | 11B | 4D | 48 |
| Octal | 320 | 201 | 357 | 15 | 56 | 0 | 6 | 433 | 115 | 110 |
| Binary | 11010000 | 10000001 | 11101111 | 1101 | 101110 | 0 | 110 | 100011011 | 1001101 | 1001000 |
Color Harmonies of #D081EF
Complementary color
Monochromatic Colors of #D081EF
Black with #D081EF
Text Example
Text Example
White with #D081EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D081EF; }
p { color: rgb(208,129,239); }
H1.HeaderClassName
{
color: #D081EF;
}
.AnyTagClassName
{
color: #D081EF;
}
</style>
background-color css
<style>
a { background-color: #D081EF; }
a { background-color: rgb(208,129,239); }
div.DivClassName
{
background-color: #D081EF;
}
.BgClassName
{
background-color: #D081EF;
}
</style>
border-color css
<style>
span { border-color: #D081EF; }
span { border-color: rgb(208,129,239); }
td.TdClassName
{
border-color: #D081EF;
}
.TagClassName
{
border-color: #D081EF;
}
</style>