Shades of Dark Pink #DD5992
Tints of Dark Pink #DD5992
RGB
CMYK
RGB Variations
Color information
#DD5992 (or 0xDD5992) is known color: Dark Pink. HEX triplet: DD, 59 and 92. RGB value is (221,89,146). Sum of RGB (Red+Green+Blue) = 221+89+146=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 89 (35.16% from 255 or 19.52% from 456); Blue value is 146 (57.42% from 255 or 32.02% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5992 is #22A66D. Grayscale: #868686. Windows color (decimal): -2270830 or 9591261. OLE color: 9591261.
HSL color Cylindrical-coordinate representation of color #DD5992: hue angle of 334.09º 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 #DD5992 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 89 | 146 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.13 |
| HSL | 334.09º | 0.66% | 0.61% | - |
| HSV(B) | 334.09º | 0.6% | 0.87% | - |
| XYZ | 38.58 | 24.59 | 29.91 | - |
| YUV | 134.97 | 134.23 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 146 | 0 | 0.60 | 0.34 | 0.13 | 334.09 | 0.66 | 0.61 |
| Hex | DD | 59 | 92 | 0 | 3C | 22 | D | 14E | 42 | 3D |
| Octal | 335 | 131 | 222 | 0 | 74 | 42 | 15 | 516 | 102 | 75 |
| Binary | 11011101 | 1011001 | 10010010 | 0 | 111100 | 100010 | 1101 | 101001110 | 1000010 | 111101 |
Color Harmonies of #DD5992
Complementary color
Monochromatic Colors of #DD5992
Black with #DD5992
Text Example
Text Example
White with #DD5992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5992; }
p { color: rgb(221,89,146); }
H1.HeaderClassName
{
color: #DD5992;
}
.AnyTagClassName
{
color: #DD5992;
}
</style>
background-color css
<style>
a { background-color: #DD5992; }
a { background-color: rgb(221,89,146); }
div.DivClassName
{
background-color: #DD5992;
}
.BgClassName
{
background-color: #DD5992;
}
</style>
border-color css
<style>
span { border-color: #DD5992; }
span { border-color: rgb(221,89,146); }
td.TdClassName
{
border-color: #DD5992;
}
.TagClassName
{
border-color: #DD5992;
}
</style>