Shades of Dark Pink #DE5882
Tints of Dark Pink #DE5882
RGB
CMYK
RGB Variations
Color information
#DE5882 (or 0xDE5882) is known color: Dark Pink. HEX triplet: DE, 58 and 82. RGB value is (222,88,130). Sum of RGB (Red+Green+Blue) = 222+88+130=440 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.45% from 440); Green value is 88 (34.77% from 255 or 20% from 440); Blue value is 130 (51.17% from 255 or 29.55% from 440); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5882 is #21A77D. Grayscale: #848484. Windows color (decimal): -2205566 or 8542430. OLE color: 8542430.
HSL color Cylindrical-coordinate representation of color #DE5882: hue angle of 341.19º 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 #DE5882 is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 88 | 130 | - |
| CMYK | 0 | 0.60 | 0.41 | 0.13 |
| HSL | 341.19º | 0.67% | 0.61% | - |
| HSV(B) | 341.19º | 0.6% | 0.87% | - |
| XYZ | 37.64 | 24.12 | 23.79 | - |
| YUV | 132.85 | 126.39 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 88 | 130 | 0 | 0.60 | 0.41 | 0.13 | 341.19 | 0.67 | 0.61 |
| Hex | DE | 58 | 82 | 0 | 3C | 29 | D | 155 | 43 | 3D |
| Octal | 336 | 130 | 202 | 0 | 74 | 51 | 15 | 525 | 103 | 75 |
| Binary | 11011110 | 1011000 | 10000010 | 0 | 111100 | 101001 | 1101 | 101010101 | 1000011 | 111101 |
Color Harmonies of #DE5882
Complementary color
Monochromatic Colors of #DE5882
Black with #DE5882
Text Example
Text Example
White with #DE5882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5882; }
p { color: rgb(222,88,130); }
H1.HeaderClassName
{
color: #DE5882;
}
.AnyTagClassName
{
color: #DE5882;
}
</style>
background-color css
<style>
a { background-color: #DE5882; }
a { background-color: rgb(222,88,130); }
div.DivClassName
{
background-color: #DE5882;
}
.BgClassName
{
background-color: #DE5882;
}
</style>
border-color css
<style>
span { border-color: #DE5882; }
span { border-color: rgb(222,88,130); }
td.TdClassName
{
border-color: #DE5882;
}
.TagClassName
{
border-color: #DE5882;
}
</style>