Shades of Heliotrope #D56DED
Tints of Heliotrope #D56DED
RGB
CMYK
RGB Variations
Color information
#D56DED (or 0xD56DED) is known color: Heliotrope. HEX triplet: D5, 6D and ED. RGB value is (213,109,237). Sum of RGB (Red+Green+Blue) = 213+109+237=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 109 (42.97% from 255 or 19.50% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 237 - color contains mainly: blue. Hex color #D56DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D56DED is #2A9212. Grayscale: #9A9A9A. Windows color (decimal): -2789907 or 15560149. OLE color: 15560149.
HSL color Cylindrical-coordinate representation of color #D56DED: hue angle of 288.75º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D56DED is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 109 | 237 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.07 |
| HSL | 288.75º | 0.78% | 0.68% | - |
| HSV(B) | 288.75º | 0.54% | 0.93% | - |
| XYZ | 48.2 | 31.2 | 83.6 | - |
| YUV | 154.69 | 174.46 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 109 | 237 | 0.10 | 0.54 | 0 | 0.07 | 288.75 | 0.78 | 0.68 |
| Hex | D5 | 6D | ED | A | 36 | 0 | 7 | 121 | 4E | 44 |
| Octal | 325 | 155 | 355 | 12 | 66 | 0 | 7 | 441 | 116 | 104 |
| Binary | 11010101 | 1101101 | 11101101 | 1010 | 110110 | 0 | 111 | 100100001 | 1001110 | 1000100 |
Color Harmonies of #D56DED
Complementary color
Monochromatic Colors of #D56DED
Black with #D56DED
Text Example
Text Example
White with #D56DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56DED; }
p { color: rgb(213,109,237); }
H1.HeaderClassName
{
color: #D56DED;
}
.AnyTagClassName
{
color: #D56DED;
}
</style>
background-color css
<style>
a { background-color: #D56DED; }
a { background-color: rgb(213,109,237); }
div.DivClassName
{
background-color: #D56DED;
}
.BgClassName
{
background-color: #D56DED;
}
</style>
border-color css
<style>
span { border-color: #D56DED; }
span { border-color: rgb(213,109,237); }
td.TdClassName
{
border-color: #D56DED;
}
.TagClassName
{
border-color: #D56DED;
}
</style>