Shades of Hopbush #D37CAB
Tints of Hopbush #D37CAB
RGB
CMYK
RGB Variations
Color information
#D37CAB (or 0xD37CAB) is known color: Hopbush. HEX triplet: D3, 7C and AB. RGB value is (211,124,171). Sum of RGB (Red+Green+Blue) = 211+124+171=506 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.70% from 506); Green value is 124 (48.83% from 255 or 24.51% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 211 - color contains mainly: red. Hex color #D37CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37CAB is #2C8354. Grayscale: #9B9B9B. Windows color (decimal): -2917205 or 11238611. OLE color: 11238611.
HSL color Cylindrical-coordinate representation of color #D37CAB: hue angle of 327.59º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D37CAB is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 124 | 171 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.17 |
| HSL | 327.59º | 0.5% | 0.66% | - |
| HSV(B) | 327.59º | 0.41% | 0.83% | - |
| XYZ | 41.42 | 31.2 | 42.37 | - |
| YUV | 155.37 | 136.82 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 124 | 171 | 0 | 0.41 | 0.19 | 0.17 | 327.59 | 0.5 | 0.66 |
| Hex | D3 | 7C | AB | 0 | 29 | 13 | 11 | 148 | 32 | 42 |
| Octal | 323 | 174 | 253 | 0 | 51 | 23 | 21 | 510 | 62 | 102 |
| Binary | 11010011 | 1111100 | 10101011 | 0 | 101001 | 10011 | 10001 | 101001000 | 110010 | 1000010 |
Color Harmonies of #D37CAB
Complementary color
Monochromatic Colors of #D37CAB
Black with #D37CAB
Text Example
Text Example
White with #D37CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37CAB; }
p { color: rgb(211,124,171); }
H1.HeaderClassName
{
color: #D37CAB;
}
.AnyTagClassName
{
color: #D37CAB;
}
</style>
background-color css
<style>
a { background-color: #D37CAB; }
a { background-color: rgb(211,124,171); }
div.DivClassName
{
background-color: #D37CAB;
}
.BgClassName
{
background-color: #D37CAB;
}
</style>
border-color css
<style>
span { border-color: #D37CAB; }
span { border-color: rgb(211,124,171); }
td.TdClassName
{
border-color: #D37CAB;
}
.TagClassName
{
border-color: #D37CAB;
}
</style>