Shades of Hopbush #D8599A
Tints of Hopbush #D8599A
RGB
CMYK
RGB Variations
Color information
#D8599A (or 0xD8599A) is known color: Hopbush. HEX triplet: D8, 59 and 9A. RGB value is (216,89,154). Sum of RGB (Red+Green+Blue) = 216+89+154=459 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.06% from 459); Green value is 89 (35.16% from 255 or 19.39% from 459); Blue value is 154 (60.55% from 255 or 33.55% from 459); Max value from RGB is 216 - color contains mainly: red. Hex color #D8599A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8599A is #27A665. Grayscale: #868686. Windows color (decimal): -2598502 or 10115544. OLE color: 10115544.
HSL color Cylindrical-coordinate representation of color #D8599A: hue angle of 329.29º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D8599A is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 89 | 154 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.15 |
| HSL | 329.29º | 0.62% | 0.6% | - |
| HSV(B) | 329.29º | 0.59% | 0.85% | - |
| XYZ | 37.72 | 24.08 | 33.23 | - |
| YUV | 134.38 | 139.08 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 89 | 154 | 0 | 0.59 | 0.29 | 0.15 | 329.29 | 0.62 | 0.6 |
| Hex | D8 | 59 | 9A | 0 | 3B | 1D | F | 149 | 3E | 3C |
| Octal | 330 | 131 | 232 | 0 | 73 | 35 | 17 | 511 | 76 | 74 |
| Binary | 11011000 | 1011001 | 10011010 | 0 | 111011 | 11101 | 1111 | 101001001 | 111110 | 111100 |
Color Harmonies of #D8599A
Complementary color
Monochromatic Colors of #D8599A
Black with #D8599A
Text Example
Text Example
White with #D8599A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8599A; }
p { color: rgb(216,89,154); }
H1.HeaderClassName
{
color: #D8599A;
}
.AnyTagClassName
{
color: #D8599A;
}
</style>
background-color css
<style>
a { background-color: #D8599A; }
a { background-color: rgb(216,89,154); }
div.DivClassName
{
background-color: #D8599A;
}
.BgClassName
{
background-color: #D8599A;
}
</style>
border-color css
<style>
span { border-color: #D8599A; }
span { border-color: rgb(216,89,154); }
td.TdClassName
{
border-color: #D8599A;
}
.TagClassName
{
border-color: #D8599A;
}
</style>