Shades of Hopbush #DE589D
Tints of Hopbush #DE589D
RGB
CMYK
RGB Variations
Color information
#DE589D (or 0xDE589D) is known color: Hopbush. HEX triplet: DE, 58 and 9D. RGB value is (222,88,157). Sum of RGB (Red+Green+Blue) = 222+88+157=467 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.54% from 467); Green value is 88 (34.77% from 255 or 18.84% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 222 - color contains mainly: red. Hex color #DE589D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE589D is #21A762. Grayscale: #878787. Windows color (decimal): -2205539 or 10311902. OLE color: 10311902.
HSL color Cylindrical-coordinate representation of color #DE589D: hue angle of 329.1º 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 #DE589D is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 88 | 157 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.13 |
| HSL | 329.1º | 0.67% | 0.61% | - |
| HSV(B) | 329.1º | 0.6% | 0.87% | - |
| XYZ | 39.7 | 24.94 | 34.62 | - |
| YUV | 135.93 | 139.89 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 88 | 157 | 0 | 0.60 | 0.29 | 0.13 | 329.1 | 0.67 | 0.61 |
| Hex | DE | 58 | 9D | 0 | 3C | 1D | D | 149 | 43 | 3D |
| Octal | 336 | 130 | 235 | 0 | 74 | 35 | 15 | 511 | 103 | 75 |
| Binary | 11011110 | 1011000 | 10011101 | 0 | 111100 | 11101 | 1101 | 101001001 | 1000011 | 111101 |
Color Harmonies of #DE589D
Complementary color
Monochromatic Colors of #DE589D
Black with #DE589D
Text Example
Text Example
White with #DE589D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE589D; }
p { color: rgb(222,88,157); }
H1.HeaderClassName
{
color: #DE589D;
}
.AnyTagClassName
{
color: #DE589D;
}
</style>
background-color css
<style>
a { background-color: #DE589D; }
a { background-color: rgb(222,88,157); }
div.DivClassName
{
background-color: #DE589D;
}
.BgClassName
{
background-color: #DE589D;
}
</style>
border-color css
<style>
span { border-color: #DE589D; }
span { border-color: rgb(222,88,157); }
td.TdClassName
{
border-color: #DE589D;
}
.TagClassName
{
border-color: #DE589D;
}
</style>