Shades of Dark Pink #DE488C
Tints of Dark Pink #DE488C
RGB
CMYK
RGB Variations
Color information
#DE488C (or 0xDE488C) is known color: Dark Pink. HEX triplet: DE, 48 and 8C. RGB value is (222,72,140). Sum of RGB (Red+Green+Blue) = 222+72+140=434 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.15% from 434); Green value is 72 (28.52% from 255 or 16.59% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 222 - color contains mainly: red. Hex color #DE488C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE488C is #21B773. Grayscale: #7C7C7C. Windows color (decimal): -2209652 or 9193694. OLE color: 9193694.
HSL color Cylindrical-coordinate representation of color #DE488C: hue angle of 332.8º degrees, saturation: 0.69, 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 #DE488C is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 72 | 140 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.13 |
| HSL | 332.8º | 0.69% | 0.58% | - |
| HSV(B) | 332.8º | 0.68% | 0.87% | - |
| XYZ | 37.18 | 22.06 | 27.11 | - |
| YUV | 124.6 | 136.7 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 72 | 140 | 0 | 0.68 | 0.37 | 0.13 | 332.8 | 0.69 | 0.58 |
| Hex | DE | 48 | 8C | 0 | 44 | 25 | D | 14D | 45 | 3A |
| Octal | 336 | 110 | 214 | 0 | 104 | 45 | 15 | 515 | 105 | 72 |
| Binary | 11011110 | 1001000 | 10001100 | 0 | 1000100 | 100101 | 1101 | 101001101 | 1000101 | 111010 |
Color Harmonies of #DE488C
Complementary color
Monochromatic Colors of #DE488C
Black with #DE488C
Text Example
Text Example
White with #DE488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE488C; }
p { color: rgb(222,72,140); }
H1.HeaderClassName
{
color: #DE488C;
}
.AnyTagClassName
{
color: #DE488C;
}
</style>
background-color css
<style>
a { background-color: #DE488C; }
a { background-color: rgb(222,72,140); }
div.DivClassName
{
background-color: #DE488C;
}
.BgClassName
{
background-color: #DE488C;
}
</style>
border-color css
<style>
span { border-color: #DE488C; }
span { border-color: rgb(222,72,140); }
td.TdClassName
{
border-color: #DE488C;
}
.TagClassName
{
border-color: #DE488C;
}
</style>