Shades of Hopbush #DD599B
Tints of Hopbush #DD599B
RGB
CMYK
RGB Variations
Color information
#DD599B (or 0xDD599B) is known color: Hopbush. HEX triplet: DD, 59 and 9B. RGB value is (221,89,155). Sum of RGB (Red+Green+Blue) = 221+89+155=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 89 (35.16% from 255 or 19.14% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD599B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD599B is #22A664. Grayscale: #878787. Windows color (decimal): -2270821 or 10181085. OLE color: 10181085.
HSL color Cylindrical-coordinate representation of color #DD599B: hue angle of 330º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD599B is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 89 | 155 | - |
| CMYK | 0 | 0.60 | 0.30 | 0.13 |
| HSL | 330º | 0.66% | 0.61% | - |
| HSV(B) | 330º | 0.6% | 0.87% | - |
| XYZ | 39.31 | 24.88 | 33.74 | - |
| YUV | 135.99 | 138.73 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 155 | 0 | 0.60 | 0.30 | 0.13 | 330 | 0.66 | 0.61 |
| Hex | DD | 59 | 9B | 0 | 3C | 1E | D | 14A | 42 | 3D |
| Octal | 335 | 131 | 233 | 0 | 74 | 36 | 15 | 512 | 102 | 75 |
| Binary | 11011101 | 1011001 | 10011011 | 0 | 111100 | 11110 | 1101 | 101001010 | 1000010 | 111101 |
Color Harmonies of #DD599B
Complementary color
Monochromatic Colors of #DD599B
Black with #DD599B
Text Example
Text Example
White with #DD599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD599B; }
p { color: rgb(221,89,155); }
H1.HeaderClassName
{
color: #DD599B;
}
.AnyTagClassName
{
color: #DD599B;
}
</style>
background-color css
<style>
a { background-color: #DD599B; }
a { background-color: rgb(221,89,155); }
div.DivClassName
{
background-color: #DD599B;
}
.BgClassName
{
background-color: #DD599B;
}
</style>
border-color css
<style>
span { border-color: #DD599B; }
span { border-color: rgb(221,89,155); }
td.TdClassName
{
border-color: #DD599B;
}
.TagClassName
{
border-color: #DD599B;
}
</style>