Shades of Dark Pink #DD5583
Tints of Dark Pink #DD5583
RGB
CMYK
RGB Variations
Color information
#DD5583 (or 0xDD5583) is known color: Dark Pink. HEX triplet: DD, 55 and 83. RGB value is (221,85,131). Sum of RGB (Red+Green+Blue) = 221+85+131=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 131 (51.56% from 255 or 29.98% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5583 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5583 is #22AA7C. Grayscale: #828282. Windows color (decimal): -2271869 or 8607197. OLE color: 8607197.
HSL color Cylindrical-coordinate representation of color #DD5583: hue angle of 339.71º 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 #DD5583 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 131 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.13 |
| HSL | 339.71º | 0.67% | 0.6% | - |
| HSV(B) | 339.71º | 0.62% | 0.87% | - |
| XYZ | 37.16 | 23.51 | 24.05 | - |
| YUV | 130.91 | 128.06 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 131 | 0 | 0.62 | 0.41 | 0.13 | 339.71 | 0.67 | 0.6 |
| Hex | DD | 55 | 83 | 0 | 3E | 29 | D | 154 | 43 | 3C |
| Octal | 335 | 125 | 203 | 0 | 76 | 51 | 15 | 524 | 103 | 74 |
| Binary | 11011101 | 1010101 | 10000011 | 0 | 111110 | 101001 | 1101 | 101010100 | 1000011 | 111100 |
Color Harmonies of #DD5583
Complementary color
Monochromatic Colors of #DD5583
Black with #DD5583
Text Example
Text Example
White with #DD5583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5583; }
p { color: rgb(221,85,131); }
H1.HeaderClassName
{
color: #DD5583;
}
.AnyTagClassName
{
color: #DD5583;
}
</style>
background-color css
<style>
a { background-color: #DD5583; }
a { background-color: rgb(221,85,131); }
div.DivClassName
{
background-color: #DD5583;
}
.BgClassName
{
background-color: #DD5583;
}
</style>
border-color css
<style>
span { border-color: #DD5583; }
span { border-color: rgb(221,85,131); }
td.TdClassName
{
border-color: #DD5583;
}
.TagClassName
{
border-color: #DD5583;
}
</style>