Shades of Heliotrope #D875EF
Tints of Heliotrope #D875EF
RGB
CMYK
RGB Variations
Color information
#D875EF (or 0xD875EF) is known color: Heliotrope. HEX triplet: D8, 75 and EF. RGB value is (216,117,239). Sum of RGB (Red+Green+Blue) = 216+117+239=572 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.76% from 572); Green value is 117 (46.09% from 255 or 20.45% from 572); Blue value is 239 (93.75% from 255 or 41.78% from 572); Max value from RGB is 239 - color contains mainly: blue. Hex color #D875EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D875EF is #278A10. Grayscale: #A0A0A0. Windows color (decimal): -2591249 or 15693272. OLE color: 15693272.
HSL color Cylindrical-coordinate representation of color #D875EF: hue angle of 288.69º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D875EF is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 117 | 239 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.06 |
| HSL | 288.69º | 0.79% | 0.7% | - |
| HSV(B) | 288.69º | 0.51% | 0.94% | - |
| XYZ | 50.26 | 33.55 | 85.49 | - |
| YUV | 160.51 | 172.3 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 117 | 239 | 0.10 | 0.51 | 0 | 0.06 | 288.69 | 0.79 | 0.7 |
| Hex | D8 | 75 | EF | A | 33 | 0 | 6 | 121 | 4F | 46 |
| Octal | 330 | 165 | 357 | 12 | 63 | 0 | 6 | 441 | 117 | 106 |
| Binary | 11011000 | 1110101 | 11101111 | 1010 | 110011 | 0 | 110 | 100100001 | 1001111 | 1000110 |
Color Harmonies of #D875EF
Complementary color
Monochromatic Colors of #D875EF
Black with #D875EF
Text Example
Text Example
White with #D875EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D875EF; }
p { color: rgb(216,117,239); }
H1.HeaderClassName
{
color: #D875EF;
}
.AnyTagClassName
{
color: #D875EF;
}
</style>
background-color css
<style>
a { background-color: #D875EF; }
a { background-color: rgb(216,117,239); }
div.DivClassName
{
background-color: #D875EF;
}
.BgClassName
{
background-color: #D875EF;
}
</style>
border-color css
<style>
span { border-color: #D875EF; }
span { border-color: rgb(216,117,239); }
td.TdClassName
{
border-color: #D875EF;
}
.TagClassName
{
border-color: #D875EF;
}
</style>