Shades of Heliotrope #D477EF
Tints of Heliotrope #D477EF
RGB
CMYK
RGB Variations
Color information
#D477EF (or 0xD477EF) is known color: Heliotrope. HEX triplet: D4, 77 and EF. RGB value is (212,119,239). Sum of RGB (Red+Green+Blue) = 212+119+239=570 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.19% from 570); Green value is 119 (46.88% from 255 or 20.88% from 570); Blue value is 239 (93.75% from 255 or 41.93% from 570); Max value from RGB is 239 - color contains mainly: blue. Hex color #D477EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D477EF is #2B8810. Grayscale: #A0A0A0. Windows color (decimal): -2852881 or 15693780. OLE color: 15693780.
HSL color Cylindrical-coordinate representation of color #D477EF: hue angle of 286.5º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D477EF is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 119 | 239 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.06 |
| HSL | 286.5º | 0.79% | 0.7% | - |
| HSV(B) | 286.5º | 0.5% | 0.94% | - |
| XYZ | 49.33 | 33.42 | 85.51 | - |
| YUV | 160.49 | 172.31 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 119 | 239 | 0.11 | 0.50 | 0 | 0.06 | 286.5 | 0.79 | 0.7 |
| Hex | D4 | 77 | EF | B | 32 | 0 | 6 | 11E | 4F | 46 |
| Octal | 324 | 167 | 357 | 13 | 62 | 0 | 6 | 436 | 117 | 106 |
| Binary | 11010100 | 1110111 | 11101111 | 1011 | 110010 | 0 | 110 | 100011110 | 1001111 | 1000110 |
Color Harmonies of #D477EF
Complementary color
Monochromatic Colors of #D477EF
Black with #D477EF
Text Example
Text Example
White with #D477EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D477EF; }
p { color: rgb(212,119,239); }
H1.HeaderClassName
{
color: #D477EF;
}
.AnyTagClassName
{
color: #D477EF;
}
</style>
background-color css
<style>
a { background-color: #D477EF; }
a { background-color: rgb(212,119,239); }
div.DivClassName
{
background-color: #D477EF;
}
.BgClassName
{
background-color: #D477EF;
}
</style>
border-color css
<style>
span { border-color: #D477EF; }
span { border-color: rgb(212,119,239); }
td.TdClassName
{
border-color: #D477EF;
}
.TagClassName
{
border-color: #D477EF;
}
</style>