Shades of Dark Pink #DD4889
Tints of Dark Pink #DD4889
RGB
CMYK
RGB Variations
Color information
#DD4889 (or 0xDD4889) is known color: Dark Pink. HEX triplet: DD, 48 and 89. RGB value is (221,72,137). Sum of RGB (Red+Green+Blue) = 221+72+137=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 72 (28.52% from 255 or 16.74% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4889 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4889 is #22B776. Grayscale: #7B7B7B. Windows color (decimal): -2275191 or 8997085. OLE color: 8997085.
HSL color Cylindrical-coordinate representation of color #DD4889: hue angle of 333.83º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD4889 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 72 | 137 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.13 |
| HSL | 333.83º | 0.69% | 0.57% | - |
| HSV(B) | 333.83º | 0.67% | 0.87% | - |
| XYZ | 36.65 | 21.81 | 25.95 | - |
| YUV | 123.96 | 135.36 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 72 | 137 | 0 | 0.67 | 0.38 | 0.13 | 333.83 | 0.69 | 0.57 |
| Hex | DD | 48 | 89 | 0 | 43 | 26 | D | 14E | 45 | 39 |
| Octal | 335 | 110 | 211 | 0 | 103 | 46 | 15 | 516 | 105 | 71 |
| Binary | 11011101 | 1001000 | 10001001 | 0 | 1000011 | 100110 | 1101 | 101001110 | 1000101 | 111001 |
Color Harmonies of #DD4889
Complementary color
Monochromatic Colors of #DD4889
Black with #DD4889
Text Example
Text Example
White with #DD4889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4889; }
p { color: rgb(221,72,137); }
H1.HeaderClassName
{
color: #DD4889;
}
.AnyTagClassName
{
color: #DD4889;
}
</style>
background-color css
<style>
a { background-color: #DD4889; }
a { background-color: rgb(221,72,137); }
div.DivClassName
{
background-color: #DD4889;
}
.BgClassName
{
background-color: #DD4889;
}
</style>
border-color css
<style>
span { border-color: #DD4889; }
span { border-color: rgb(221,72,137); }
td.TdClassName
{
border-color: #DD4889;
}
.TagClassName
{
border-color: #DD4889;
}
</style>