Shades of Heliotrope #D57DED
Tints of Heliotrope #D57DED
RGB
CMYK
RGB Variations
Color information
#D57DED (or 0xD57DED) is known color: Heliotrope. HEX triplet: D5, 7D and ED. RGB value is (213,125,237). Sum of RGB (Red+Green+Blue) = 213+125+237=575 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.04% from 575); Green value is 125 (49.22% from 255 or 21.74% from 575); Blue value is 237 (92.97% from 255 or 41.22% from 575); Max value from RGB is 237 - color contains mainly: blue. Hex color #D57DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57DED is #2A8212. Grayscale: #A3A3A3. Windows color (decimal): -2785811 or 15564245. OLE color: 15564245.
HSL color Cylindrical-coordinate representation of color #D57DED: hue angle of 287.14º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D57DED is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 125 | 237 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.07 |
| HSL | 287.14º | 0.76% | 0.71% | - |
| HSV(B) | 287.14º | 0.47% | 0.93% | - |
| XYZ | 50.06 | 34.93 | 84.22 | - |
| YUV | 164.08 | 169.15 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 125 | 237 | 0.10 | 0.47 | 0 | 0.07 | 287.14 | 0.76 | 0.71 |
| Hex | D5 | 7D | ED | A | 2F | 0 | 7 | 11F | 4C | 47 |
| Octal | 325 | 175 | 355 | 12 | 57 | 0 | 7 | 437 | 114 | 107 |
| Binary | 11010101 | 1111101 | 11101101 | 1010 | 101111 | 0 | 111 | 100011111 | 1001100 | 1000111 |
Color Harmonies of #D57DED
Complementary color
Monochromatic Colors of #D57DED
Black with #D57DED
Text Example
Text Example
White with #D57DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57DED; }
p { color: rgb(213,125,237); }
H1.HeaderClassName
{
color: #D57DED;
}
.AnyTagClassName
{
color: #D57DED;
}
</style>
background-color css
<style>
a { background-color: #D57DED; }
a { background-color: rgb(213,125,237); }
div.DivClassName
{
background-color: #D57DED;
}
.BgClassName
{
background-color: #D57DED;
}
</style>
border-color css
<style>
span { border-color: #D57DED; }
span { border-color: rgb(213,125,237); }
td.TdClassName
{
border-color: #D57DED;
}
.TagClassName
{
border-color: #D57DED;
}
</style>