Shades of Dark Pink #DF4B8F
Tints of Dark Pink #DF4B8F
RGB
CMYK
RGB Variations
Color information
#DF4B8F (or 0xDF4B8F) is known color: Dark Pink. HEX triplet: DF, 4B and 8F. RGB value is (223,75,143). Sum of RGB (Red+Green+Blue) = 223+75+143=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 75 (29.69% from 255 or 17.01% from 441); Blue value is 143 (56.25% from 255 or 32.43% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4B8F is #20B470. Grayscale: #7E7E7E. Windows color (decimal): -2143345 or 9391071. OLE color: 9391071.
HSL color Cylindrical-coordinate representation of color #DF4B8F: hue angle of 332.43º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF4B8F is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 75 | 143 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.13 |
| HSL | 332.43º | 0.7% | 0.58% | - |
| HSV(B) | 332.43º | 0.66% | 0.87% | - |
| XYZ | 37.91 | 22.7 | 28.37 | - |
| YUV | 127 | 137.03 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 75 | 143 | 0 | 0.66 | 0.36 | 0.13 | 332.43 | 0.7 | 0.58 |
| Hex | DF | 4B | 8F | 0 | 42 | 24 | D | 14C | 46 | 3A |
| Octal | 337 | 113 | 217 | 0 | 102 | 44 | 15 | 514 | 106 | 72 |
| Binary | 11011111 | 1001011 | 10001111 | 0 | 1000010 | 100100 | 1101 | 101001100 | 1000110 | 111010 |
Color Harmonies of #DF4B8F
Complementary color
Monochromatic Colors of #DF4B8F
Black with #DF4B8F
Text Example
Text Example
White with #DF4B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4B8F; }
p { color: rgb(223,75,143); }
H1.HeaderClassName
{
color: #DF4B8F;
}
.AnyTagClassName
{
color: #DF4B8F;
}
</style>
background-color css
<style>
a { background-color: #DF4B8F; }
a { background-color: rgb(223,75,143); }
div.DivClassName
{
background-color: #DF4B8F;
}
.BgClassName
{
background-color: #DF4B8F;
}
</style>
border-color css
<style>
span { border-color: #DF4B8F; }
span { border-color: rgb(223,75,143); }
td.TdClassName
{
border-color: #DF4B8F;
}
.TagClassName
{
border-color: #DF4B8F;
}
</style>