Shades of Hopbush #DD5CA8
Tints of Hopbush #DD5CA8
RGB
CMYK
RGB Variations
Color information
#DD5CA8 (or 0xDD5CA8) is known color: Hopbush. HEX triplet: DD, 5C and A8. RGB value is (221,92,168). Sum of RGB (Red+Green+Blue) = 221+92+168=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 92 (36.33% from 255 or 19.13% from 481); Blue value is 168 (66.02% from 255 or 34.93% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5CA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5CA8 is #22A357. Grayscale: #8B8B8B. Windows color (decimal): -2270040 or 11033821. OLE color: 11033821.
HSL color Cylindrical-coordinate representation of color #DD5CA8: hue angle of 324.65º 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 #DD5CA8 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 92 | 168 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.13 |
| HSL | 324.65º | 0.65% | 0.61% | - |
| HSV(B) | 324.65º | 0.58% | 0.87% | - |
| XYZ | 40.71 | 25.85 | 39.89 | - |
| YUV | 139.24 | 144.24 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 92 | 168 | 0 | 0.58 | 0.24 | 0.13 | 324.65 | 0.65 | 0.61 |
| Hex | DD | 5C | A8 | 0 | 3A | 18 | D | 145 | 41 | 3D |
| Octal | 335 | 134 | 250 | 0 | 72 | 30 | 15 | 505 | 101 | 75 |
| Binary | 11011101 | 1011100 | 10101000 | 0 | 111010 | 11000 | 1101 | 101000101 | 1000001 | 111101 |
Color Harmonies of #DD5CA8
Complementary color
Monochromatic Colors of #DD5CA8
Black with #DD5CA8
Text Example
Text Example
White with #DD5CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5CA8; }
p { color: rgb(221,92,168); }
H1.HeaderClassName
{
color: #DD5CA8;
}
.AnyTagClassName
{
color: #DD5CA8;
}
</style>
background-color css
<style>
a { background-color: #DD5CA8; }
a { background-color: rgb(221,92,168); }
div.DivClassName
{
background-color: #DD5CA8;
}
.BgClassName
{
background-color: #DD5CA8;
}
</style>
border-color css
<style>
span { border-color: #DD5CA8; }
span { border-color: rgb(221,92,168); }
td.TdClassName
{
border-color: #DD5CA8;
}
.TagClassName
{
border-color: #DD5CA8;
}
</style>