Shades of Hopbush #DD5CA0
Tints of Hopbush #DD5CA0
RGB
CMYK
RGB Variations
Color information
#DD5CA0 (or 0xDD5CA0) is known color: Hopbush. HEX triplet: DD, 5C and A0. RGB value is (221,92,160). Sum of RGB (Red+Green+Blue) = 221+92+160=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 92 (36.33% from 255 or 19.45% from 473); Blue value is 160 (62.89% from 255 or 33.83% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5CA0 is #22A35F. Grayscale: #8A8A8A. Windows color (decimal): -2270048 or 10509533. OLE color: 10509533.
HSL color Cylindrical-coordinate representation of color #DD5CA0: hue angle of 328.37º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD5CA0 is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 92 | 160 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.13 |
| HSL | 328.37º | 0.65% | 0.61% | - |
| HSV(B) | 328.37º | 0.58% | 0.87% | - |
| XYZ | 39.99 | 25.56 | 36.08 | - |
| YUV | 138.32 | 140.24 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 92 | 160 | 0 | 0.58 | 0.28 | 0.13 | 328.37 | 0.65 | 0.61 |
| Hex | DD | 5C | A0 | 0 | 3A | 1C | D | 148 | 41 | 3D |
| Octal | 335 | 134 | 240 | 0 | 72 | 34 | 15 | 510 | 101 | 75 |
| Binary | 11011101 | 1011100 | 10100000 | 0 | 111010 | 11100 | 1101 | 101001000 | 1000001 | 111101 |
Color Harmonies of #DD5CA0
Complementary color
Monochromatic Colors of #DD5CA0
Black with #DD5CA0
Text Example
Text Example
White with #DD5CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5CA0; }
p { color: rgb(221,92,160); }
H1.HeaderClassName
{
color: #DD5CA0;
}
.AnyTagClassName
{
color: #DD5CA0;
}
</style>
background-color css
<style>
a { background-color: #DD5CA0; }
a { background-color: rgb(221,92,160); }
div.DivClassName
{
background-color: #DD5CA0;
}
.BgClassName
{
background-color: #DD5CA0;
}
</style>
border-color css
<style>
span { border-color: #DD5CA0; }
span { border-color: rgb(221,92,160); }
td.TdClassName
{
border-color: #DD5CA0;
}
.TagClassName
{
border-color: #DD5CA0;
}
</style>