Shades of Dark Pink #DC4F88
Tints of Dark Pink #DC4F88
RGB
CMYK
RGB Variations
Color information
#DC4F88 (or 0xDC4F88) is known color: Dark Pink. HEX triplet: DC, 4F and 88. RGB value is (220,79,136). Sum of RGB (Red+Green+Blue) = 220+79+136=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 79 (31.25% from 255 or 18.16% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC4F88 is #23B077. Grayscale: #7F7F7F. Windows color (decimal): -2338936 or 8933340. OLE color: 8933340.
HSL color Cylindrical-coordinate representation of color #DC4F88: hue angle of 335.74º 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 #DC4F88 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 79 | 136 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.14 |
| HSL | 335.74º | 0.67% | 0.59% | - |
| HSV(B) | 335.74º | 0.64% | 0.86% | - |
| XYZ | 36.76 | 22.59 | 25.71 | - |
| YUV | 127.66 | 132.71 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 79 | 136 | 0 | 0.64 | 0.38 | 0.14 | 335.74 | 0.67 | 0.59 |
| Hex | DC | 4F | 88 | 0 | 40 | 26 | E | 150 | 43 | 3B |
| Octal | 334 | 117 | 210 | 0 | 100 | 46 | 16 | 520 | 103 | 73 |
| Binary | 11011100 | 1001111 | 10001000 | 0 | 1000000 | 100110 | 1110 | 101010000 | 1000011 | 111011 |
Color Harmonies of #DC4F88
Complementary color
Monochromatic Colors of #DC4F88
Black with #DC4F88
Text Example
Text Example
White with #DC4F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4F88; }
p { color: rgb(220,79,136); }
H1.HeaderClassName
{
color: #DC4F88;
}
.AnyTagClassName
{
color: #DC4F88;
}
</style>
background-color css
<style>
a { background-color: #DC4F88; }
a { background-color: rgb(220,79,136); }
div.DivClassName
{
background-color: #DC4F88;
}
.BgClassName
{
background-color: #DC4F88;
}
</style>
border-color css
<style>
span { border-color: #DC4F88; }
span { border-color: rgb(220,79,136); }
td.TdClassName
{
border-color: #DC4F88;
}
.TagClassName
{
border-color: #DC4F88;
}
</style>