Shades of Heliotrope #D35DED
Tints of Heliotrope #D35DED
RGB
CMYK
RGB Variations
Color information
#D35DED (or 0xD35DED) is known color: Heliotrope. HEX triplet: D3, 5D and ED. RGB value is (211,93,237). Sum of RGB (Red+Green+Blue) = 211+93+237=541 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.00% from 541); Green value is 93 (36.72% from 255 or 17.19% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #D35DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D35DED is #2CA212. Grayscale: #909090. Windows color (decimal): -2925075 or 15556051. OLE color: 15556051.
HSL color Cylindrical-coordinate representation of color #D35DED: hue angle of 289.17º 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 #D35DED is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 93 | 237 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.07 |
| HSL | 289.17º | 0.8% | 0.65% | - |
| HSV(B) | 289.17º | 0.61% | 0.93% | - |
| XYZ | 46.06 | 27.79 | 83.06 | - |
| YUV | 144.7 | 180.09 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 93 | 237 | 0.11 | 0.61 | 0 | 0.07 | 289.17 | 0.8 | 0.65 |
| Hex | D3 | 5D | ED | B | 3D | 0 | 7 | 121 | 50 | 41 |
| Octal | 323 | 135 | 355 | 13 | 75 | 0 | 7 | 441 | 120 | 101 |
| Binary | 11010011 | 1011101 | 11101101 | 1011 | 111101 | 0 | 111 | 100100001 | 1010000 | 1000001 |
Color Harmonies of #D35DED
Complementary color
Monochromatic Colors of #D35DED
Black with #D35DED
Text Example
Text Example
White with #D35DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35DED; }
p { color: rgb(211,93,237); }
H1.HeaderClassName
{
color: #D35DED;
}
.AnyTagClassName
{
color: #D35DED;
}
</style>
background-color css
<style>
a { background-color: #D35DED; }
a { background-color: rgb(211,93,237); }
div.DivClassName
{
background-color: #D35DED;
}
.BgClassName
{
background-color: #D35DED;
}
</style>
border-color css
<style>
span { border-color: #D35DED; }
span { border-color: rgb(211,93,237); }
td.TdClassName
{
border-color: #D35DED;
}
.TagClassName
{
border-color: #D35DED;
}
</style>