Shades of Hopbush #D2779B
Tints of Hopbush #D2779B
RGB
CMYK
RGB Variations
Color information
#D2779B (or 0xD2779B) is known color: Hopbush. HEX triplet: D2, 77 and 9B. RGB value is (210,119,155). Sum of RGB (Red+Green+Blue) = 210+119+155=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 119 (46.88% from 255 or 24.59% from 484); Blue value is 155 (60.94% from 255 or 32.02% from 484); Max value from RGB is 210 - color contains mainly: red. Hex color #D2779B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2779B is #2D8864. Grayscale: #969696. Windows color (decimal): -2984037 or 10188754. OLE color: 10188754.
HSL color Cylindrical-coordinate representation of color #D2779B: hue angle of 336.26º 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 #D2779B is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 119 | 155 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.18 |
| HSL | 336.26º | 0.5% | 0.65% | - |
| HSV(B) | 336.26º | 0.43% | 0.82% | - |
| XYZ | 39.09 | 29.26 | 34.6 | - |
| YUV | 150.31 | 130.65 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 119 | 155 | 0 | 0.43 | 0.26 | 0.18 | 336.26 | 0.5 | 0.65 |
| Hex | D2 | 77 | 9B | 0 | 2B | 1A | 12 | 150 | 32 | 41 |
| Octal | 322 | 167 | 233 | 0 | 53 | 32 | 22 | 520 | 62 | 101 |
| Binary | 11010010 | 1110111 | 10011011 | 0 | 101011 | 11010 | 10010 | 101010000 | 110010 | 1000001 |
Color Harmonies of #D2779B
Complementary color
Monochromatic Colors of #D2779B
Black with #D2779B
Text Example
Text Example
White with #D2779B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2779B; }
p { color: rgb(210,119,155); }
H1.HeaderClassName
{
color: #D2779B;
}
.AnyTagClassName
{
color: #D2779B;
}
</style>
background-color css
<style>
a { background-color: #D2779B; }
a { background-color: rgb(210,119,155); }
div.DivClassName
{
background-color: #D2779B;
}
.BgClassName
{
background-color: #D2779B;
}
</style>
border-color css
<style>
span { border-color: #D2779B; }
span { border-color: rgb(210,119,155); }
td.TdClassName
{
border-color: #D2779B;
}
.TagClassName
{
border-color: #D2779B;
}
</style>