Shades of Heliotrope #D073EE
Tints of Heliotrope #D073EE
RGB
CMYK
RGB Variations
Color information
#D073EE (or 0xD073EE) is known color: Heliotrope. HEX triplet: D0, 73 and EE. RGB value is (208,115,238). Sum of RGB (Red+Green+Blue) = 208+115+238=561 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.08% from 561); Green value is 115 (45.31% from 255 or 20.50% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #D073EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D073EE is #2F8C11. Grayscale: #9C9C9C. Windows color (decimal): -3116050 or 15627216. OLE color: 15627216.
HSL color Cylindrical-coordinate representation of color #D073EE: hue angle of 285.37º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D073EE is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 115 | 238 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.07 |
| HSL | 285.37º | 0.78% | 0.69% | - |
| HSV(B) | 285.37º | 0.52% | 0.93% | - |
| XYZ | 47.58 | 31.84 | 84.53 | - |
| YUV | 156.83 | 173.81 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 115 | 238 | 0.13 | 0.52 | 0 | 0.07 | 285.37 | 0.78 | 0.69 |
| Hex | D0 | 73 | EE | D | 34 | 0 | 7 | 11D | 4E | 45 |
| Octal | 320 | 163 | 356 | 15 | 64 | 0 | 7 | 435 | 116 | 105 |
| Binary | 11010000 | 1110011 | 11101110 | 1101 | 110100 | 0 | 111 | 100011101 | 1001110 | 1000101 |
Color Harmonies of #D073EE
Complementary color
Monochromatic Colors of #D073EE
Black with #D073EE
Text Example
Text Example
White with #D073EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D073EE; }
p { color: rgb(208,115,238); }
H1.HeaderClassName
{
color: #D073EE;
}
.AnyTagClassName
{
color: #D073EE;
}
</style>
background-color css
<style>
a { background-color: #D073EE; }
a { background-color: rgb(208,115,238); }
div.DivClassName
{
background-color: #D073EE;
}
.BgClassName
{
background-color: #D073EE;
}
</style>
border-color css
<style>
span { border-color: #D073EE; }
span { border-color: rgb(208,115,238); }
td.TdClassName
{
border-color: #D073EE;
}
.TagClassName
{
border-color: #D073EE;
}
</style>