Shades of Dark Pink #DF4C8C
Tints of Dark Pink #DF4C8C
RGB
CMYK
RGB Variations
Color information
#DF4C8C (or 0xDF4C8C) is known color: Dark Pink. HEX triplet: DF, 4C and 8C. RGB value is (223,76,140). Sum of RGB (Red+Green+Blue) = 223+76+140=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 76 (30.08% from 255 or 17.31% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4C8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4C8C is #20B373. Grayscale: #7F7F7F. Windows color (decimal): -2143092 or 9194719. OLE color: 9194719.
HSL color Cylindrical-coordinate representation of color #DF4C8C: hue angle of 333.88º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF4C8C is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 76 | 140 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.13 |
| HSL | 333.88º | 0.7% | 0.59% | - |
| HSV(B) | 333.88º | 0.66% | 0.87% | - |
| XYZ | 37.75 | 22.75 | 27.21 | - |
| YUV | 127.25 | 135.2 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 76 | 140 | 0 | 0.66 | 0.37 | 0.13 | 333.88 | 0.7 | 0.59 |
| Hex | DF | 4C | 8C | 0 | 42 | 25 | D | 14E | 46 | 3B |
| Octal | 337 | 114 | 214 | 0 | 102 | 45 | 15 | 516 | 106 | 73 |
| Binary | 11011111 | 1001100 | 10001100 | 0 | 1000010 | 100101 | 1101 | 101001110 | 1000110 | 111011 |
Color Harmonies of #DF4C8C
Complementary color
Monochromatic Colors of #DF4C8C
Black with #DF4C8C
Text Example
Text Example
White with #DF4C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4C8C; }
p { color: rgb(223,76,140); }
H1.HeaderClassName
{
color: #DF4C8C;
}
.AnyTagClassName
{
color: #DF4C8C;
}
</style>
background-color css
<style>
a { background-color: #DF4C8C; }
a { background-color: rgb(223,76,140); }
div.DivClassName
{
background-color: #DF4C8C;
}
.BgClassName
{
background-color: #DF4C8C;
}
</style>
border-color css
<style>
span { border-color: #DF4C8C; }
span { border-color: rgb(223,76,140); }
td.TdClassName
{
border-color: #DF4C8C;
}
.TagClassName
{
border-color: #DF4C8C;
}
</style>