Shades of Hopbush #DD57A3
Tints of Hopbush #DD57A3
RGB
CMYK
RGB Variations
Color information
#DD57A3 (or 0xDD57A3) is known color: Hopbush. HEX triplet: DD, 57 and A3. RGB value is (221,87,163). Sum of RGB (Red+Green+Blue) = 221+87+163=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 87 (34.38% from 255 or 18.47% from 471); Blue value is 163 (64.06% from 255 or 34.61% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD57A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD57A3 is #22A85C. Grayscale: #878787. Windows color (decimal): -2271325 or 10704861. OLE color: 10704861.
HSL color Cylindrical-coordinate representation of color #DD57A3: hue angle of 325.97º 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 #DD57A3 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 87 | 163 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.13 |
| HSL | 325.97º | 0.66% | 0.6% | - |
| HSV(B) | 325.97º | 0.61% | 0.87% | - |
| XYZ | 39.84 | 24.83 | 37.34 | - |
| YUV | 135.73 | 143.39 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 163 | 0 | 0.61 | 0.26 | 0.13 | 325.97 | 0.66 | 0.6 |
| Hex | DD | 57 | A3 | 0 | 3D | 1A | D | 146 | 42 | 3C |
| Octal | 335 | 127 | 243 | 0 | 75 | 32 | 15 | 506 | 102 | 74 |
| Binary | 11011101 | 1010111 | 10100011 | 0 | 111101 | 11010 | 1101 | 101000110 | 1000010 | 111100 |
Color Harmonies of #DD57A3
Complementary color
Monochromatic Colors of #DD57A3
Black with #DD57A3
Text Example
Text Example
White with #DD57A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD57A3; }
p { color: rgb(221,87,163); }
H1.HeaderClassName
{
color: #DD57A3;
}
.AnyTagClassName
{
color: #DD57A3;
}
</style>
background-color css
<style>
a { background-color: #DD57A3; }
a { background-color: rgb(221,87,163); }
div.DivClassName
{
background-color: #DD57A3;
}
.BgClassName
{
background-color: #DD57A3;
}
</style>
border-color css
<style>
span { border-color: #DD57A3; }
span { border-color: rgb(221,87,163); }
td.TdClassName
{
border-color: #DD57A3;
}
.TagClassName
{
border-color: #DD57A3;
}
</style>