Shades of Hopbush #D477A8
Tints of Hopbush #D477A8
RGB
CMYK
RGB Variations
Color information
#D477A8 (or 0xD477A8) is known color: Hopbush. HEX triplet: D4, 77 and A8. RGB value is (212,119,168). Sum of RGB (Red+Green+Blue) = 212+119+168=499 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.48% from 499); Green value is 119 (46.88% from 255 or 23.85% from 499); Blue value is 168 (66.02% from 255 or 33.67% from 499); Max value from RGB is 212 - color contains mainly: red. Hex color #D477A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D477A8 is #2B8857. Grayscale: #989898. Windows color (decimal): -2852952 or 11040724. OLE color: 11040724.
HSL color Cylindrical-coordinate representation of color #D477A8: hue angle of 328.39º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D477A8 is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 119 | 168 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.17 |
| HSL | 328.39º | 0.52% | 0.65% | - |
| HSV(B) | 328.39º | 0.44% | 0.83% | - |
| XYZ | 40.82 | 30.02 | 40.69 | - |
| YUV | 152.39 | 136.81 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 119 | 168 | 0 | 0.44 | 0.21 | 0.17 | 328.39 | 0.52 | 0.65 |
| Hex | D4 | 77 | A8 | 0 | 2C | 15 | 11 | 148 | 34 | 41 |
| Octal | 324 | 167 | 250 | 0 | 54 | 25 | 21 | 510 | 64 | 101 |
| Binary | 11010100 | 1110111 | 10101000 | 0 | 101100 | 10101 | 10001 | 101001000 | 110100 | 1000001 |
Color Harmonies of #D477A8
Complementary color
Monochromatic Colors of #D477A8
Black with #D477A8
Text Example
Text Example
White with #D477A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D477A8; }
p { color: rgb(212,119,168); }
H1.HeaderClassName
{
color: #D477A8;
}
.AnyTagClassName
{
color: #D477A8;
}
</style>
background-color css
<style>
a { background-color: #D477A8; }
a { background-color: rgb(212,119,168); }
div.DivClassName
{
background-color: #D477A8;
}
.BgClassName
{
background-color: #D477A8;
}
</style>
border-color css
<style>
span { border-color: #D477A8; }
span { border-color: rgb(212,119,168); }
td.TdClassName
{
border-color: #D477A8;
}
.TagClassName
{
border-color: #D477A8;
}
</style>