Shades of Hopbush #D37AB0
Tints of Hopbush #D37AB0
RGB
CMYK
RGB Variations
Color information
#D37AB0 (or 0xD37AB0) is known color: Hopbush. HEX triplet: D3, 7A and B0. RGB value is (211,122,176). Sum of RGB (Red+Green+Blue) = 211+122+176=509 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.45% from 509); Green value is 122 (48.05% from 255 or 23.97% from 509); Blue value is 176 (69.14% from 255 or 34.58% from 509); Max value from RGB is 211 - color contains mainly: red. Hex color #D37AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37AB0 is #2C854F. Grayscale: #9A9A9A. Windows color (decimal): -2917712 or 11565779. OLE color: 11565779.
HSL color Cylindrical-coordinate representation of color #D37AB0: hue angle of 323.6º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D37AB0 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 122 | 176 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.17 |
| HSL | 323.6º | 0.5% | 0.65% | - |
| HSV(B) | 323.6º | 0.42% | 0.83% | - |
| XYZ | 41.66 | 30.9 | 44.84 | - |
| YUV | 154.77 | 139.99 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 122 | 176 | 0 | 0.42 | 0.17 | 0.17 | 323.6 | 0.5 | 0.65 |
| Hex | D3 | 7A | B0 | 0 | 2A | 11 | 11 | 144 | 32 | 41 |
| Octal | 323 | 172 | 260 | 0 | 52 | 21 | 21 | 504 | 62 | 101 |
| Binary | 11010011 | 1111010 | 10110000 | 0 | 101010 | 10001 | 10001 | 101000100 | 110010 | 1000001 |
Color Harmonies of #D37AB0
Complementary color
Monochromatic Colors of #D37AB0
Black with #D37AB0
Text Example
Text Example
White with #D37AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37AB0; }
p { color: rgb(211,122,176); }
H1.HeaderClassName
{
color: #D37AB0;
}
.AnyTagClassName
{
color: #D37AB0;
}
</style>
background-color css
<style>
a { background-color: #D37AB0; }
a { background-color: rgb(211,122,176); }
div.DivClassName
{
background-color: #D37AB0;
}
.BgClassName
{
background-color: #D37AB0;
}
</style>
border-color css
<style>
span { border-color: #D37AB0; }
span { border-color: rgb(211,122,176); }
td.TdClassName
{
border-color: #D37AB0;
}
.TagClassName
{
border-color: #D37AB0;
}
</style>