Shades of Hopbush #D36297
Tints of Hopbush #D36297
RGB
CMYK
RGB Variations
Color information
#D36297 (or 0xD36297) is known color: Hopbush. HEX triplet: D3, 62 and 97. RGB value is (211,98,151). Sum of RGB (Red+Green+Blue) = 211+98+151=460 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.87% from 460); Green value is 98 (38.67% from 255 or 21.30% from 460); Blue value is 151 (59.38% from 255 or 32.83% from 460); Max value from RGB is 211 - color contains mainly: red. Hex color #D36297 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D36297 is #2C9D68. Grayscale: #898989. Windows color (decimal): -2923881 or 9921235. OLE color: 9921235.
HSL color Cylindrical-coordinate representation of color #D36297: hue angle of 331.86º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D36297 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 98 | 151 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.17 |
| HSL | 331.86º | 0.56% | 0.61% | - |
| HSV(B) | 331.86º | 0.54% | 0.83% | - |
| XYZ | 36.82 | 24.82 | 32.13 | - |
| YUV | 137.83 | 135.44 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 98 | 151 | 0 | 0.54 | 0.28 | 0.17 | 331.86 | 0.56 | 0.61 |
| Hex | D3 | 62 | 97 | 0 | 36 | 1C | 11 | 14C | 38 | 3D |
| Octal | 323 | 142 | 227 | 0 | 66 | 34 | 21 | 514 | 70 | 75 |
| Binary | 11010011 | 1100010 | 10010111 | 0 | 110110 | 11100 | 10001 | 101001100 | 111000 | 111101 |
Color Harmonies of #D36297
Complementary color
Monochromatic Colors of #D36297
Black with #D36297
Text Example
Text Example
White with #D36297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36297; }
p { color: rgb(211,98,151); }
H1.HeaderClassName
{
color: #D36297;
}
.AnyTagClassName
{
color: #D36297;
}
</style>
background-color css
<style>
a { background-color: #D36297; }
a { background-color: rgb(211,98,151); }
div.DivClassName
{
background-color: #D36297;
}
.BgClassName
{
background-color: #D36297;
}
</style>
border-color css
<style>
span { border-color: #D36297; }
span { border-color: rgb(211,98,151); }
td.TdClassName
{
border-color: #D36297;
}
.TagClassName
{
border-color: #D36297;
}
</style>