Shades of Dark Pink #DD5189
Tints of Dark Pink #DD5189
RGB
CMYK
RGB Variations
Color information
#DD5189 (or 0xDD5189) is known color: Dark Pink. HEX triplet: DD, 51 and 89. RGB value is (221,81,137). Sum of RGB (Red+Green+Blue) = 221+81+137=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 81 (32.03% from 255 or 18.45% from 439); Blue value is 137 (53.91% from 255 or 31.21% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5189 is #22AE76. Grayscale: #818181. Windows color (decimal): -2272887 or 8999389. OLE color: 8999389.
HSL color Cylindrical-coordinate representation of color #DD5189: hue angle of 336º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD5189 is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 137 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.13 |
| HSL | 336º | 0.67% | 0.59% | - |
| HSV(B) | 336º | 0.63% | 0.87% | - |
| XYZ | 37.28 | 23.06 | 26.15 | - |
| YUV | 129.24 | 132.38 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 137 | 0 | 0.63 | 0.38 | 0.13 | 336 | 0.67 | 0.59 |
| Hex | DD | 51 | 89 | 0 | 3F | 26 | D | 150 | 43 | 3B |
| Octal | 335 | 121 | 211 | 0 | 77 | 46 | 15 | 520 | 103 | 73 |
| Binary | 11011101 | 1010001 | 10001001 | 0 | 111111 | 100110 | 1101 | 101010000 | 1000011 | 111011 |
Color Harmonies of #DD5189
Complementary color
Monochromatic Colors of #DD5189
Black with #DD5189
Text Example
Text Example
White with #DD5189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5189; }
p { color: rgb(221,81,137); }
H1.HeaderClassName
{
color: #DD5189;
}
.AnyTagClassName
{
color: #DD5189;
}
</style>
background-color css
<style>
a { background-color: #DD5189; }
a { background-color: rgb(221,81,137); }
div.DivClassName
{
background-color: #DD5189;
}
.BgClassName
{
background-color: #DD5189;
}
</style>
border-color css
<style>
span { border-color: #DD5189; }
span { border-color: rgb(221,81,137); }
td.TdClassName
{
border-color: #DD5189;
}
.TagClassName
{
border-color: #DD5189;
}
</style>