Shades of Hopbush #D36996
Tints of Hopbush #D36996
RGB
CMYK
RGB Variations
Color information
#D36996 (or 0xD36996) is known color: Hopbush. HEX triplet: D3, 69 and 96. RGB value is (211,105,150). Sum of RGB (Red+Green+Blue) = 211+105+150=466 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.28% from 466); Green value is 105 (41.41% from 255 or 22.53% from 466); Blue value is 150 (58.98% from 255 or 32.19% from 466); Max value from RGB is 211 - color contains mainly: red. Hex color #D36996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D36996 is #2C9669. Grayscale: #8D8D8D. Windows color (decimal): -2922090 or 9857491. OLE color: 9857491.
HSL color Cylindrical-coordinate representation of color #D36996: hue angle of 334.53º 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 #D36996 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 105 | 150 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.17 |
| HSL | 334.53º | 0.55% | 0.62% | - |
| HSV(B) | 334.53º | 0.5% | 0.83% | - |
| XYZ | 37.42 | 26.15 | 31.93 | - |
| YUV | 141.82 | 132.62 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 105 | 150 | 0 | 0.50 | 0.29 | 0.17 | 334.53 | 0.55 | 0.62 |
| Hex | D3 | 69 | 96 | 0 | 32 | 1D | 11 | 14F | 37 | 3E |
| Octal | 323 | 151 | 226 | 0 | 62 | 35 | 21 | 517 | 67 | 76 |
| Binary | 11010011 | 1101001 | 10010110 | 0 | 110010 | 11101 | 10001 | 101001111 | 110111 | 111110 |
Color Harmonies of #D36996
Complementary color
Monochromatic Colors of #D36996
Black with #D36996
Text Example
Text Example
White with #D36996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36996; }
p { color: rgb(211,105,150); }
H1.HeaderClassName
{
color: #D36996;
}
.AnyTagClassName
{
color: #D36996;
}
</style>
background-color css
<style>
a { background-color: #D36996; }
a { background-color: rgb(211,105,150); }
div.DivClassName
{
background-color: #D36996;
}
.BgClassName
{
background-color: #D36996;
}
</style>
border-color css
<style>
span { border-color: #D36996; }
span { border-color: rgb(211,105,150); }
td.TdClassName
{
border-color: #D36996;
}
.TagClassName
{
border-color: #D36996;
}
</style>