Shades of Hopbush #DC599B
Tints of Hopbush #DC599B
RGB
CMYK
RGB Variations
Color information
#DC599B (or 0xDC599B) is known color: Hopbush. HEX triplet: DC, 59 and 9B. RGB value is (220,89,155). Sum of RGB (Red+Green+Blue) = 220+89+155=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 89 (35.16% from 255 or 19.18% from 464); Blue value is 155 (60.94% from 255 or 33.41% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC599B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC599B is #23A664. Grayscale: #878787. Windows color (decimal): -2336357 or 10181084. OLE color: 10181084.
HSL color Cylindrical-coordinate representation of color #DC599B: hue angle of 329.77º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC599B is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 155 | - |
| CMYK | 0 | 0.60 | 0.30 | 0.14 |
| HSL | 329.77º | 0.65% | 0.61% | - |
| HSV(B) | 329.77º | 0.6% | 0.86% | - |
| XYZ | 39 | 24.73 | 33.73 | - |
| YUV | 135.69 | 138.9 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 155 | 0 | 0.60 | 0.30 | 0.14 | 329.77 | 0.65 | 0.61 |
| Hex | DC | 59 | 9B | 0 | 3C | 1E | E | 14A | 41 | 3D |
| Octal | 334 | 131 | 233 | 0 | 74 | 36 | 16 | 512 | 101 | 75 |
| Binary | 11011100 | 1011001 | 10011011 | 0 | 111100 | 11110 | 1110 | 101001010 | 1000001 | 111101 |
Color Harmonies of #DC599B
Complementary color
Monochromatic Colors of #DC599B
Black with #DC599B
Text Example
Text Example
White with #DC599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC599B; }
p { color: rgb(220,89,155); }
H1.HeaderClassName
{
color: #DC599B;
}
.AnyTagClassName
{
color: #DC599B;
}
</style>
background-color css
<style>
a { background-color: #DC599B; }
a { background-color: rgb(220,89,155); }
div.DivClassName
{
background-color: #DC599B;
}
.BgClassName
{
background-color: #DC599B;
}
</style>
border-color css
<style>
span { border-color: #DC599B; }
span { border-color: rgb(220,89,155); }
td.TdClassName
{
border-color: #DC599B;
}
.TagClassName
{
border-color: #DC599B;
}
</style>