Shades of Hopbush #DD579B
Tints of Hopbush #DD579B
RGB
CMYK
RGB Variations
Color information
#DD579B (or 0xDD579B) is known color: Hopbush. HEX triplet: DD, 57 and 9B. RGB value is (221,87,155). Sum of RGB (Red+Green+Blue) = 221+87+155=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 87 (34.38% from 255 or 18.79% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD579B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD579B is #22A864. Grayscale: #868686. Windows color (decimal): -2271333 or 10180573. OLE color: 10180573.
HSL color Cylindrical-coordinate representation of color #DD579B: hue angle of 329.55º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD579B is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 87 | 155 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.13 |
| HSL | 329.55º | 0.66% | 0.6% | - |
| HSV(B) | 329.55º | 0.61% | 0.87% | - |
| XYZ | 39.14 | 24.56 | 33.69 | - |
| YUV | 134.82 | 139.39 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 155 | 0 | 0.61 | 0.30 | 0.13 | 329.55 | 0.66 | 0.6 |
| Hex | DD | 57 | 9B | 0 | 3D | 1E | D | 14A | 42 | 3C |
| Octal | 335 | 127 | 233 | 0 | 75 | 36 | 15 | 512 | 102 | 74 |
| Binary | 11011101 | 1010111 | 10011011 | 0 | 111101 | 11110 | 1101 | 101001010 | 1000010 | 111100 |
Color Harmonies of #DD579B
Complementary color
Monochromatic Colors of #DD579B
Black with #DD579B
Text Example
Text Example
White with #DD579B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD579B; }
p { color: rgb(221,87,155); }
H1.HeaderClassName
{
color: #DD579B;
}
.AnyTagClassName
{
color: #DD579B;
}
</style>
background-color css
<style>
a { background-color: #DD579B; }
a { background-color: rgb(221,87,155); }
div.DivClassName
{
background-color: #DD579B;
}
.BgClassName
{
background-color: #DD579B;
}
</style>
border-color css
<style>
span { border-color: #DD579B; }
span { border-color: rgb(221,87,155); }
td.TdClassName
{
border-color: #DD579B;
}
.TagClassName
{
border-color: #DD579B;
}
</style>