Shades of Heliotrope #D873EB
Tints of Heliotrope #D873EB
RGB
CMYK
RGB Variations
Color information
#D873EB (or 0xD873EB) is known color: Heliotrope. HEX triplet: D8, 73 and EB. RGB value is (216,115,235). Sum of RGB (Red+Green+Blue) = 216+115+235=566 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.16% from 566); Green value is 115 (45.31% from 255 or 20.32% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 235 - color contains mainly: blue. Hex color #D873EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D873EB is #278C14. Grayscale: #9E9E9E. Windows color (decimal): -2591765 or 15430616. OLE color: 15430616.
HSL color Cylindrical-coordinate representation of color #D873EB: hue angle of 290.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 #D873EB is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 115 | 235 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.08 |
| HSL | 290.5º | 0.75% | 0.69% | - |
| HSV(B) | 290.5º | 0.51% | 0.92% | - |
| XYZ | 49.45 | 32.86 | 82.33 | - |
| YUV | 158.88 | 170.96 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 115 | 235 | 0.08 | 0.51 | 0 | 0.08 | 290.5 | 0.75 | 0.69 |
| Hex | D8 | 73 | EB | 8 | 33 | 0 | 8 | 122 | 4B | 45 |
| Octal | 330 | 163 | 353 | 10 | 63 | 0 | 10 | 442 | 113 | 105 |
| Binary | 11011000 | 1110011 | 11101011 | 1000 | 110011 | 0 | 1000 | 100100010 | 1001011 | 1000101 |
Color Harmonies of #D873EB
Complementary color
Monochromatic Colors of #D873EB
Black with #D873EB
Text Example
Text Example
White with #D873EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D873EB; }
p { color: rgb(216,115,235); }
H1.HeaderClassName
{
color: #D873EB;
}
.AnyTagClassName
{
color: #D873EB;
}
</style>
background-color css
<style>
a { background-color: #D873EB; }
a { background-color: rgb(216,115,235); }
div.DivClassName
{
background-color: #D873EB;
}
.BgClassName
{
background-color: #D873EB;
}
</style>
border-color css
<style>
span { border-color: #D873EB; }
span { border-color: rgb(216,115,235); }
td.TdClassName
{
border-color: #D873EB;
}
.TagClassName
{
border-color: #D873EB;
}
</style>