Shades of Heliotrope #D25DED
Tints of Heliotrope #D25DED
RGB
CMYK
RGB Variations
Color information
#D25DED (or 0xD25DED) is known color: Heliotrope. HEX triplet: D2, 5D and ED. RGB value is (210,93,237). Sum of RGB (Red+Green+Blue) = 210+93+237=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 93 (36.72% from 255 or 17.22% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #D25DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25DED is #2DA212. Grayscale: #8F8F8F. Windows color (decimal): -2990611 or 15556050. OLE color: 15556050.
HSL color Cylindrical-coordinate representation of color #D25DED: hue angle of 288.75º 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 #D25DED is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 93 | 237 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.07 |
| HSL | 288.75º | 0.8% | 0.65% | - |
| HSV(B) | 288.75º | 0.61% | 0.93% | - |
| XYZ | 45.78 | 27.64 | 83.04 | - |
| YUV | 144.4 | 180.26 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 93 | 237 | 0.11 | 0.61 | 0 | 0.07 | 288.75 | 0.8 | 0.65 |
| Hex | D2 | 5D | ED | B | 3D | 0 | 7 | 121 | 50 | 41 |
| Octal | 322 | 135 | 355 | 13 | 75 | 0 | 7 | 441 | 120 | 101 |
| Binary | 11010010 | 1011101 | 11101101 | 1011 | 111101 | 0 | 111 | 100100001 | 1010000 | 1000001 |
Color Harmonies of #D25DED
Complementary color
Monochromatic Colors of #D25DED
Black with #D25DED
Text Example
Text Example
White with #D25DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25DED; }
p { color: rgb(210,93,237); }
H1.HeaderClassName
{
color: #D25DED;
}
.AnyTagClassName
{
color: #D25DED;
}
</style>
background-color css
<style>
a { background-color: #D25DED; }
a { background-color: rgb(210,93,237); }
div.DivClassName
{
background-color: #D25DED;
}
.BgClassName
{
background-color: #D25DED;
}
</style>
border-color css
<style>
span { border-color: #D25DED; }
span { border-color: rgb(210,93,237); }
td.TdClassName
{
border-color: #D25DED;
}
.TagClassName
{
border-color: #D25DED;
}
</style>