Shades of Hopbush #DD5B9C
Tints of Hopbush #DD5B9C
RGB
CMYK
RGB Variations
Color information
#DD5B9C (or 0xDD5B9C) is known color: Hopbush. HEX triplet: DD, 5B and 9C. RGB value is (221,91,156). Sum of RGB (Red+Green+Blue) = 221+91+156=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 91 (35.94% from 255 or 19.44% from 468); Blue value is 156 (61.33% from 255 or 33.33% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5B9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5B9C is #22A463. Grayscale: #898989. Windows color (decimal): -2270308 or 10247133. OLE color: 10247133.
HSL color Cylindrical-coordinate representation of color #DD5B9C: 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.59%. Process color model (Four color, CMYK) of #DD5B9C is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 91 | 156 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.13 |
| HSL | 330º | 0.66% | 0.61% | - |
| HSV(B) | 330º | 0.59% | 0.87% | - |
| XYZ | 39.56 | 25.25 | 34.24 | - |
| YUV | 137.28 | 138.57 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 91 | 156 | 0 | 0.59 | 0.29 | 0.13 | 330 | 0.66 | 0.61 |
| Hex | DD | 5B | 9C | 0 | 3B | 1D | D | 14A | 42 | 3D |
| Octal | 335 | 133 | 234 | 0 | 73 | 35 | 15 | 512 | 102 | 75 |
| Binary | 11011101 | 1011011 | 10011100 | 0 | 111011 | 11101 | 1101 | 101001010 | 1000010 | 111101 |
Color Harmonies of #DD5B9C
Complementary color
Monochromatic Colors of #DD5B9C
Black with #DD5B9C
Text Example
Text Example
White with #DD5B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5B9C; }
p { color: rgb(221,91,156); }
H1.HeaderClassName
{
color: #DD5B9C;
}
.AnyTagClassName
{
color: #DD5B9C;
}
</style>
background-color css
<style>
a { background-color: #DD5B9C; }
a { background-color: rgb(221,91,156); }
div.DivClassName
{
background-color: #DD5B9C;
}
.BgClassName
{
background-color: #DD5B9C;
}
</style>
border-color css
<style>
span { border-color: #DD5B9C; }
span { border-color: rgb(221,91,156); }
td.TdClassName
{
border-color: #DD5B9C;
}
.TagClassName
{
border-color: #DD5B9C;
}
</style>