Shades of Dark Pink #DD4989
Tints of Dark Pink #DD4989
RGB
CMYK
RGB Variations
Color information
#DD4989 (or 0xDD4989) is known color: Dark Pink. HEX triplet: DD, 49 and 89. RGB value is (221,73,137). Sum of RGB (Red+Green+Blue) = 221+73+137=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 73 (28.91% from 255 or 16.94% from 431); Blue value is 137 (53.91% from 255 or 31.79% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4989 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4989 is #22B676. Grayscale: #7C7C7C. Windows color (decimal): -2274935 or 8997341. OLE color: 8997341.
HSL color Cylindrical-coordinate representation of color #DD4989: hue angle of 334.05º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD4989 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 137 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.13 |
| HSL | 334.05º | 0.69% | 0.58% | - |
| HSV(B) | 334.05º | 0.67% | 0.87% | - |
| XYZ | 36.72 | 21.94 | 25.97 | - |
| YUV | 124.55 | 135.03 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 137 | 0 | 0.67 | 0.38 | 0.13 | 334.05 | 0.69 | 0.58 |
| Hex | DD | 49 | 89 | 0 | 43 | 26 | D | 14E | 45 | 3A |
| Octal | 335 | 111 | 211 | 0 | 103 | 46 | 15 | 516 | 105 | 72 |
| Binary | 11011101 | 1001001 | 10001001 | 0 | 1000011 | 100110 | 1101 | 101001110 | 1000101 | 111010 |
Color Harmonies of #DD4989
Complementary color
Monochromatic Colors of #DD4989
Black with #DD4989
Text Example
Text Example
White with #DD4989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4989; }
p { color: rgb(221,73,137); }
H1.HeaderClassName
{
color: #DD4989;
}
.AnyTagClassName
{
color: #DD4989;
}
</style>
background-color css
<style>
a { background-color: #DD4989; }
a { background-color: rgb(221,73,137); }
div.DivClassName
{
background-color: #DD4989;
}
.BgClassName
{
background-color: #DD4989;
}
</style>
border-color css
<style>
span { border-color: #DD4989; }
span { border-color: rgb(221,73,137); }
td.TdClassName
{
border-color: #DD4989;
}
.TagClassName
{
border-color: #DD4989;
}
</style>