Shades of Heliotrope #D576ED
Tints of Heliotrope #D576ED
RGB
CMYK
RGB Variations
Color information
#D576ED (or 0xD576ED) is known color: Heliotrope. HEX triplet: D5, 76 and ED. RGB value is (213,118,237). Sum of RGB (Red+Green+Blue) = 213+118+237=568 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.5% from 568); Green value is 118 (46.48% from 255 or 20.77% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #D576ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D576ED is #2A8912. Grayscale: #9F9F9F. Windows color (decimal): -2787603 or 15562453. OLE color: 15562453.
HSL color Cylindrical-coordinate representation of color #D576ED: hue angle of 287.9º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D576ED is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 118 | 237 | - |
| CMYK | 0.10 | 0.50 | 0 | 0.07 |
| HSL | 287.9º | 0.77% | 0.7% | - |
| HSV(B) | 287.9º | 0.5% | 0.93% | - |
| XYZ | 49.21 | 33.22 | 83.94 | - |
| YUV | 159.97 | 171.47 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 118 | 237 | 0.10 | 0.50 | 0 | 0.07 | 287.9 | 0.77 | 0.7 |
| Hex | D5 | 76 | ED | A | 32 | 0 | 7 | 120 | 4D | 46 |
| Octal | 325 | 166 | 355 | 12 | 62 | 0 | 7 | 440 | 115 | 106 |
| Binary | 11010101 | 1110110 | 11101101 | 1010 | 110010 | 0 | 111 | 100100000 | 1001101 | 1000110 |
Color Harmonies of #D576ED
Complementary color
Monochromatic Colors of #D576ED
Black with #D576ED
Text Example
Text Example
White with #D576ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D576ED; }
p { color: rgb(213,118,237); }
H1.HeaderClassName
{
color: #D576ED;
}
.AnyTagClassName
{
color: #D576ED;
}
</style>
background-color css
<style>
a { background-color: #D576ED; }
a { background-color: rgb(213,118,237); }
div.DivClassName
{
background-color: #D576ED;
}
.BgClassName
{
background-color: #D576ED;
}
</style>
border-color css
<style>
span { border-color: #D576ED; }
span { border-color: rgb(213,118,237); }
td.TdClassName
{
border-color: #D576ED;
}
.TagClassName
{
border-color: #D576ED;
}
</style>