Shades of Hopbush #D36997
Tints of Hopbush #D36997
RGB
CMYK
RGB Variations
Color information
#D36997 (or 0xD36997) is known color: Hopbush. HEX triplet: D3, 69 and 97. RGB value is (211,105,151). Sum of RGB (Red+Green+Blue) = 211+105+151=467 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.18% from 467); Green value is 105 (41.41% from 255 or 22.48% from 467); Blue value is 151 (59.38% from 255 or 32.33% from 467); Max value from RGB is 211 - color contains mainly: red. Hex color #D36997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D36997 is #2C9668. Grayscale: #8D8D8D. Windows color (decimal): -2922089 or 9923027. OLE color: 9923027.
HSL color Cylindrical-coordinate representation of color #D36997: hue angle of 333.96º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D36997 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 105 | 151 | - |
| CMYK | 0 | 0.50 | 0.28 | 0.17 |
| HSL | 333.96º | 0.55% | 0.62% | - |
| HSV(B) | 333.96º | 0.5% | 0.83% | - |
| XYZ | 37.5 | 26.19 | 32.36 | - |
| YUV | 141.94 | 133.12 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 105 | 151 | 0 | 0.50 | 0.28 | 0.17 | 333.96 | 0.55 | 0.62 |
| Hex | D3 | 69 | 97 | 0 | 32 | 1C | 11 | 14E | 37 | 3E |
| Octal | 323 | 151 | 227 | 0 | 62 | 34 | 21 | 516 | 67 | 76 |
| Binary | 11010011 | 1101001 | 10010111 | 0 | 110010 | 11100 | 10001 | 101001110 | 110111 | 111110 |
Color Harmonies of #D36997
Complementary color
Monochromatic Colors of #D36997
Black with #D36997
Text Example
Text Example
White with #D36997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36997; }
p { color: rgb(211,105,151); }
H1.HeaderClassName
{
color: #D36997;
}
.AnyTagClassName
{
color: #D36997;
}
</style>
background-color css
<style>
a { background-color: #D36997; }
a { background-color: rgb(211,105,151); }
div.DivClassName
{
background-color: #D36997;
}
.BgClassName
{
background-color: #D36997;
}
</style>
border-color css
<style>
span { border-color: #D36997; }
span { border-color: rgb(211,105,151); }
td.TdClassName
{
border-color: #D36997;
}
.TagClassName
{
border-color: #D36997;
}
</style>