Shades of Heliotrope #D85CEE
Tints of Heliotrope #D85CEE
RGB
CMYK
RGB Variations
Color information
#D85CEE (or 0xD85CEE) is known color: Heliotrope. HEX triplet: D8, 5C and EE. RGB value is (216,92,238). Sum of RGB (Red+Green+Blue) = 216+92+238=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 92 (36.33% from 255 or 16.85% from 546); Blue value is 238 (93.36% from 255 or 43.59% from 546); Max value from RGB is 238 - color contains mainly: blue. Hex color #D85CEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D85CEE is #27A311. Grayscale: #919191. Windows color (decimal): -2597650 or 15621336. OLE color: 15621336.
HSL color Cylindrical-coordinate representation of color #D85CEE: hue angle of 290.96º degrees, saturation: 0.81, 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 #D85CEE is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 92 | 238 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.07 |
| HSL | 290.96º | 0.81% | 0.65% | - |
| HSV(B) | 290.96º | 0.61% | 0.93% | - |
| XYZ | 47.58 | 28.43 | 83.87 | - |
| YUV | 145.72 | 180.08 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 92 | 238 | 0.09 | 0.61 | 0 | 0.07 | 290.96 | 0.81 | 0.65 |
| Hex | D8 | 5C | EE | 9 | 3D | 0 | 7 | 123 | 51 | 41 |
| Octal | 330 | 134 | 356 | 11 | 75 | 0 | 7 | 443 | 121 | 101 |
| Binary | 11011000 | 1011100 | 11101110 | 1001 | 111101 | 0 | 111 | 100100011 | 1010001 | 1000001 |
Color Harmonies of #D85CEE
Complementary color
Monochromatic Colors of #D85CEE
Black with #D85CEE
Text Example
Text Example
White with #D85CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85CEE; }
p { color: rgb(216,92,238); }
H1.HeaderClassName
{
color: #D85CEE;
}
.AnyTagClassName
{
color: #D85CEE;
}
</style>
background-color css
<style>
a { background-color: #D85CEE; }
a { background-color: rgb(216,92,238); }
div.DivClassName
{
background-color: #D85CEE;
}
.BgClassName
{
background-color: #D85CEE;
}
</style>
border-color css
<style>
span { border-color: #D85CEE; }
span { border-color: rgb(216,92,238); }
td.TdClassName
{
border-color: #D85CEE;
}
.TagClassName
{
border-color: #D85CEE;
}
</style>