Shades of Dark Pink #DF4D8B
Tints of Dark Pink #DF4D8B
RGB
CMYK
RGB Variations
Color information
#DF4D8B (or 0xDF4D8B) is known color: Dark Pink. HEX triplet: DF, 4D and 8B. RGB value is (223,77,139). Sum of RGB (Red+Green+Blue) = 223+77+139=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 77 (30.47% from 255 or 17.54% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF4D8B is #20B274. Grayscale: #7F7F7F. Windows color (decimal): -2142837 or 9129439. OLE color: 9129439.
HSL color Cylindrical-coordinate representation of color #DF4D8B: hue angle of 334.52º 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 #DF4D8B is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 77 | 139 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.13 |
| HSL | 334.52º | 0.7% | 0.59% | - |
| HSV(B) | 334.52º | 0.65% | 0.87% | - |
| XYZ | 37.75 | 22.86 | 26.85 | - |
| YUV | 127.72 | 134.37 | 195.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 77 | 139 | 0 | 0.65 | 0.38 | 0.13 | 334.52 | 0.7 | 0.59 |
| Hex | DF | 4D | 8B | 0 | 41 | 26 | D | 14F | 46 | 3B |
| Octal | 337 | 115 | 213 | 0 | 101 | 46 | 15 | 517 | 106 | 73 |
| Binary | 11011111 | 1001101 | 10001011 | 0 | 1000001 | 100110 | 1101 | 101001111 | 1000110 | 111011 |
Color Harmonies of #DF4D8B
Complementary color
Monochromatic Colors of #DF4D8B
Black with #DF4D8B
Text Example
Text Example
White with #DF4D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4D8B; }
p { color: rgb(223,77,139); }
H1.HeaderClassName
{
color: #DF4D8B;
}
.AnyTagClassName
{
color: #DF4D8B;
}
</style>
background-color css
<style>
a { background-color: #DF4D8B; }
a { background-color: rgb(223,77,139); }
div.DivClassName
{
background-color: #DF4D8B;
}
.BgClassName
{
background-color: #DF4D8B;
}
</style>
border-color css
<style>
span { border-color: #DF4D8B; }
span { border-color: rgb(223,77,139); }
td.TdClassName
{
border-color: #DF4D8B;
}
.TagClassName
{
border-color: #DF4D8B;
}
</style>