Shades of Dark Pink #DE5E80
Tints of Dark Pink #DE5E80
RGB
CMYK
RGB Variations
Color information
#DE5E80 (or 0xDE5E80) is known color: Dark Pink. HEX triplet: DE, 5E and 80. RGB value is (222,94,128). Sum of RGB (Red+Green+Blue) = 222+94+128=444 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50% from 444); Green value is 94 (37.11% from 255 or 21.17% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5E80 is #21A17F. Grayscale: #888888. Windows color (decimal): -2204032 or 8412894. OLE color: 8412894.
HSL color Cylindrical-coordinate representation of color #DE5E80: hue angle of 344.06º 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 #DE5E80 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 94 | 128 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.13 |
| HSL | 344.06º | 0.66% | 0.62% | - |
| HSV(B) | 344.06º | 0.58% | 0.87% | - |
| XYZ | 38.02 | 25.09 | 23.26 | - |
| YUV | 136.15 | 123.41 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 94 | 128 | 0 | 0.58 | 0.42 | 0.13 | 344.06 | 0.66 | 0.62 |
| Hex | DE | 5E | 80 | 0 | 3A | 2A | D | 158 | 42 | 3E |
| Octal | 336 | 136 | 200 | 0 | 72 | 52 | 15 | 530 | 102 | 76 |
| Binary | 11011110 | 1011110 | 10000000 | 0 | 111010 | 101010 | 1101 | 101011000 | 1000010 | 111110 |
Color Harmonies of #DE5E80
Complementary color
Monochromatic Colors of #DE5E80
Black with #DE5E80
Text Example
Text Example
White with #DE5E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5E80; }
p { color: rgb(222,94,128); }
H1.HeaderClassName
{
color: #DE5E80;
}
.AnyTagClassName
{
color: #DE5E80;
}
</style>
background-color css
<style>
a { background-color: #DE5E80; }
a { background-color: rgb(222,94,128); }
div.DivClassName
{
background-color: #DE5E80;
}
.BgClassName
{
background-color: #DE5E80;
}
</style>
border-color css
<style>
span { border-color: #DE5E80; }
span { border-color: rgb(222,94,128); }
td.TdClassName
{
border-color: #DE5E80;
}
.TagClassName
{
border-color: #DE5E80;
}
</style>