Shades of Heliotrope #D65DEC
Tints of Heliotrope #D65DEC
RGB
CMYK
RGB Variations
Color information
#D65DEC (or 0xD65DEC) is known color: Heliotrope. HEX triplet: D6, 5D and EC. RGB value is (214,93,236). Sum of RGB (Red+Green+Blue) = 214+93+236=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 93 (36.72% from 255 or 17.13% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #D65DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65DEC is #29A213. Grayscale: #919191. Windows color (decimal): -2728468 or 15490518. OLE color: 15490518.
HSL color Cylindrical-coordinate representation of color #D65DEC: hue angle of 290.77º degrees, saturation: 0.79, 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 #D65DEC is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 93 | 236 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.07 |
| HSL | 290.77º | 0.79% | 0.65% | - |
| HSV(B) | 290.77º | 0.61% | 0.93% | - |
| XYZ | 46.79 | 28.18 | 82.33 | - |
| YUV | 145.48 | 179.09 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 93 | 236 | 0.09 | 0.61 | 0 | 0.07 | 290.77 | 0.79 | 0.65 |
| Hex | D6 | 5D | EC | 9 | 3D | 0 | 7 | 123 | 4F | 41 |
| Octal | 326 | 135 | 354 | 11 | 75 | 0 | 7 | 443 | 117 | 101 |
| Binary | 11010110 | 1011101 | 11101100 | 1001 | 111101 | 0 | 111 | 100100011 | 1001111 | 1000001 |
Color Harmonies of #D65DEC
Complementary color
Monochromatic Colors of #D65DEC
Black with #D65DEC
Text Example
Text Example
White with #D65DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65DEC; }
p { color: rgb(214,93,236); }
H1.HeaderClassName
{
color: #D65DEC;
}
.AnyTagClassName
{
color: #D65DEC;
}
</style>
background-color css
<style>
a { background-color: #D65DEC; }
a { background-color: rgb(214,93,236); }
div.DivClassName
{
background-color: #D65DEC;
}
.BgClassName
{
background-color: #D65DEC;
}
</style>
border-color css
<style>
span { border-color: #D65DEC; }
span { border-color: rgb(214,93,236); }
td.TdClassName
{
border-color: #D65DEC;
}
.TagClassName
{
border-color: #D65DEC;
}
</style>