Shades of Dark Pink #DF4A86
Tints of Dark Pink #DF4A86
RGB
CMYK
RGB Variations
Color information
#DF4A86 (or 0xDF4A86) is known color: Dark Pink. HEX triplet: DF, 4A and 86. RGB value is (223,74,134). Sum of RGB (Red+Green+Blue) = 223+74+134=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 134 (52.73% from 255 or 31.09% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4A86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4A86 is #20B579. Grayscale: #7D7D7D. Windows color (decimal): -2143610 or 8800991. OLE color: 8800991.
HSL color Cylindrical-coordinate representation of color #DF4A86: hue angle of 335.84º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF4A86 is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 74 | 134 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.13 |
| HSL | 335.84º | 0.7% | 0.58% | - |
| HSV(B) | 335.84º | 0.67% | 0.87% | - |
| XYZ | 37.18 | 22.31 | 24.9 | - |
| YUV | 125.39 | 132.86 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 74 | 134 | 0 | 0.67 | 0.40 | 0.13 | 335.84 | 0.7 | 0.58 |
| Hex | DF | 4A | 86 | 0 | 43 | 28 | D | 150 | 46 | 3A |
| Octal | 337 | 112 | 206 | 0 | 103 | 50 | 15 | 520 | 106 | 72 |
| Binary | 11011111 | 1001010 | 10000110 | 0 | 1000011 | 101000 | 1101 | 101010000 | 1000110 | 111010 |
Color Harmonies of #DF4A86
Complementary color
Monochromatic Colors of #DF4A86
Black with #DF4A86
Text Example
Text Example
White with #DF4A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4A86; }
p { color: rgb(223,74,134); }
H1.HeaderClassName
{
color: #DF4A86;
}
.AnyTagClassName
{
color: #DF4A86;
}
</style>
background-color css
<style>
a { background-color: #DF4A86; }
a { background-color: rgb(223,74,134); }
div.DivClassName
{
background-color: #DF4A86;
}
.BgClassName
{
background-color: #DF4A86;
}
</style>
border-color css
<style>
span { border-color: #DF4A86; }
span { border-color: rgb(223,74,134); }
td.TdClassName
{
border-color: #DF4A86;
}
.TagClassName
{
border-color: #DF4A86;
}
</style>