Shades of Dark Pink #DF4D8D
Tints of Dark Pink #DF4D8D
RGB
CMYK
RGB Variations
Color information
#DF4D8D (or 0xDF4D8D) is known color: Dark Pink. HEX triplet: DF, 4D and 8D. RGB value is (223,77,141). Sum of RGB (Red+Green+Blue) = 223+77+141=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 77 (30.47% from 255 or 17.46% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF4D8D is #20B272. Grayscale: #7F7F7F. Windows color (decimal): -2142835 or 9260511. OLE color: 9260511.
HSL color Cylindrical-coordinate representation of color #DF4D8D: hue angle of 333.7º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF4D8D is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 77 | 141 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.13 |
| HSL | 333.7º | 0.7% | 0.59% | - |
| HSV(B) | 333.7º | 0.65% | 0.87% | - |
| XYZ | 37.89 | 22.92 | 27.63 | - |
| YUV | 127.95 | 135.37 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 77 | 141 | 0 | 0.65 | 0.37 | 0.13 | 333.7 | 0.7 | 0.59 |
| Hex | DF | 4D | 8D | 0 | 41 | 25 | D | 14E | 46 | 3B |
| Octal | 337 | 115 | 215 | 0 | 101 | 45 | 15 | 516 | 106 | 73 |
| Binary | 11011111 | 1001101 | 10001101 | 0 | 1000001 | 100101 | 1101 | 101001110 | 1000110 | 111011 |
Color Harmonies of #DF4D8D
Complementary color
Monochromatic Colors of #DF4D8D
Black with #DF4D8D
Text Example
Text Example
White with #DF4D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4D8D; }
p { color: rgb(223,77,141); }
H1.HeaderClassName
{
color: #DF4D8D;
}
.AnyTagClassName
{
color: #DF4D8D;
}
</style>
background-color css
<style>
a { background-color: #DF4D8D; }
a { background-color: rgb(223,77,141); }
div.DivClassName
{
background-color: #DF4D8D;
}
.BgClassName
{
background-color: #DF4D8D;
}
</style>
border-color css
<style>
span { border-color: #DF4D8D; }
span { border-color: rgb(223,77,141); }
td.TdClassName
{
border-color: #DF4D8D;
}
.TagClassName
{
border-color: #DF4D8D;
}
</style>