Shades of Dark Pink #DC4D89
Tints of Dark Pink #DC4D89
RGB
CMYK
RGB Variations
Color information
#DC4D89 (or 0xDC4D89) is known color: Dark Pink. HEX triplet: DC, 4D and 89. RGB value is (220,77,137). Sum of RGB (Red+Green+Blue) = 220+77+137=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 77 (30.47% from 255 or 17.74% from 434); Blue value is 137 (53.91% from 255 or 31.57% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC4D89 is #23B276. Grayscale: #7E7E7E. Windows color (decimal): -2339447 or 8998364. OLE color: 8998364.
HSL color Cylindrical-coordinate representation of color #DC4D89: hue angle of 334.83º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC4D89 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 77 | 137 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.14 |
| HSL | 334.83º | 0.67% | 0.58% | - |
| HSV(B) | 334.83º | 0.65% | 0.86% | - |
| XYZ | 36.68 | 22.33 | 26.04 | - |
| YUV | 126.6 | 133.88 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 77 | 137 | 0 | 0.65 | 0.38 | 0.14 | 334.83 | 0.67 | 0.58 |
| Hex | DC | 4D | 89 | 0 | 41 | 26 | E | 14F | 43 | 3A |
| Octal | 334 | 115 | 211 | 0 | 101 | 46 | 16 | 517 | 103 | 72 |
| Binary | 11011100 | 1001101 | 10001001 | 0 | 1000001 | 100110 | 1110 | 101001111 | 1000011 | 111010 |
Color Harmonies of #DC4D89
Complementary color
Monochromatic Colors of #DC4D89
Black with #DC4D89
Text Example
Text Example
White with #DC4D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4D89; }
p { color: rgb(220,77,137); }
H1.HeaderClassName
{
color: #DC4D89;
}
.AnyTagClassName
{
color: #DC4D89;
}
</style>
background-color css
<style>
a { background-color: #DC4D89; }
a { background-color: rgb(220,77,137); }
div.DivClassName
{
background-color: #DC4D89;
}
.BgClassName
{
background-color: #DC4D89;
}
</style>
border-color css
<style>
span { border-color: #DC4D89; }
span { border-color: rgb(220,77,137); }
td.TdClassName
{
border-color: #DC4D89;
}
.TagClassName
{
border-color: #DC4D89;
}
</style>