Shades of Dark Pink #DF488A
Tints of Dark Pink #DF488A
RGB
CMYK
RGB Variations
Color information
#DF488A (or 0xDF488A) is known color: Dark Pink. HEX triplet: DF, 48 and 8A. RGB value is (223,72,138). Sum of RGB (Red+Green+Blue) = 223+72+138=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 72 (28.52% from 255 or 16.63% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF488A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF488A is #20B775. Grayscale: #7C7C7C. Windows color (decimal): -2144118 or 9062623. OLE color: 9062623.
HSL color Cylindrical-coordinate representation of color #DF488A: hue angle of 333.77º 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 #DF488A is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 138 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.13 |
| HSL | 333.77º | 0.7% | 0.58% | - |
| HSV(B) | 333.77º | 0.68% | 0.87% | - |
| XYZ | 37.34 | 22.16 | 26.35 | - |
| YUV | 124.67 | 135.53 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 138 | 0 | 0.68 | 0.38 | 0.13 | 333.77 | 0.7 | 0.58 |
| Hex | DF | 48 | 8A | 0 | 44 | 26 | D | 14E | 46 | 3A |
| Octal | 337 | 110 | 212 | 0 | 104 | 46 | 15 | 516 | 106 | 72 |
| Binary | 11011111 | 1001000 | 10001010 | 0 | 1000100 | 100110 | 1101 | 101001110 | 1000110 | 111010 |
Color Harmonies of #DF488A
Complementary color
Monochromatic Colors of #DF488A
Black with #DF488A
Text Example
Text Example
White with #DF488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF488A; }
p { color: rgb(223,72,138); }
H1.HeaderClassName
{
color: #DF488A;
}
.AnyTagClassName
{
color: #DF488A;
}
</style>
background-color css
<style>
a { background-color: #DF488A; }
a { background-color: rgb(223,72,138); }
div.DivClassName
{
background-color: #DF488A;
}
.BgClassName
{
background-color: #DF488A;
}
</style>
border-color css
<style>
span { border-color: #DF488A; }
span { border-color: rgb(223,72,138); }
td.TdClassName
{
border-color: #DF488A;
}
.TagClassName
{
border-color: #DF488A;
}
</style>