Shades of Dark Pink #DD5983
Tints of Dark Pink #DD5983
RGB
CMYK
RGB Variations
Color information
#DD5983 (or 0xDD5983) is known color: Dark Pink. HEX triplet: DD, 59 and 83. RGB value is (221,89,131). Sum of RGB (Red+Green+Blue) = 221+89+131=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 89 (35.16% from 255 or 20.18% from 441); Blue value is 131 (51.56% from 255 or 29.71% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5983 is #22A67C. Grayscale: #858585. Windows color (decimal): -2270845 or 8608221. OLE color: 8608221.
HSL color Cylindrical-coordinate representation of color #DD5983: hue angle of 340.91º degrees, saturation: 0.66, 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 #DD5983 is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 89 | 131 | - |
| CMYK | 0 | 0.60 | 0.41 | 0.13 |
| HSL | 340.91º | 0.66% | 0.61% | - |
| HSV(B) | 340.91º | 0.6% | 0.87% | - |
| XYZ | 37.49 | 24.16 | 24.16 | - |
| YUV | 133.26 | 126.73 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 131 | 0 | 0.60 | 0.41 | 0.13 | 340.91 | 0.66 | 0.61 |
| Hex | DD | 59 | 83 | 0 | 3C | 29 | D | 155 | 42 | 3D |
| Octal | 335 | 131 | 203 | 0 | 74 | 51 | 15 | 525 | 102 | 75 |
| Binary | 11011101 | 1011001 | 10000011 | 0 | 111100 | 101001 | 1101 | 101010101 | 1000010 | 111101 |
Color Harmonies of #DD5983
Complementary color
Monochromatic Colors of #DD5983
Black with #DD5983
Text Example
Text Example
White with #DD5983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5983; }
p { color: rgb(221,89,131); }
H1.HeaderClassName
{
color: #DD5983;
}
.AnyTagClassName
{
color: #DD5983;
}
</style>
background-color css
<style>
a { background-color: #DD5983; }
a { background-color: rgb(221,89,131); }
div.DivClassName
{
background-color: #DD5983;
}
.BgClassName
{
background-color: #DD5983;
}
</style>
border-color css
<style>
span { border-color: #DD5983; }
span { border-color: rgb(221,89,131); }
td.TdClassName
{
border-color: #DD5983;
}
.TagClassName
{
border-color: #DD5983;
}
</style>