Shades of Heliotrope #D65DED
Tints of Heliotrope #D65DED
RGB
CMYK
RGB Variations
Color information
#D65DED (or 0xD65DED) is known color: Heliotrope. HEX triplet: D6, 5D and ED. RGB value is (214,93,237). Sum of RGB (Red+Green+Blue) = 214+93+237=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 93 (36.72% from 255 or 17.10% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #D65DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65DED is #29A212. Grayscale: #919191. Windows color (decimal): -2728467 or 15556054. OLE color: 15556054.
HSL color Cylindrical-coordinate representation of color #D65DED: hue angle of 290.42º 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 #D65DED is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 93 | 237 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.07 |
| HSL | 290.42º | 0.8% | 0.65% | - |
| HSV(B) | 290.42º | 0.61% | 0.93% | - |
| XYZ | 46.93 | 28.24 | 83.1 | - |
| YUV | 145.6 | 179.59 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 93 | 237 | 0.10 | 0.61 | 0 | 0.07 | 290.42 | 0.8 | 0.65 |
| Hex | D6 | 5D | ED | A | 3D | 0 | 7 | 122 | 50 | 41 |
| Octal | 326 | 135 | 355 | 12 | 75 | 0 | 7 | 442 | 120 | 101 |
| Binary | 11010110 | 1011101 | 11101101 | 1010 | 111101 | 0 | 111 | 100100010 | 1010000 | 1000001 |
Color Harmonies of #D65DED
Complementary color
Monochromatic Colors of #D65DED
Black with #D65DED
Text Example
Text Example
White with #D65DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65DED; }
p { color: rgb(214,93,237); }
H1.HeaderClassName
{
color: #D65DED;
}
.AnyTagClassName
{
color: #D65DED;
}
</style>
background-color css
<style>
a { background-color: #D65DED; }
a { background-color: rgb(214,93,237); }
div.DivClassName
{
background-color: #D65DED;
}
.BgClassName
{
background-color: #D65DED;
}
</style>
border-color css
<style>
span { border-color: #D65DED; }
span { border-color: rgb(214,93,237); }
td.TdClassName
{
border-color: #D65DED;
}
.TagClassName
{
border-color: #D65DED;
}
</style>