Shades of Hopbush #D36088
Tints of Hopbush #D36088
RGB
CMYK
RGB Variations
Color information
#D36088 (or 0xD36088) is known color: Hopbush. HEX triplet: D3, 60 and 88. RGB value is (211,96,136). Sum of RGB (Red+Green+Blue) = 211+96+136=443 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.63% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 211 - color contains mainly: red. Hex color #D36088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D36088 is #2C9F77. Grayscale: #868686. Windows color (decimal): -2924408 or 8937683. OLE color: 8937683.
HSL color Cylindrical-coordinate representation of color #D36088: hue angle of 339.13º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D36088 is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 96 | 136 | - |
| CMYK | 0 | 0.55 | 0.36 | 0.17 |
| HSL | 339.13º | 0.57% | 0.6% | - |
| HSV(B) | 339.13º | 0.55% | 0.83% | - |
| XYZ | 35.49 | 23.99 | 26.05 | - |
| YUV | 134.95 | 128.6 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 96 | 136 | 0 | 0.55 | 0.36 | 0.17 | 339.13 | 0.57 | 0.6 |
| Hex | D3 | 60 | 88 | 0 | 37 | 24 | 11 | 153 | 39 | 3C |
| Octal | 323 | 140 | 210 | 0 | 67 | 44 | 21 | 523 | 71 | 74 |
| Binary | 11010011 | 1100000 | 10001000 | 0 | 110111 | 100100 | 10001 | 101010011 | 111001 | 111100 |
Color Harmonies of #D36088
Complementary color
Monochromatic Colors of #D36088
Black with #D36088
Text Example
Text Example
White with #D36088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36088; }
p { color: rgb(211,96,136); }
H1.HeaderClassName
{
color: #D36088;
}
.AnyTagClassName
{
color: #D36088;
}
</style>
background-color css
<style>
a { background-color: #D36088; }
a { background-color: rgb(211,96,136); }
div.DivClassName
{
background-color: #D36088;
}
.BgClassName
{
background-color: #D36088;
}
</style>
border-color css
<style>
span { border-color: #D36088; }
span { border-color: rgb(211,96,136); }
td.TdClassName
{
border-color: #D36088;
}
.TagClassName
{
border-color: #D36088;
}
</style>