Shades of Dark Pink #DD4F89
Tints of Dark Pink #DD4F89
RGB
CMYK
RGB Variations
Color information
#DD4F89 (or 0xDD4F89) is known color: Dark Pink. HEX triplet: DD, 4F and 89. RGB value is (221,79,137). Sum of RGB (Red+Green+Blue) = 221+79+137=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 79 (31.25% from 255 or 18.08% from 437); Blue value is 137 (53.91% from 255 or 31.35% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4F89 is #22B076. Grayscale: #7F7F7F. Windows color (decimal): -2273399 or 8998877. OLE color: 8998877.
HSL color Cylindrical-coordinate representation of color #DD4F89: hue angle of 335.49º degrees, saturation: 0.68, 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 #DD4F89 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 79 | 137 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.13 |
| HSL | 335.49º | 0.68% | 0.59% | - |
| HSV(B) | 335.49º | 0.64% | 0.87% | - |
| XYZ | 37.13 | 22.77 | 26.11 | - |
| YUV | 128.07 | 133.04 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 79 | 137 | 0 | 0.64 | 0.38 | 0.13 | 335.49 | 0.68 | 0.59 |
| Hex | DD | 4F | 89 | 0 | 40 | 26 | D | 14F | 44 | 3B |
| Octal | 335 | 117 | 211 | 0 | 100 | 46 | 15 | 517 | 104 | 73 |
| Binary | 11011101 | 1001111 | 10001001 | 0 | 1000000 | 100110 | 1101 | 101001111 | 1000100 | 111011 |
Color Harmonies of #DD4F89
Complementary color
Monochromatic Colors of #DD4F89
Black with #DD4F89
Text Example
Text Example
White with #DD4F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4F89; }
p { color: rgb(221,79,137); }
H1.HeaderClassName
{
color: #DD4F89;
}
.AnyTagClassName
{
color: #DD4F89;
}
</style>
background-color css
<style>
a { background-color: #DD4F89; }
a { background-color: rgb(221,79,137); }
div.DivClassName
{
background-color: #DD4F89;
}
.BgClassName
{
background-color: #DD4F89;
}
</style>
border-color css
<style>
span { border-color: #DD4F89; }
span { border-color: rgb(221,79,137); }
td.TdClassName
{
border-color: #DD4F89;
}
.TagClassName
{
border-color: #DD4F89;
}
</style>