Shades of Hopbush #DE59A1
Tints of Hopbush #DE59A1
RGB
CMYK
RGB Variations
Color information
#DE59A1 (or 0xDE59A1) is known color: Hopbush. HEX triplet: DE, 59 and A1. RGB value is (222,89,161). Sum of RGB (Red+Green+Blue) = 222+89+161=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 89 (35.16% from 255 or 18.86% from 472); Blue value is 161 (63.28% from 255 or 34.11% from 472); Max value from RGB is 222 - color contains mainly: red. Hex color #DE59A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE59A1 is #21A65E. Grayscale: #888888. Windows color (decimal): -2205279 or 10574302. OLE color: 10574302.
HSL color Cylindrical-coordinate representation of color #DE59A1: hue angle of 327.52º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DE59A1 is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 89 | 161 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.13 |
| HSL | 327.52º | 0.67% | 0.61% | - |
| HSV(B) | 327.52º | 0.6% | 0.87% | - |
| XYZ | 40.13 | 25.25 | 36.48 | - |
| YUV | 136.98 | 141.56 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 89 | 161 | 0 | 0.60 | 0.27 | 0.13 | 327.52 | 0.67 | 0.61 |
| Hex | DE | 59 | A1 | 0 | 3C | 1B | D | 148 | 43 | 3D |
| Octal | 336 | 131 | 241 | 0 | 74 | 33 | 15 | 510 | 103 | 75 |
| Binary | 11011110 | 1011001 | 10100001 | 0 | 111100 | 11011 | 1101 | 101001000 | 1000011 | 111101 |
Color Harmonies of #DE59A1
Complementary color
Monochromatic Colors of #DE59A1
Black with #DE59A1
Text Example
Text Example
White with #DE59A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE59A1; }
p { color: rgb(222,89,161); }
H1.HeaderClassName
{
color: #DE59A1;
}
.AnyTagClassName
{
color: #DE59A1;
}
</style>
background-color css
<style>
a { background-color: #DE59A1; }
a { background-color: rgb(222,89,161); }
div.DivClassName
{
background-color: #DE59A1;
}
.BgClassName
{
background-color: #DE59A1;
}
</style>
border-color css
<style>
span { border-color: #DE59A1; }
span { border-color: rgb(222,89,161); }
td.TdClassName
{
border-color: #DE59A1;
}
.TagClassName
{
border-color: #DE59A1;
}
</style>