Shades of Dark Pink #DD4E89
Tints of Dark Pink #DD4E89
RGB
CMYK
RGB Variations
Color information
#DD4E89 (or 0xDD4E89) is known color: Dark Pink. HEX triplet: DD, 4E and 89. RGB value is (221,78,137). Sum of RGB (Red+Green+Blue) = 221+78+137=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 78 (30.86% from 255 or 17.89% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4E89 is #22B176. Grayscale: #7F7F7F. Windows color (decimal): -2273655 or 8998621. OLE color: 8998621.
HSL color Cylindrical-coordinate representation of color #DD4E89: hue angle of 335.24º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD4E89 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 78 | 137 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.13 |
| HSL | 335.24º | 0.68% | 0.59% | - |
| HSV(B) | 335.24º | 0.65% | 0.87% | - |
| XYZ | 37.06 | 22.63 | 26.08 | - |
| YUV | 127.48 | 133.38 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 78 | 137 | 0 | 0.65 | 0.38 | 0.13 | 335.24 | 0.68 | 0.59 |
| Hex | DD | 4E | 89 | 0 | 41 | 26 | D | 14F | 44 | 3B |
| Octal | 335 | 116 | 211 | 0 | 101 | 46 | 15 | 517 | 104 | 73 |
| Binary | 11011101 | 1001110 | 10001001 | 0 | 1000001 | 100110 | 1101 | 101001111 | 1000100 | 111011 |
Color Harmonies of #DD4E89
Complementary color
Monochromatic Colors of #DD4E89
Black with #DD4E89
Text Example
Text Example
White with #DD4E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4E89; }
p { color: rgb(221,78,137); }
H1.HeaderClassName
{
color: #DD4E89;
}
.AnyTagClassName
{
color: #DD4E89;
}
</style>
background-color css
<style>
a { background-color: #DD4E89; }
a { background-color: rgb(221,78,137); }
div.DivClassName
{
background-color: #DD4E89;
}
.BgClassName
{
background-color: #DD4E89;
}
</style>
border-color css
<style>
span { border-color: #DD4E89; }
span { border-color: rgb(221,78,137); }
td.TdClassName
{
border-color: #DD4E89;
}
.TagClassName
{
border-color: #DD4E89;
}
</style>