Shades of Dark Pink #DF488D
Tints of Dark Pink #DF488D
RGB
CMYK
RGB Variations
Color information
#DF488D (or 0xDF488D) is known color: Dark Pink. HEX triplet: DF, 48 and 8D. RGB value is (223,72,141). Sum of RGB (Red+Green+Blue) = 223+72+141=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 72 (28.52% from 255 or 16.51% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF488D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF488D is #20B772. Grayscale: #7C7C7C. Windows color (decimal): -2144115 or 9259231. OLE color: 9259231.
HSL color Cylindrical-coordinate representation of color #DF488D: hue angle of 332.58º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF488D is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 141 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.13 |
| HSL | 332.58º | 0.7% | 0.58% | - |
| HSV(B) | 332.58º | 0.68% | 0.87% | - |
| XYZ | 37.56 | 22.25 | 27.51 | - |
| YUV | 125.02 | 137.03 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 141 | 0 | 0.68 | 0.37 | 0.13 | 332.58 | 0.7 | 0.58 |
| Hex | DF | 48 | 8D | 0 | 44 | 25 | D | 14D | 46 | 3A |
| Octal | 337 | 110 | 215 | 0 | 104 | 45 | 15 | 515 | 106 | 72 |
| Binary | 11011111 | 1001000 | 10001101 | 0 | 1000100 | 100101 | 1101 | 101001101 | 1000110 | 111010 |
Color Harmonies of #DF488D
Complementary color
Monochromatic Colors of #DF488D
Black with #DF488D
Text Example
Text Example
White with #DF488D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF488D; }
p { color: rgb(223,72,141); }
H1.HeaderClassName
{
color: #DF488D;
}
.AnyTagClassName
{
color: #DF488D;
}
</style>
background-color css
<style>
a { background-color: #DF488D; }
a { background-color: rgb(223,72,141); }
div.DivClassName
{
background-color: #DF488D;
}
.BgClassName
{
background-color: #DF488D;
}
</style>
border-color css
<style>
span { border-color: #DF488D; }
span { border-color: rgb(223,72,141); }
td.TdClassName
{
border-color: #DF488D;
}
.TagClassName
{
border-color: #DF488D;
}
</style>