Shades of Dark Pink #DD5089
Tints of Dark Pink #DD5089
RGB
CMYK
RGB Variations
Color information
#DD5089 (or 0xDD5089) is known color: Dark Pink. HEX triplet: DD, 50 and 89. RGB value is (221,80,137). Sum of RGB (Red+Green+Blue) = 221+80+137=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 137 (53.91% from 255 or 31.28% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5089 is #22AF76. Grayscale: #808080. Windows color (decimal): -2273143 or 8999133. OLE color: 8999133.
HSL color Cylindrical-coordinate representation of color #DD5089: hue angle of 335.74º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD5089 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 137 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.13 |
| HSL | 335.74º | 0.67% | 0.59% | - |
| HSV(B) | 335.74º | 0.64% | 0.87% | - |
| XYZ | 37.2 | 22.92 | 26.13 | - |
| YUV | 128.66 | 132.71 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 137 | 0 | 0.64 | 0.38 | 0.13 | 335.74 | 0.67 | 0.59 |
| Hex | DD | 50 | 89 | 0 | 40 | 26 | D | 150 | 43 | 3B |
| Octal | 335 | 120 | 211 | 0 | 100 | 46 | 15 | 520 | 103 | 73 |
| Binary | 11011101 | 1010000 | 10001001 | 0 | 1000000 | 100110 | 1101 | 101010000 | 1000011 | 111011 |
Color Harmonies of #DD5089
Complementary color
Monochromatic Colors of #DD5089
Black with #DD5089
Text Example
Text Example
White with #DD5089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5089; }
p { color: rgb(221,80,137); }
H1.HeaderClassName
{
color: #DD5089;
}
.AnyTagClassName
{
color: #DD5089;
}
</style>
background-color css
<style>
a { background-color: #DD5089; }
a { background-color: rgb(221,80,137); }
div.DivClassName
{
background-color: #DD5089;
}
.BgClassName
{
background-color: #DD5089;
}
</style>
border-color css
<style>
span { border-color: #DD5089; }
span { border-color: rgb(221,80,137); }
td.TdClassName
{
border-color: #DD5089;
}
.TagClassName
{
border-color: #DD5089;
}
</style>