Shades of Hopbush #D277AF
Tints of Hopbush #D277AF
RGB
CMYK
RGB Variations
Color information
#D277AF (or 0xD277AF) is known color: Hopbush. HEX triplet: D2, 77 and AF. RGB value is (210,119,175). Sum of RGB (Red+Green+Blue) = 210+119+175=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 119 (46.88% from 255 or 23.61% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 210 - color contains mainly: red. Hex color #D277AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D277AF is #2D8850. Grayscale: #989898. Windows color (decimal): -2984017 or 11499474. OLE color: 11499474.
HSL color Cylindrical-coordinate representation of color #D277AF: hue angle of 323.08º 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 #D277AF is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 119 | 175 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.18 |
| HSL | 323.08º | 0.5% | 0.65% | - |
| HSV(B) | 323.08º | 0.43% | 0.82% | - |
| XYZ | 40.91 | 29.99 | 44.19 | - |
| YUV | 152.59 | 140.65 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 119 | 175 | 0 | 0.43 | 0.17 | 0.18 | 323.08 | 0.5 | 0.65 |
| Hex | D2 | 77 | AF | 0 | 2B | 11 | 12 | 143 | 32 | 41 |
| Octal | 322 | 167 | 257 | 0 | 53 | 21 | 22 | 503 | 62 | 101 |
| Binary | 11010010 | 1110111 | 10101111 | 0 | 101011 | 10001 | 10010 | 101000011 | 110010 | 1000001 |
Color Harmonies of #D277AF
Complementary color
Monochromatic Colors of #D277AF
Black with #D277AF
Text Example
Text Example
White with #D277AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D277AF; }
p { color: rgb(210,119,175); }
H1.HeaderClassName
{
color: #D277AF;
}
.AnyTagClassName
{
color: #D277AF;
}
</style>
background-color css
<style>
a { background-color: #D277AF; }
a { background-color: rgb(210,119,175); }
div.DivClassName
{
background-color: #D277AF;
}
.BgClassName
{
background-color: #D277AF;
}
</style>
border-color css
<style>
span { border-color: #D277AF; }
span { border-color: rgb(210,119,175); }
td.TdClassName
{
border-color: #D277AF;
}
.TagClassName
{
border-color: #D277AF;
}
</style>