Shades of Heliotrope #D471EE
Tints of Heliotrope #D471EE
RGB
CMYK
RGB Variations
Color information
#D471EE (or 0xD471EE) is known color: Heliotrope. HEX triplet: D4, 71 and EE. RGB value is (212,113,238). Sum of RGB (Red+Green+Blue) = 212+113+238=563 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.66% from 563); Green value is 113 (44.53% from 255 or 20.07% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #D471EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D471EE is #2B8E11. Grayscale: #9C9C9C. Windows color (decimal): -2854418 or 15626708. OLE color: 15626708.
HSL color Cylindrical-coordinate representation of color #D471EE: hue angle of 287.52º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D471EE is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 113 | 238 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.07 |
| HSL | 287.52º | 0.79% | 0.69% | - |
| HSV(B) | 287.52º | 0.53% | 0.93% | - |
| XYZ | 48.49 | 31.98 | 84.51 | - |
| YUV | 156.85 | 173.8 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 113 | 238 | 0.11 | 0.53 | 0 | 0.07 | 287.52 | 0.79 | 0.69 |
| Hex | D4 | 71 | EE | B | 35 | 0 | 7 | 120 | 4F | 45 |
| Octal | 324 | 161 | 356 | 13 | 65 | 0 | 7 | 440 | 117 | 105 |
| Binary | 11010100 | 1110001 | 11101110 | 1011 | 110101 | 0 | 111 | 100100000 | 1001111 | 1000101 |
Color Harmonies of #D471EE
Complementary color
Monochromatic Colors of #D471EE
Black with #D471EE
Text Example
Text Example
White with #D471EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D471EE; }
p { color: rgb(212,113,238); }
H1.HeaderClassName
{
color: #D471EE;
}
.AnyTagClassName
{
color: #D471EE;
}
</style>
background-color css
<style>
a { background-color: #D471EE; }
a { background-color: rgb(212,113,238); }
div.DivClassName
{
background-color: #D471EE;
}
.BgClassName
{
background-color: #D471EE;
}
</style>
border-color css
<style>
span { border-color: #D471EE; }
span { border-color: rgb(212,113,238); }
td.TdClassName
{
border-color: #D471EE;
}
.TagClassName
{
border-color: #D471EE;
}
</style>