Shades of Dark Pink #DE5583
Tints of Dark Pink #DE5583
RGB
CMYK
RGB Variations
Color information
#DE5583 (or 0xDE5583) is known color: Dark Pink. HEX triplet: DE, 55 and 83. RGB value is (222,85,131). Sum of RGB (Red+Green+Blue) = 222+85+131=438 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.68% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 131 (51.56% from 255 or 29.91% from 438); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5583 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5583 is #21AA7C. Grayscale: #838383. Windows color (decimal): -2206333 or 8607198. OLE color: 8607198.
HSL color Cylindrical-coordinate representation of color #DE5583: hue angle of 339.85º 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 #DE5583 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 85 | 131 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.13 |
| HSL | 339.85º | 0.67% | 0.6% | - |
| HSV(B) | 339.85º | 0.62% | 0.87% | - |
| XYZ | 37.47 | 23.67 | 24.07 | - |
| YUV | 131.21 | 127.89 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 85 | 131 | 0 | 0.62 | 0.41 | 0.13 | 339.85 | 0.67 | 0.6 |
| Hex | DE | 55 | 83 | 0 | 3E | 29 | D | 154 | 43 | 3C |
| Octal | 336 | 125 | 203 | 0 | 76 | 51 | 15 | 524 | 103 | 74 |
| Binary | 11011110 | 1010101 | 10000011 | 0 | 111110 | 101001 | 1101 | 101010100 | 1000011 | 111100 |
Color Harmonies of #DE5583
Complementary color
Monochromatic Colors of #DE5583
Black with #DE5583
Text Example
Text Example
White with #DE5583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5583; }
p { color: rgb(222,85,131); }
H1.HeaderClassName
{
color: #DE5583;
}
.AnyTagClassName
{
color: #DE5583;
}
</style>
background-color css
<style>
a { background-color: #DE5583; }
a { background-color: rgb(222,85,131); }
div.DivClassName
{
background-color: #DE5583;
}
.BgClassName
{
background-color: #DE5583;
}
</style>
border-color css
<style>
span { border-color: #DE5583; }
span { border-color: rgb(222,85,131); }
td.TdClassName
{
border-color: #DE5583;
}
.TagClassName
{
border-color: #DE5583;
}
</style>