Shades of Hopbush #DE5A9F
Tints of Hopbush #DE5A9F
RGB
CMYK
RGB Variations
Color information
#DE5A9F (or 0xDE5A9F) is known color: Hopbush. HEX triplet: DE, 5A and 9F. RGB value is (222,90,159). Sum of RGB (Red+Green+Blue) = 222+90+159=471 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.13% from 471); Green value is 90 (35.55% from 255 or 19.11% from 471); Blue value is 159 (62.5% from 255 or 33.76% from 471); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5A9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5A9F is #21A560. Grayscale: #898989. Windows color (decimal): -2205025 or 10443486. OLE color: 10443486.
HSL color Cylindrical-coordinate representation of color #DE5A9F: hue angle of 328.64º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DE5A9F is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 90 | 159 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.13 |
| HSL | 328.64º | 0.67% | 0.61% | - |
| HSV(B) | 328.64º | 0.59% | 0.87% | - |
| XYZ | 40.04 | 25.35 | 35.58 | - |
| YUV | 137.33 | 140.23 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 90 | 159 | 0 | 0.59 | 0.28 | 0.13 | 328.64 | 0.67 | 0.61 |
| Hex | DE | 5A | 9F | 0 | 3B | 1C | D | 149 | 43 | 3D |
| Octal | 336 | 132 | 237 | 0 | 73 | 34 | 15 | 511 | 103 | 75 |
| Binary | 11011110 | 1011010 | 10011111 | 0 | 111011 | 11100 | 1101 | 101001001 | 1000011 | 111101 |
Color Harmonies of #DE5A9F
Complementary color
Monochromatic Colors of #DE5A9F
Black with #DE5A9F
Text Example
Text Example
White with #DE5A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5A9F; }
p { color: rgb(222,90,159); }
H1.HeaderClassName
{
color: #DE5A9F;
}
.AnyTagClassName
{
color: #DE5A9F;
}
</style>
background-color css
<style>
a { background-color: #DE5A9F; }
a { background-color: rgb(222,90,159); }
div.DivClassName
{
background-color: #DE5A9F;
}
.BgClassName
{
background-color: #DE5A9F;
}
</style>
border-color css
<style>
span { border-color: #DE5A9F; }
span { border-color: rgb(222,90,159); }
td.TdClassName
{
border-color: #DE5A9F;
}
.TagClassName
{
border-color: #DE5A9F;
}
</style>