Shades of Dark Pink #DD4E88
Tints of Dark Pink #DD4E88
RGB
CMYK
RGB Variations
Color information
#DD4E88 (or 0xDD4E88) is known color: Dark Pink. HEX triplet: DD, 4E and 88. RGB value is (221,78,136). Sum of RGB (Red+Green+Blue) = 221+78+136=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 78 (30.86% from 255 or 17.93% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4E88 is #22B177. Grayscale: #7F7F7F. Windows color (decimal): -2273656 or 8933085. OLE color: 8933085.
HSL color Cylindrical-coordinate representation of color #DD4E88: hue angle of 335.66º 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 #DD4E88 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 78 | 136 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.13 |
| HSL | 335.66º | 0.68% | 0.59% | - |
| HSV(B) | 335.66º | 0.65% | 0.87% | - |
| XYZ | 36.99 | 22.6 | 25.71 | - |
| YUV | 127.37 | 132.88 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 78 | 136 | 0 | 0.65 | 0.38 | 0.13 | 335.66 | 0.68 | 0.59 |
| Hex | DD | 4E | 88 | 0 | 41 | 26 | D | 150 | 44 | 3B |
| Octal | 335 | 116 | 210 | 0 | 101 | 46 | 15 | 520 | 104 | 73 |
| Binary | 11011101 | 1001110 | 10001000 | 0 | 1000001 | 100110 | 1101 | 101010000 | 1000100 | 111011 |
Color Harmonies of #DD4E88
Complementary color
Monochromatic Colors of #DD4E88
Black with #DD4E88
Text Example
Text Example
White with #DD4E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4E88; }
p { color: rgb(221,78,136); }
H1.HeaderClassName
{
color: #DD4E88;
}
.AnyTagClassName
{
color: #DD4E88;
}
</style>
background-color css
<style>
a { background-color: #DD4E88; }
a { background-color: rgb(221,78,136); }
div.DivClassName
{
background-color: #DD4E88;
}
.BgClassName
{
background-color: #DD4E88;
}
</style>
border-color css
<style>
span { border-color: #DD4E88; }
span { border-color: rgb(221,78,136); }
td.TdClassName
{
border-color: #DD4E88;
}
.TagClassName
{
border-color: #DD4E88;
}
</style>