Shades of Heliotrope #D073EB
Tints of Heliotrope #D073EB
RGB
CMYK
RGB Variations
Color information
#D073EB (or 0xD073EB) is known color: Heliotrope. HEX triplet: D0, 73 and EB. RGB value is (208,115,235). Sum of RGB (Red+Green+Blue) = 208+115+235=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 115 (45.31% from 255 or 20.61% from 558); Blue value is 235 (92.19% from 255 or 42.11% from 558); Max value from RGB is 235 - color contains mainly: blue. Hex color #D073EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D073EB is #2F8C14. Grayscale: #9C9C9C. Windows color (decimal): -3116053 or 15430608. OLE color: 15430608.
HSL color Cylindrical-coordinate representation of color #D073EB: hue angle of 286.5º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D073EB is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 115 | 235 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.08 |
| HSL | 286.5º | 0.75% | 0.69% | - |
| HSV(B) | 286.5º | 0.51% | 0.92% | - |
| XYZ | 47.14 | 31.67 | 82.23 | - |
| YUV | 156.49 | 172.31 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 115 | 235 | 0.11 | 0.51 | 0 | 0.08 | 286.5 | 0.75 | 0.69 |
| Hex | D0 | 73 | EB | B | 33 | 0 | 8 | 11E | 4B | 45 |
| Octal | 320 | 163 | 353 | 13 | 63 | 0 | 10 | 436 | 113 | 105 |
| Binary | 11010000 | 1110011 | 11101011 | 1011 | 110011 | 0 | 1000 | 100011110 | 1001011 | 1000101 |
Color Harmonies of #D073EB
Complementary color
Monochromatic Colors of #D073EB
Black with #D073EB
Text Example
Text Example
White with #D073EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D073EB; }
p { color: rgb(208,115,235); }
H1.HeaderClassName
{
color: #D073EB;
}
.AnyTagClassName
{
color: #D073EB;
}
</style>
background-color css
<style>
a { background-color: #D073EB; }
a { background-color: rgb(208,115,235); }
div.DivClassName
{
background-color: #D073EB;
}
.BgClassName
{
background-color: #D073EB;
}
</style>
border-color css
<style>
span { border-color: #D073EB; }
span { border-color: rgb(208,115,235); }
td.TdClassName
{
border-color: #D073EB;
}
.TagClassName
{
border-color: #D073EB;
}
</style>