Shades of Heliotrope #D477F2
Tints of Heliotrope #D477F2
RGB
CMYK
RGB Variations
Color information
#D477F2 (or 0xD477F2) is known color: Heliotrope. HEX triplet: D4, 77 and F2. RGB value is (212,119,242). Sum of RGB (Red+Green+Blue) = 212+119+242=573 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.00% from 573); Green value is 119 (46.88% from 255 or 20.77% from 573); Blue value is 242 (94.92% from 255 or 42.23% from 573); Max value from RGB is 242 - color contains mainly: blue. Hex color #D477F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D477F2 is #2B880D. Grayscale: #A0A0A0. Windows color (decimal): -2852878 or 15890388. OLE color: 15890388.
HSL color Cylindrical-coordinate representation of color #D477F2: hue angle of 285.37º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D477F2 is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 119 | 242 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.05 |
| HSL | 285.37º | 0.83% | 0.71% | - |
| HSV(B) | 285.37º | 0.51% | 0.95% | - |
| XYZ | 49.78 | 33.6 | 87.87 | - |
| YUV | 160.83 | 173.81 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 119 | 242 | 0.12 | 0.51 | 0 | 0.05 | 285.37 | 0.83 | 0.71 |
| Hex | D4 | 77 | F2 | C | 33 | 0 | 5 | 11D | 53 | 47 |
| Octal | 324 | 167 | 362 | 14 | 63 | 0 | 5 | 435 | 123 | 107 |
| Binary | 11010100 | 1110111 | 11110010 | 1100 | 110011 | 0 | 101 | 100011101 | 1010011 | 1000111 |
Color Harmonies of #D477F2
Complementary color
Monochromatic Colors of #D477F2
Black with #D477F2
Text Example
Text Example
White with #D477F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D477F2; }
p { color: rgb(212,119,242); }
H1.HeaderClassName
{
color: #D477F2;
}
.AnyTagClassName
{
color: #D477F2;
}
</style>
background-color css
<style>
a { background-color: #D477F2; }
a { background-color: rgb(212,119,242); }
div.DivClassName
{
background-color: #D477F2;
}
.BgClassName
{
background-color: #D477F2;
}
</style>
border-color css
<style>
span { border-color: #D477F2; }
span { border-color: rgb(212,119,242); }
td.TdClassName
{
border-color: #D477F2;
}
.TagClassName
{
border-color: #D477F2;
}
</style>