Shades of Dark Pink #DF4985
Tints of Dark Pink #DF4985
RGB
CMYK
RGB Variations
Color information
#DF4985 (or 0xDF4985) is known color: Dark Pink. HEX triplet: DF, 49 and 85. RGB value is (223,73,133). Sum of RGB (Red+Green+Blue) = 223+73+133=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 73 (28.91% from 255 or 17.02% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4985 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4985 is #20B67A. Grayscale: #7C7C7C. Windows color (decimal): -2143867 or 8735199. OLE color: 8735199.
HSL color Cylindrical-coordinate representation of color #DF4985: hue angle of 336º 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 #DF4985 is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 73 | 133 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.13 |
| HSL | 336º | 0.7% | 0.58% | - |
| HSV(B) | 336º | 0.67% | 0.87% | - |
| XYZ | 37.05 | 22.15 | 24.51 | - |
| YUV | 124.69 | 132.7 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 73 | 133 | 0 | 0.67 | 0.40 | 0.13 | 336 | 0.7 | 0.58 |
| Hex | DF | 49 | 85 | 0 | 43 | 28 | D | 150 | 46 | 3A |
| Octal | 337 | 111 | 205 | 0 | 103 | 50 | 15 | 520 | 106 | 72 |
| Binary | 11011111 | 1001001 | 10000101 | 0 | 1000011 | 101000 | 1101 | 101010000 | 1000110 | 111010 |
Color Harmonies of #DF4985
Complementary color
Monochromatic Colors of #DF4985
Black with #DF4985
Text Example
Text Example
White with #DF4985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4985; }
p { color: rgb(223,73,133); }
H1.HeaderClassName
{
color: #DF4985;
}
.AnyTagClassName
{
color: #DF4985;
}
</style>
background-color css
<style>
a { background-color: #DF4985; }
a { background-color: rgb(223,73,133); }
div.DivClassName
{
background-color: #DF4985;
}
.BgClassName
{
background-color: #DF4985;
}
</style>
border-color css
<style>
span { border-color: #DF4985; }
span { border-color: rgb(223,73,133); }
td.TdClassName
{
border-color: #DF4985;
}
.TagClassName
{
border-color: #DF4985;
}
</style>