Shades of Heliotrope #D875EB
Tints of Heliotrope #D875EB
RGB
CMYK
RGB Variations
Color information
#D875EB (or 0xD875EB) is known color: Heliotrope. HEX triplet: D8, 75 and EB. RGB value is (216,117,235). Sum of RGB (Red+Green+Blue) = 216+117+235=568 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.03% from 568); Green value is 117 (46.09% from 255 or 20.60% from 568); Blue value is 235 (92.19% from 255 or 41.37% from 568); Max value from RGB is 235 - color contains mainly: blue. Hex color #D875EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D875EB is #278A14. Grayscale: #9F9F9F. Windows color (decimal): -2591253 or 15431128. OLE color: 15431128.
HSL color Cylindrical-coordinate representation of color #D875EB: hue angle of 290.34º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D875EB is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 117 | 235 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.08 |
| HSL | 290.34º | 0.75% | 0.69% | - |
| HSV(B) | 290.34º | 0.5% | 0.92% | - |
| XYZ | 49.68 | 33.32 | 82.41 | - |
| YUV | 160.05 | 170.3 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 117 | 235 | 0.08 | 0.50 | 0 | 0.08 | 290.34 | 0.75 | 0.69 |
| Hex | D8 | 75 | EB | 8 | 32 | 0 | 8 | 122 | 4B | 45 |
| Octal | 330 | 165 | 353 | 10 | 62 | 0 | 10 | 442 | 113 | 105 |
| Binary | 11011000 | 1110101 | 11101011 | 1000 | 110010 | 0 | 1000 | 100100010 | 1001011 | 1000101 |
Color Harmonies of #D875EB
Complementary color
Monochromatic Colors of #D875EB
Black with #D875EB
Text Example
Text Example
White with #D875EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D875EB; }
p { color: rgb(216,117,235); }
H1.HeaderClassName
{
color: #D875EB;
}
.AnyTagClassName
{
color: #D875EB;
}
</style>
background-color css
<style>
a { background-color: #D875EB; }
a { background-color: rgb(216,117,235); }
div.DivClassName
{
background-color: #D875EB;
}
.BgClassName
{
background-color: #D875EB;
}
</style>
border-color css
<style>
span { border-color: #D875EB; }
span { border-color: rgb(216,117,235); }
td.TdClassName
{
border-color: #D875EB;
}
.TagClassName
{
border-color: #D875EB;
}
</style>