Shades of Dark Pink #DE5E89
Tints of Dark Pink #DE5E89
RGB
CMYK
RGB Variations
Color information
#DE5E89 (or 0xDE5E89) is known color: Dark Pink. HEX triplet: DE, 5E and 89. RGB value is (222,94,137). Sum of RGB (Red+Green+Blue) = 222+94+137=453 (60% of max value = 765). Red value is 222 (87.11% from 255 or 49.01% from 453); Green value is 94 (37.11% from 255 or 20.75% from 453); Blue value is 137 (53.91% from 255 or 30.24% from 453); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5E89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5E89 is #21A176. Grayscale: #898989. Windows color (decimal): -2204023 or 9002718. OLE color: 9002718.
HSL color Cylindrical-coordinate representation of color #DE5E89: hue angle of 339.84º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DE5E89 is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 94 | 137 | - |
| CMYK | 0 | 0.58 | 0.38 | 0.13 |
| HSL | 339.84º | 0.66% | 0.62% | - |
| HSV(B) | 339.84º | 0.58% | 0.87% | - |
| XYZ | 38.64 | 25.34 | 26.52 | - |
| YUV | 137.17 | 127.91 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 94 | 137 | 0 | 0.58 | 0.38 | 0.13 | 339.84 | 0.66 | 0.62 |
| Hex | DE | 5E | 89 | 0 | 3A | 26 | D | 154 | 42 | 3E |
| Octal | 336 | 136 | 211 | 0 | 72 | 46 | 15 | 524 | 102 | 76 |
| Binary | 11011110 | 1011110 | 10001001 | 0 | 111010 | 100110 | 1101 | 101010100 | 1000010 | 111110 |
Color Harmonies of #DE5E89
Complementary color
Monochromatic Colors of #DE5E89
Black with #DE5E89
Text Example
Text Example
White with #DE5E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5E89; }
p { color: rgb(222,94,137); }
H1.HeaderClassName
{
color: #DE5E89;
}
.AnyTagClassName
{
color: #DE5E89;
}
</style>
background-color css
<style>
a { background-color: #DE5E89; }
a { background-color: rgb(222,94,137); }
div.DivClassName
{
background-color: #DE5E89;
}
.BgClassName
{
background-color: #DE5E89;
}
</style>
border-color css
<style>
span { border-color: #DE5E89; }
span { border-color: rgb(222,94,137); }
td.TdClassName
{
border-color: #DE5E89;
}
.TagClassName
{
border-color: #DE5E89;
}
</style>