Shades of Hopbush #DD57A1
Tints of Hopbush #DD57A1
RGB
CMYK
RGB Variations
Color information
#DD57A1 (or 0xDD57A1) is known color: Hopbush. HEX triplet: DD, 57 and A1. RGB value is (221,87,161). Sum of RGB (Red+Green+Blue) = 221+87+161=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 87 (34.38% from 255 or 18.55% from 469); Blue value is 161 (63.28% from 255 or 34.33% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD57A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD57A1 is #22A85E. Grayscale: #878787. Windows color (decimal): -2271327 or 10573789. OLE color: 10573789.
HSL color Cylindrical-coordinate representation of color #DD57A1: hue angle of 326.87º 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 #DD57A1 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 87 | 161 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.13 |
| HSL | 326.87º | 0.66% | 0.6% | - |
| HSV(B) | 326.87º | 0.61% | 0.87% | - |
| XYZ | 39.66 | 24.76 | 36.41 | - |
| YUV | 135.5 | 142.39 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 161 | 0 | 0.61 | 0.27 | 0.13 | 326.87 | 0.66 | 0.6 |
| Hex | DD | 57 | A1 | 0 | 3D | 1B | D | 147 | 42 | 3C |
| Octal | 335 | 127 | 241 | 0 | 75 | 33 | 15 | 507 | 102 | 74 |
| Binary | 11011101 | 1010111 | 10100001 | 0 | 111101 | 11011 | 1101 | 101000111 | 1000010 | 111100 |
Color Harmonies of #DD57A1
Complementary color
Monochromatic Colors of #DD57A1
Black with #DD57A1
Text Example
Text Example
White with #DD57A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD57A1; }
p { color: rgb(221,87,161); }
H1.HeaderClassName
{
color: #DD57A1;
}
.AnyTagClassName
{
color: #DD57A1;
}
</style>
background-color css
<style>
a { background-color: #DD57A1; }
a { background-color: rgb(221,87,161); }
div.DivClassName
{
background-color: #DD57A1;
}
.BgClassName
{
background-color: #DD57A1;
}
</style>
border-color css
<style>
span { border-color: #DD57A1; }
span { border-color: rgb(221,87,161); }
td.TdClassName
{
border-color: #DD57A1;
}
.TagClassName
{
border-color: #DD57A1;
}
</style>