Shades of Heliotrope #D471EF
Tints of Heliotrope #D471EF
RGB
CMYK
RGB Variations
Color information
#D471EF (or 0xD471EF) is known color: Heliotrope. HEX triplet: D4, 71 and EF. RGB value is (212,113,239). Sum of RGB (Red+Green+Blue) = 212+113+239=564 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.59% from 564); Green value is 113 (44.53% from 255 or 20.04% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 239 - color contains mainly: blue. Hex color #D471EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D471EF is #2B8E10. Grayscale: #9C9C9C. Windows color (decimal): -2854417 or 15692244. OLE color: 15692244.
HSL color Cylindrical-coordinate representation of color #D471EF: hue angle of 287.14º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D471EF is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 113 | 239 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.06 |
| HSL | 287.14º | 0.8% | 0.69% | - |
| HSV(B) | 287.14º | 0.53% | 0.94% | - |
| XYZ | 48.64 | 32.04 | 85.28 | - |
| YUV | 156.97 | 174.3 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 113 | 239 | 0.11 | 0.53 | 0 | 0.06 | 287.14 | 0.8 | 0.69 |
| Hex | D4 | 71 | EF | B | 35 | 0 | 6 | 11F | 50 | 45 |
| Octal | 324 | 161 | 357 | 13 | 65 | 0 | 6 | 437 | 120 | 105 |
| Binary | 11010100 | 1110001 | 11101111 | 1011 | 110101 | 0 | 110 | 100011111 | 1010000 | 1000101 |
Color Harmonies of #D471EF
Complementary color
Monochromatic Colors of #D471EF
Black with #D471EF
Text Example
Text Example
White with #D471EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D471EF; }
p { color: rgb(212,113,239); }
H1.HeaderClassName
{
color: #D471EF;
}
.AnyTagClassName
{
color: #D471EF;
}
</style>
background-color css
<style>
a { background-color: #D471EF; }
a { background-color: rgb(212,113,239); }
div.DivClassName
{
background-color: #D471EF;
}
.BgClassName
{
background-color: #D471EF;
}
</style>
border-color css
<style>
span { border-color: #D471EF; }
span { border-color: rgb(212,113,239); }
td.TdClassName
{
border-color: #D471EF;
}
.TagClassName
{
border-color: #D471EF;
}
</style>