Shades of Dark Pink #DD5D89
Tints of Dark Pink #DD5D89
RGB
CMYK
RGB Variations
Color information
#DD5D89 (or 0xDD5D89) is known color: Dark Pink. HEX triplet: DD, 5D and 89. RGB value is (221,93,137). Sum of RGB (Red+Green+Blue) = 221+93+137=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 93 (36.72% from 255 or 20.62% from 451); Blue value is 137 (53.91% from 255 or 30.38% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5D89 is #22A276. Grayscale: #888888. Windows color (decimal): -2269815 or 9002461. OLE color: 9002461.
HSL color Cylindrical-coordinate representation of color #DD5D89: hue angle of 339.38º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD5D89 is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 93 | 137 | - |
| CMYK | 0 | 0.58 | 0.38 | 0.13 |
| HSL | 339.38º | 0.65% | 0.62% | - |
| HSV(B) | 339.38º | 0.58% | 0.87% | - |
| XYZ | 38.25 | 25.01 | 26.48 | - |
| YUV | 136.29 | 128.41 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 93 | 137 | 0 | 0.58 | 0.38 | 0.13 | 339.38 | 0.65 | 0.62 |
| Hex | DD | 5D | 89 | 0 | 3A | 26 | D | 153 | 41 | 3E |
| Octal | 335 | 135 | 211 | 0 | 72 | 46 | 15 | 523 | 101 | 76 |
| Binary | 11011101 | 1011101 | 10001001 | 0 | 111010 | 100110 | 1101 | 101010011 | 1000001 | 111110 |
Color Harmonies of #DD5D89
Complementary color
Monochromatic Colors of #DD5D89
Black with #DD5D89
Text Example
Text Example
White with #DD5D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5D89; }
p { color: rgb(221,93,137); }
H1.HeaderClassName
{
color: #DD5D89;
}
.AnyTagClassName
{
color: #DD5D89;
}
</style>
background-color css
<style>
a { background-color: #DD5D89; }
a { background-color: rgb(221,93,137); }
div.DivClassName
{
background-color: #DD5D89;
}
.BgClassName
{
background-color: #DD5D89;
}
</style>
border-color css
<style>
span { border-color: #DD5D89; }
span { border-color: rgb(221,93,137); }
td.TdClassName
{
border-color: #DD5D89;
}
.TagClassName
{
border-color: #DD5D89;
}
</style>