Shades of Hopbush #D277A1
Tints of Hopbush #D277A1
RGB
CMYK
RGB Variations
Color information
#D277A1 (or 0xD277A1) is known color: Hopbush. HEX triplet: D2, 77 and A1. RGB value is (210,119,161). Sum of RGB (Red+Green+Blue) = 210+119+161=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 119 (46.88% from 255 or 24.29% from 490); Blue value is 161 (63.28% from 255 or 32.86% from 490); Max value from RGB is 210 - color contains mainly: red. Hex color #D277A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D277A1 is #2D885E. Grayscale: #969696. Windows color (decimal): -2984031 or 10581970. OLE color: 10581970.
HSL color Cylindrical-coordinate representation of color #D277A1: hue angle of 332.31º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D277A1 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 119 | 161 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.18 |
| HSL | 332.31º | 0.5% | 0.65% | - |
| HSV(B) | 332.31º | 0.43% | 0.82% | - |
| XYZ | 39.61 | 29.47 | 37.32 | - |
| YUV | 151 | 133.65 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 119 | 161 | 0 | 0.43 | 0.23 | 0.18 | 332.31 | 0.5 | 0.65 |
| Hex | D2 | 77 | A1 | 0 | 2B | 17 | 12 | 14C | 32 | 41 |
| Octal | 322 | 167 | 241 | 0 | 53 | 27 | 22 | 514 | 62 | 101 |
| Binary | 11010010 | 1110111 | 10100001 | 0 | 101011 | 10111 | 10010 | 101001100 | 110010 | 1000001 |
Color Harmonies of #D277A1
Complementary color
Monochromatic Colors of #D277A1
Black with #D277A1
Text Example
Text Example
White with #D277A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D277A1; }
p { color: rgb(210,119,161); }
H1.HeaderClassName
{
color: #D277A1;
}
.AnyTagClassName
{
color: #D277A1;
}
</style>
background-color css
<style>
a { background-color: #D277A1; }
a { background-color: rgb(210,119,161); }
div.DivClassName
{
background-color: #D277A1;
}
.BgClassName
{
background-color: #D277A1;
}
</style>
border-color css
<style>
span { border-color: #D277A1; }
span { border-color: rgb(210,119,161); }
td.TdClassName
{
border-color: #D277A1;
}
.TagClassName
{
border-color: #D277A1;
}
</style>