Shades of Hopbush #D36095
Tints of Hopbush #D36095
RGB
CMYK
RGB Variations
Color information
#D36095 (or 0xD36095) is known color: Hopbush. HEX triplet: D3, 60 and 95. RGB value is (211,96,149). Sum of RGB (Red+Green+Blue) = 211+96+149=456 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.27% from 456); Green value is 96 (37.89% from 255 or 21.05% from 456); Blue value is 149 (58.59% from 255 or 32.68% from 456); Max value from RGB is 211 - color contains mainly: red. Hex color #D36095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D36095 is #2C9F6A. Grayscale: #888888. Windows color (decimal): -2924395 or 9789651. OLE color: 9789651.
HSL color Cylindrical-coordinate representation of color #D36095: hue angle of 332.35º 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 #D36095 is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 96 | 149 | - |
| CMYK | 0 | 0.55 | 0.29 | 0.17 |
| HSL | 332.35º | 0.57% | 0.6% | - |
| HSV(B) | 332.35º | 0.55% | 0.83% | - |
| XYZ | 36.47 | 24.38 | 31.22 | - |
| YUV | 136.43 | 135.1 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 96 | 149 | 0 | 0.55 | 0.29 | 0.17 | 332.35 | 0.57 | 0.6 |
| Hex | D3 | 60 | 95 | 0 | 37 | 1D | 11 | 14C | 39 | 3C |
| Octal | 323 | 140 | 225 | 0 | 67 | 35 | 21 | 514 | 71 | 74 |
| Binary | 11010011 | 1100000 | 10010101 | 0 | 110111 | 11101 | 10001 | 101001100 | 111001 | 111100 |
Color Harmonies of #D36095
Complementary color
Monochromatic Colors of #D36095
Black with #D36095
Text Example
Text Example
White with #D36095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36095; }
p { color: rgb(211,96,149); }
H1.HeaderClassName
{
color: #D36095;
}
.AnyTagClassName
{
color: #D36095;
}
</style>
background-color css
<style>
a { background-color: #D36095; }
a { background-color: rgb(211,96,149); }
div.DivClassName
{
background-color: #D36095;
}
.BgClassName
{
background-color: #D36095;
}
</style>
border-color css
<style>
span { border-color: #D36095; }
span { border-color: rgb(211,96,149); }
td.TdClassName
{
border-color: #D36095;
}
.TagClassName
{
border-color: #D36095;
}
</style>