Shades of Dark Pink #DD5483
Tints of Dark Pink #DD5483
RGB
CMYK
RGB Variations
Color information
#DD5483 (or 0xDD5483) is known color: Dark Pink. HEX triplet: DD, 54 and 83. RGB value is (221,84,131). Sum of RGB (Red+Green+Blue) = 221+84+131=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 84 (33.20% from 255 or 19.27% from 436); Blue value is 131 (51.56% from 255 or 30.05% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5483 is #22AB7C. Grayscale: #828282. Windows color (decimal): -2272125 or 8606941. OLE color: 8606941.
HSL color Cylindrical-coordinate representation of color #DD5483: hue angle of 339.42º 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 #DD5483 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 84 | 131 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.13 |
| HSL | 339.42º | 0.67% | 0.6% | - |
| HSV(B) | 339.42º | 0.62% | 0.87% | - |
| XYZ | 37.09 | 23.35 | 24.03 | - |
| YUV | 130.32 | 128.39 | 192.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 84 | 131 | 0 | 0.62 | 0.41 | 0.13 | 339.42 | 0.67 | 0.6 |
| Hex | DD | 54 | 83 | 0 | 3E | 29 | D | 153 | 43 | 3C |
| Octal | 335 | 124 | 203 | 0 | 76 | 51 | 15 | 523 | 103 | 74 |
| Binary | 11011101 | 1010100 | 10000011 | 0 | 111110 | 101001 | 1101 | 101010011 | 1000011 | 111100 |
Color Harmonies of #DD5483
Complementary color
Monochromatic Colors of #DD5483
Black with #DD5483
Text Example
Text Example
White with #DD5483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5483; }
p { color: rgb(221,84,131); }
H1.HeaderClassName
{
color: #DD5483;
}
.AnyTagClassName
{
color: #DD5483;
}
</style>
background-color css
<style>
a { background-color: #DD5483; }
a { background-color: rgb(221,84,131); }
div.DivClassName
{
background-color: #DD5483;
}
.BgClassName
{
background-color: #DD5483;
}
</style>
border-color css
<style>
span { border-color: #DD5483; }
span { border-color: rgb(221,84,131); }
td.TdClassName
{
border-color: #DD5483;
}
.TagClassName
{
border-color: #DD5483;
}
</style>