Shades of Hopbush #D85C9C
Tints of Hopbush #D85C9C
RGB
CMYK
RGB Variations
Color information
#D85C9C (or 0xD85C9C) is known color: Hopbush. HEX triplet: D8, 5C and 9C. RGB value is (216,92,156). Sum of RGB (Red+Green+Blue) = 216+92+156=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 92 (36.33% from 255 or 19.83% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 216 - color contains mainly: red. Hex color #D85C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85C9C is #27A363. Grayscale: #888888. Windows color (decimal): -2597732 or 10247384. OLE color: 10247384.
HSL color Cylindrical-coordinate representation of color #D85C9C: hue angle of 329.03º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D85C9C is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 92 | 156 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.15 |
| HSL | 329.03º | 0.61% | 0.6% | - |
| HSV(B) | 329.03º | 0.57% | 0.85% | - |
| XYZ | 38.15 | 24.65 | 34.2 | - |
| YUV | 136.37 | 139.08 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 92 | 156 | 0 | 0.57 | 0.28 | 0.15 | 329.03 | 0.61 | 0.6 |
| Hex | D8 | 5C | 9C | 0 | 39 | 1C | F | 149 | 3D | 3C |
| Octal | 330 | 134 | 234 | 0 | 71 | 34 | 17 | 511 | 75 | 74 |
| Binary | 11011000 | 1011100 | 10011100 | 0 | 111001 | 11100 | 1111 | 101001001 | 111101 | 111100 |
Color Harmonies of #D85C9C
Complementary color
Monochromatic Colors of #D85C9C
Black with #D85C9C
Text Example
Text Example
White with #D85C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85C9C; }
p { color: rgb(216,92,156); }
H1.HeaderClassName
{
color: #D85C9C;
}
.AnyTagClassName
{
color: #D85C9C;
}
</style>
background-color css
<style>
a { background-color: #D85C9C; }
a { background-color: rgb(216,92,156); }
div.DivClassName
{
background-color: #D85C9C;
}
.BgClassName
{
background-color: #D85C9C;
}
</style>
border-color css
<style>
span { border-color: #D85C9C; }
span { border-color: rgb(216,92,156); }
td.TdClassName
{
border-color: #D85C9C;
}
.TagClassName
{
border-color: #D85C9C;
}
</style>