Shades of Dark Pink #DC4F8C
Tints of Dark Pink #DC4F8C
RGB
CMYK
RGB Variations
Color information
#DC4F8C (or 0xDC4F8C) is known color: Dark Pink. HEX triplet: DC, 4F and 8C. RGB value is (220,79,140). Sum of RGB (Red+Green+Blue) = 220+79+140=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 79 (31.25% from 255 or 18.00% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC4F8C is #23B073. Grayscale: #808080. Windows color (decimal): -2338932 or 9195484. OLE color: 9195484.
HSL color Cylindrical-coordinate representation of color #DC4F8C: hue angle of 334.04º 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 #DC4F8C is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 79 | 140 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.14 |
| HSL | 334.04º | 0.67% | 0.59% | - |
| HSV(B) | 334.04º | 0.64% | 0.86% | - |
| XYZ | 37.04 | 22.7 | 27.24 | - |
| YUV | 128.11 | 134.71 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 79 | 140 | 0 | 0.64 | 0.36 | 0.14 | 334.04 | 0.67 | 0.59 |
| Hex | DC | 4F | 8C | 0 | 40 | 24 | E | 14E | 43 | 3B |
| Octal | 334 | 117 | 214 | 0 | 100 | 44 | 16 | 516 | 103 | 73 |
| Binary | 11011100 | 1001111 | 10001100 | 0 | 1000000 | 100100 | 1110 | 101001110 | 1000011 | 111011 |
Color Harmonies of #DC4F8C
Complementary color
Monochromatic Colors of #DC4F8C
Black with #DC4F8C
Text Example
Text Example
White with #DC4F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4F8C; }
p { color: rgb(220,79,140); }
H1.HeaderClassName
{
color: #DC4F8C;
}
.AnyTagClassName
{
color: #DC4F8C;
}
</style>
background-color css
<style>
a { background-color: #DC4F8C; }
a { background-color: rgb(220,79,140); }
div.DivClassName
{
background-color: #DC4F8C;
}
.BgClassName
{
background-color: #DC4F8C;
}
</style>
border-color css
<style>
span { border-color: #DC4F8C; }
span { border-color: rgb(220,79,140); }
td.TdClassName
{
border-color: #DC4F8C;
}
.TagClassName
{
border-color: #DC4F8C;
}
</style>