Shades of Heliotrope #D084EF
Tints of Heliotrope #D084EF
RGB
CMYK
RGB Variations
Color information
#D084EF (or 0xD084EF) is known color: Heliotrope. HEX triplet: D0, 84 and EF. RGB value is (208,132,239). Sum of RGB (Red+Green+Blue) = 208+132+239=579 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.92% from 579); Green value is 132 (51.95% from 255 or 22.80% from 579); Blue value is 239 (93.75% from 255 or 41.28% from 579); Max value from RGB is 239 - color contains mainly: blue. Hex color #D084EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D084EF is #2F7B10. Grayscale: #A6A6A6. Windows color (decimal): -3111697 or 15697104. OLE color: 15697104.
HSL color Cylindrical-coordinate representation of color #D084EF: hue angle of 282.62º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D084EF is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 132 | 239 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.06 |
| HSL | 282.62º | 0.77% | 0.73% | - |
| HSV(B) | 282.62º | 0.45% | 0.94% | - |
| XYZ | 49.84 | 36.14 | 86.01 | - |
| YUV | 166.92 | 168.68 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 132 | 239 | 0.13 | 0.45 | 0 | 0.06 | 282.62 | 0.77 | 0.73 |
| Hex | D0 | 84 | EF | D | 2D | 0 | 6 | 11B | 4D | 49 |
| Octal | 320 | 204 | 357 | 15 | 55 | 0 | 6 | 433 | 115 | 111 |
| Binary | 11010000 | 10000100 | 11101111 | 1101 | 101101 | 0 | 110 | 100011011 | 1001101 | 1001001 |
Color Harmonies of #D084EF
Complementary color
Monochromatic Colors of #D084EF
Black with #D084EF
Text Example
Text Example
White with #D084EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D084EF; }
p { color: rgb(208,132,239); }
H1.HeaderClassName
{
color: #D084EF;
}
.AnyTagClassName
{
color: #D084EF;
}
</style>
background-color css
<style>
a { background-color: #D084EF; }
a { background-color: rgb(208,132,239); }
div.DivClassName
{
background-color: #D084EF;
}
.BgClassName
{
background-color: #D084EF;
}
</style>
border-color css
<style>
span { border-color: #D084EF; }
span { border-color: rgb(208,132,239); }
td.TdClassName
{
border-color: #D084EF;
}
.TagClassName
{
border-color: #D084EF;
}
</style>