Shades of Heliotrope #D471ED
Tints of Heliotrope #D471ED
RGB
CMYK
RGB Variations
Color information
#D471ED (or 0xD471ED) is known color: Heliotrope. HEX triplet: D4, 71 and ED. RGB value is (212,113,237). Sum of RGB (Red+Green+Blue) = 212+113+237=562 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.72% from 562); Green value is 113 (44.53% from 255 or 20.11% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 237 - color contains mainly: blue. Hex color #D471ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D471ED is #2B8E12. Grayscale: #9C9C9C. Windows color (decimal): -2854419 or 15561172. OLE color: 15561172.
HSL color Cylindrical-coordinate representation of color #D471ED: hue angle of 287.9º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D471ED is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 113 | 237 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.07 |
| HSL | 287.9º | 0.78% | 0.69% | - |
| HSV(B) | 287.9º | 0.52% | 0.93% | - |
| XYZ | 48.34 | 31.92 | 83.73 | - |
| YUV | 156.74 | 173.3 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 113 | 237 | 0.11 | 0.52 | 0 | 0.07 | 287.9 | 0.78 | 0.69 |
| Hex | D4 | 71 | ED | B | 34 | 0 | 7 | 120 | 4E | 45 |
| Octal | 324 | 161 | 355 | 13 | 64 | 0 | 7 | 440 | 116 | 105 |
| Binary | 11010100 | 1110001 | 11101101 | 1011 | 110100 | 0 | 111 | 100100000 | 1001110 | 1000101 |
Color Harmonies of #D471ED
Complementary color
Monochromatic Colors of #D471ED
Black with #D471ED
Text Example
Text Example
White with #D471ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D471ED; }
p { color: rgb(212,113,237); }
H1.HeaderClassName
{
color: #D471ED;
}
.AnyTagClassName
{
color: #D471ED;
}
</style>
background-color css
<style>
a { background-color: #D471ED; }
a { background-color: rgb(212,113,237); }
div.DivClassName
{
background-color: #D471ED;
}
.BgClassName
{
background-color: #D471ED;
}
</style>
border-color css
<style>
span { border-color: #D471ED; }
span { border-color: rgb(212,113,237); }
td.TdClassName
{
border-color: #D471ED;
}
.TagClassName
{
border-color: #D471ED;
}
</style>