Shades of Dark Pink #DC4F89
Tints of Dark Pink #DC4F89
RGB
CMYK
RGB Variations
Color information
#DC4F89 (or 0xDC4F89) is known color: Dark Pink. HEX triplet: DC, 4F and 89. RGB value is (220,79,137). Sum of RGB (Red+Green+Blue) = 220+79+137=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 79 (31.25% from 255 or 18.12% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC4F89 is #23B076. Grayscale: #7F7F7F. Windows color (decimal): -2338935 or 8998876. OLE color: 8998876.
HSL color Cylindrical-coordinate representation of color #DC4F89: hue angle of 335.32º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC4F89 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 79 | 137 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.14 |
| HSL | 335.32º | 0.67% | 0.59% | - |
| HSV(B) | 335.32º | 0.64% | 0.86% | - |
| XYZ | 36.83 | 22.61 | 26.09 | - |
| YUV | 127.77 | 133.21 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 79 | 137 | 0 | 0.64 | 0.38 | 0.14 | 335.32 | 0.67 | 0.59 |
| Hex | DC | 4F | 89 | 0 | 40 | 26 | E | 14F | 43 | 3B |
| Octal | 334 | 117 | 211 | 0 | 100 | 46 | 16 | 517 | 103 | 73 |
| Binary | 11011100 | 1001111 | 10001001 | 0 | 1000000 | 100110 | 1110 | 101001111 | 1000011 | 111011 |
Color Harmonies of #DC4F89
Complementary color
Monochromatic Colors of #DC4F89
Black with #DC4F89
Text Example
Text Example
White with #DC4F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4F89; }
p { color: rgb(220,79,137); }
H1.HeaderClassName
{
color: #DC4F89;
}
.AnyTagClassName
{
color: #DC4F89;
}
</style>
background-color css
<style>
a { background-color: #DC4F89; }
a { background-color: rgb(220,79,137); }
div.DivClassName
{
background-color: #DC4F89;
}
.BgClassName
{
background-color: #DC4F89;
}
</style>
border-color css
<style>
span { border-color: #DC4F89; }
span { border-color: rgb(220,79,137); }
td.TdClassName
{
border-color: #DC4F89;
}
.TagClassName
{
border-color: #DC4F89;
}
</style>