Shades of Heliotrope #D477FB
Tints of Heliotrope #D477FB
RGB
CMYK
RGB Variations
Color information
#D477FB (or 0xD477FB) is known color: Heliotrope. HEX triplet: D4, 77 and FB. RGB value is (212,119,251). Sum of RGB (Red+Green+Blue) = 212+119+251=582 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.43% from 582); Green value is 119 (46.88% from 255 or 20.45% from 582); Blue value is 251 (98.44% from 255 or 43.13% from 582); Max value from RGB is 251 - color contains mainly: blue. Hex color #D477FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D477FB is #2B8804. Grayscale: #A1A1A1. Windows color (decimal): -2852869 or 16480212. OLE color: 16480212.
HSL color Cylindrical-coordinate representation of color #D477FB: hue angle of 282.27º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D477FB is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 119 | 251 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.02 |
| HSL | 282.27º | 0.94% | 0.73% | - |
| HSV(B) | 282.27º | 0.53% | 0.98% | - |
| XYZ | 51.16 | 34.16 | 95.16 | - |
| YUV | 161.86 | 178.31 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 119 | 251 | 0.16 | 0.53 | 0 | 0.02 | 282.27 | 0.94 | 0.73 |
| Hex | D4 | 77 | FB | 10 | 35 | 0 | 2 | 11A | 5E | 49 |
| Octal | 324 | 167 | 373 | 20 | 65 | 0 | 2 | 432 | 136 | 111 |
| Binary | 11010100 | 1110111 | 11111011 | 10000 | 110101 | 0 | 10 | 100011010 | 1011110 | 1001001 |
Color Harmonies of #D477FB
Complementary color
Monochromatic Colors of #D477FB
Black with #D477FB
Text Example
Text Example
White with #D477FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D477FB; }
p { color: rgb(212,119,251); }
H1.HeaderClassName
{
color: #D477FB;
}
.AnyTagClassName
{
color: #D477FB;
}
</style>
background-color css
<style>
a { background-color: #D477FB; }
a { background-color: rgb(212,119,251); }
div.DivClassName
{
background-color: #D477FB;
}
.BgClassName
{
background-color: #D477FB;
}
</style>
border-color css
<style>
span { border-color: #D477FB; }
span { border-color: rgb(212,119,251); }
td.TdClassName
{
border-color: #D477FB;
}
.TagClassName
{
border-color: #D477FB;
}
</style>