Shades of Hopbush #D36094
Tints of Hopbush #D36094
RGB
CMYK
RGB Variations
Color information
#D36094 (or 0xD36094) is known color: Hopbush. HEX triplet: D3, 60 and 94. RGB value is (211,96,148). Sum of RGB (Red+Green+Blue) = 211+96+148=455 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.37% from 455); Green value is 96 (37.89% from 255 or 21.10% from 455); Blue value is 148 (58.20% from 255 or 32.53% from 455); Max value from RGB is 211 - color contains mainly: red. Hex color #D36094 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D36094 is #2C9F6B. Grayscale: #888888. Windows color (decimal): -2924396 or 9724115. OLE color: 9724115.
HSL color Cylindrical-coordinate representation of color #D36094: hue angle of 332.87º 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 #D36094 is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 96 | 148 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.17 |
| HSL | 332.87º | 0.57% | 0.6% | - |
| HSV(B) | 332.87º | 0.55% | 0.83% | - |
| XYZ | 36.39 | 24.35 | 30.8 | - |
| YUV | 136.31 | 134.6 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 96 | 148 | 0 | 0.55 | 0.30 | 0.17 | 332.87 | 0.57 | 0.6 |
| Hex | D3 | 60 | 94 | 0 | 37 | 1E | 11 | 14D | 39 | 3C |
| Octal | 323 | 140 | 224 | 0 | 67 | 36 | 21 | 515 | 71 | 74 |
| Binary | 11010011 | 1100000 | 10010100 | 0 | 110111 | 11110 | 10001 | 101001101 | 111001 | 111100 |
Color Harmonies of #D36094
Complementary color
Monochromatic Colors of #D36094
Black with #D36094
Text Example
Text Example
White with #D36094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36094; }
p { color: rgb(211,96,148); }
H1.HeaderClassName
{
color: #D36094;
}
.AnyTagClassName
{
color: #D36094;
}
</style>
background-color css
<style>
a { background-color: #D36094; }
a { background-color: rgb(211,96,148); }
div.DivClassName
{
background-color: #D36094;
}
.BgClassName
{
background-color: #D36094;
}
</style>
border-color css
<style>
span { border-color: #D36094; }
span { border-color: rgb(211,96,148); }
td.TdClassName
{
border-color: #D36094;
}
.TagClassName
{
border-color: #D36094;
}
</style>