Shades of Heliotrope #D85DED
Tints of Heliotrope #D85DED
RGB
CMYK
RGB Variations
Color information
#D85DED (or 0xD85DED) is known color: Heliotrope. HEX triplet: D8, 5D and ED. RGB value is (216,93,237). Sum of RGB (Red+Green+Blue) = 216+93+237=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 93 (36.72% from 255 or 17.03% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 237 - color contains mainly: blue. Hex color #D85DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D85DED is #27A212. Grayscale: #919191. Windows color (decimal): -2597395 or 15556056. OLE color: 15556056.
HSL color Cylindrical-coordinate representation of color #D85DED: hue angle of 291.25º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D85DED is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 93 | 237 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.07 |
| HSL | 291.25º | 0.8% | 0.65% | - |
| HSV(B) | 291.25º | 0.61% | 0.93% | - |
| XYZ | 47.52 | 28.54 | 83.13 | - |
| YUV | 146.19 | 179.25 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 93 | 237 | 0.09 | 0.61 | 0 | 0.07 | 291.25 | 0.8 | 0.65 |
| Hex | D8 | 5D | ED | 9 | 3D | 0 | 7 | 123 | 50 | 41 |
| Octal | 330 | 135 | 355 | 11 | 75 | 0 | 7 | 443 | 120 | 101 |
| Binary | 11011000 | 1011101 | 11101101 | 1001 | 111101 | 0 | 111 | 100100011 | 1010000 | 1000001 |
Color Harmonies of #D85DED
Complementary color
Monochromatic Colors of #D85DED
Black with #D85DED
Text Example
Text Example
White with #D85DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85DED; }
p { color: rgb(216,93,237); }
H1.HeaderClassName
{
color: #D85DED;
}
.AnyTagClassName
{
color: #D85DED;
}
</style>
background-color css
<style>
a { background-color: #D85DED; }
a { background-color: rgb(216,93,237); }
div.DivClassName
{
background-color: #D85DED;
}
.BgClassName
{
background-color: #D85DED;
}
</style>
border-color css
<style>
span { border-color: #D85DED; }
span { border-color: rgb(216,93,237); }
td.TdClassName
{
border-color: #D85DED;
}
.TagClassName
{
border-color: #D85DED;
}
</style>