Shades of Dark Pink #DE5580
Tints of Dark Pink #DE5580
RGB
CMYK
RGB Variations
Color information
#DE5580 (or 0xDE5580) is known color: Dark Pink. HEX triplet: DE, 55 and 80. RGB value is (222,85,128). Sum of RGB (Red+Green+Blue) = 222+85+128=435 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.03% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5580 is #21AA7F. Grayscale: #828282. Windows color (decimal): -2206336 or 8410590. OLE color: 8410590.
HSL color Cylindrical-coordinate representation of color #DE5580: hue angle of 341.17º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DE5580 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 85 | 128 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.13 |
| HSL | 341.17º | 0.67% | 0.6% | - |
| HSV(B) | 341.17º | 0.62% | 0.87% | - |
| XYZ | 37.27 | 23.59 | 23.01 | - |
| YUV | 130.87 | 126.39 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 85 | 128 | 0 | 0.62 | 0.42 | 0.13 | 341.17 | 0.67 | 0.6 |
| Hex | DE | 55 | 80 | 0 | 3E | 2A | D | 155 | 43 | 3C |
| Octal | 336 | 125 | 200 | 0 | 76 | 52 | 15 | 525 | 103 | 74 |
| Binary | 11011110 | 1010101 | 10000000 | 0 | 111110 | 101010 | 1101 | 101010101 | 1000011 | 111100 |
Color Harmonies of #DE5580
Complementary color
Monochromatic Colors of #DE5580
Black with #DE5580
Text Example
Text Example
White with #DE5580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5580; }
p { color: rgb(222,85,128); }
H1.HeaderClassName
{
color: #DE5580;
}
.AnyTagClassName
{
color: #DE5580;
}
</style>
background-color css
<style>
a { background-color: #DE5580; }
a { background-color: rgb(222,85,128); }
div.DivClassName
{
background-color: #DE5580;
}
.BgClassName
{
background-color: #DE5580;
}
</style>
border-color css
<style>
span { border-color: #DE5580; }
span { border-color: rgb(222,85,128); }
td.TdClassName
{
border-color: #DE5580;
}
.TagClassName
{
border-color: #DE5580;
}
</style>