Shades of Hopbush #D85A96
Tints of Hopbush #D85A96
RGB
CMYK
RGB Variations
Color information
#D85A96 (or 0xD85A96) is known color: Hopbush. HEX triplet: D8, 5A and 96. RGB value is (216,90,150). Sum of RGB (Red+Green+Blue) = 216+90+150=456 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.37% from 456); Green value is 90 (35.55% from 255 or 19.74% from 456); Blue value is 150 (58.98% from 255 or 32.89% from 456); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85A96 is #27A569. Grayscale: #868686. Windows color (decimal): -2598250 or 9853656. OLE color: 9853656.
HSL color Cylindrical-coordinate representation of color #D85A96: hue angle of 331.43º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D85A96 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 90 | 150 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.15 |
| HSL | 331.43º | 0.62% | 0.6% | - |
| HSV(B) | 331.43º | 0.58% | 0.85% | - |
| XYZ | 37.48 | 24.11 | 31.53 | - |
| YUV | 134.51 | 136.74 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 150 | 0 | 0.58 | 0.31 | 0.15 | 331.43 | 0.62 | 0.6 |
| Hex | D8 | 5A | 96 | 0 | 3A | 1F | F | 14B | 3E | 3C |
| Octal | 330 | 132 | 226 | 0 | 72 | 37 | 17 | 513 | 76 | 74 |
| Binary | 11011000 | 1011010 | 10010110 | 0 | 111010 | 11111 | 1111 | 101001011 | 111110 | 111100 |
Color Harmonies of #D85A96
Complementary color
Monochromatic Colors of #D85A96
Black with #D85A96
Text Example
Text Example
White with #D85A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85A96; }
p { color: rgb(216,90,150); }
H1.HeaderClassName
{
color: #D85A96;
}
.AnyTagClassName
{
color: #D85A96;
}
</style>
background-color css
<style>
a { background-color: #D85A96; }
a { background-color: rgb(216,90,150); }
div.DivClassName
{
background-color: #D85A96;
}
.BgClassName
{
background-color: #D85A96;
}
</style>
border-color css
<style>
span { border-color: #D85A96; }
span { border-color: rgb(216,90,150); }
td.TdClassName
{
border-color: #D85A96;
}
.TagClassName
{
border-color: #D85A96;
}
</style>