Shades of Dark Pink #DF4F8D
Tints of Dark Pink #DF4F8D
RGB
CMYK
RGB Variations
Color information
#DF4F8D (or 0xDF4F8D) is known color: Dark Pink. HEX triplet: DF, 4F and 8D. RGB value is (223,79,141). Sum of RGB (Red+Green+Blue) = 223+79+141=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 79 (31.25% from 255 or 17.83% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF4F8D is #20B072. Grayscale: #818181. Windows color (decimal): -2142323 or 9261023. OLE color: 9261023.
HSL color Cylindrical-coordinate representation of color #DF4F8D: hue angle of 334.17º degrees, saturation: 0.69, 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 #DF4F8D is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 79 | 141 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.13 |
| HSL | 334.17º | 0.69% | 0.59% | - |
| HSV(B) | 334.17º | 0.65% | 0.87% | - |
| XYZ | 38.04 | 23.2 | 27.67 | - |
| YUV | 129.12 | 134.71 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 79 | 141 | 0 | 0.65 | 0.37 | 0.13 | 334.17 | 0.69 | 0.59 |
| Hex | DF | 4F | 8D | 0 | 41 | 25 | D | 14E | 45 | 3B |
| Octal | 337 | 117 | 215 | 0 | 101 | 45 | 15 | 516 | 105 | 73 |
| Binary | 11011111 | 1001111 | 10001101 | 0 | 1000001 | 100101 | 1101 | 101001110 | 1000101 | 111011 |
Color Harmonies of #DF4F8D
Complementary color
Monochromatic Colors of #DF4F8D
Black with #DF4F8D
Text Example
Text Example
White with #DF4F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4F8D; }
p { color: rgb(223,79,141); }
H1.HeaderClassName
{
color: #DF4F8D;
}
.AnyTagClassName
{
color: #DF4F8D;
}
</style>
background-color css
<style>
a { background-color: #DF4F8D; }
a { background-color: rgb(223,79,141); }
div.DivClassName
{
background-color: #DF4F8D;
}
.BgClassName
{
background-color: #DF4F8D;
}
</style>
border-color css
<style>
span { border-color: #DF4F8D; }
span { border-color: rgb(223,79,141); }
td.TdClassName
{
border-color: #DF4F8D;
}
.TagClassName
{
border-color: #DF4F8D;
}
</style>