Shades of Heliotrope #D476ED
Tints of Heliotrope #D476ED
RGB
CMYK
RGB Variations
Color information
#D476ED (or 0xD476ED) is known color: Heliotrope. HEX triplet: D4, 76 and ED. RGB value is (212,118,237). Sum of RGB (Red+Green+Blue) = 212+118+237=567 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.39% from 567); Green value is 118 (46.48% from 255 or 20.81% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #D476ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D476ED is #2B8912. Grayscale: #9F9F9F. Windows color (decimal): -2853139 or 15562452. OLE color: 15562452.
HSL color Cylindrical-coordinate representation of color #D476ED: hue angle of 287.39º 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 #D476ED is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 118 | 237 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.07 |
| HSL | 287.4º | 0.77% | 0.7% | - |
| HSV(B) | 287.4º | 0.5% | 0.93% | - |
| XYZ | 48.92 | 33.07 | 83.93 | - |
| YUV | 159.67 | 171.64 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 118 | 237 | 0.11 | 0.50 | 0 | 0.07 | 287.4 | 0.77 | 0.7 |
| Hex | D4 | 76 | ED | B | 32 | 0 | 7 | 11F | 4D | 46 |
| Octal | 324 | 166 | 355 | 13 | 62 | 0 | 7 | 437 | 115 | 106 |
| Binary | 11010100 | 1110110 | 11101101 | 1011 | 110010 | 0 | 111 | 100011111 | 1001101 | 1000110 |
Color Harmonies of #D476ED
Complementary color
Monochromatic Colors of #D476ED
Black with #D476ED
Text Example
Text Example
White with #D476ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D476ED; }
p { color: rgb(212,118,237); }
H1.HeaderClassName
{
color: #D476ED;
}
.AnyTagClassName
{
color: #D476ED;
}
</style>
background-color css
<style>
a { background-color: #D476ED; }
a { background-color: rgb(212,118,237); }
div.DivClassName
{
background-color: #D476ED;
}
.BgClassName
{
background-color: #D476ED;
}
</style>
border-color css
<style>
span { border-color: #D476ED; }
span { border-color: rgb(212,118,237); }
td.TdClassName
{
border-color: #D476ED;
}
.TagClassName
{
border-color: #D476ED;
}
</style>