Shades of Hopbush #D36C95
Tints of Hopbush #D36C95
RGB
CMYK
RGB Variations
Color information
#D36C95 (or 0xD36C95) is known color: Hopbush. HEX triplet: D3, 6C and 95. RGB value is (211,108,149). Sum of RGB (Red+Green+Blue) = 211+108+149=468 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.09% from 468); Green value is 108 (42.58% from 255 or 23.08% from 468); Blue value is 149 (58.59% from 255 or 31.84% from 468); Max value from RGB is 211 - color contains mainly: red. Hex color #D36C95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D36C95 is #2C936A. Grayscale: #8F8F8F. Windows color (decimal): -2921323 or 9792723. OLE color: 9792723.
HSL color Cylindrical-coordinate representation of color #D36C95: hue angle of 336.12º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D36C95 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 108 | 149 | - |
| CMYK | 0 | 0.49 | 0.29 | 0.17 |
| HSL | 336.12º | 0.54% | 0.63% | - |
| HSV(B) | 336.12º | 0.49% | 0.83% | - |
| XYZ | 37.65 | 26.74 | 31.61 | - |
| YUV | 143.47 | 131.12 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 108 | 149 | 0 | 0.49 | 0.29 | 0.17 | 336.12 | 0.54 | 0.63 |
| Hex | D3 | 6C | 95 | 0 | 31 | 1D | 11 | 150 | 36 | 3F |
| Octal | 323 | 154 | 225 | 0 | 61 | 35 | 21 | 520 | 66 | 77 |
| Binary | 11010011 | 1101100 | 10010101 | 0 | 110001 | 11101 | 10001 | 101010000 | 110110 | 111111 |
Color Harmonies of #D36C95
Complementary color
Monochromatic Colors of #D36C95
Black with #D36C95
Text Example
Text Example
White with #D36C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36C95; }
p { color: rgb(211,108,149); }
H1.HeaderClassName
{
color: #D36C95;
}
.AnyTagClassName
{
color: #D36C95;
}
</style>
background-color css
<style>
a { background-color: #D36C95; }
a { background-color: rgb(211,108,149); }
div.DivClassName
{
background-color: #D36C95;
}
.BgClassName
{
background-color: #D36C95;
}
</style>
border-color css
<style>
span { border-color: #D36C95; }
span { border-color: rgb(211,108,149); }
td.TdClassName
{
border-color: #D36C95;
}
.TagClassName
{
border-color: #D36C95;
}
</style>