Shades of Dark Pink #DF4E88
Tints of Dark Pink #DF4E88
RGB
CMYK
RGB Variations
Color information
#DF4E88 (or 0xDF4E88) is known color: Dark Pink. HEX triplet: DF, 4E and 88. RGB value is (223,78,136). Sum of RGB (Red+Green+Blue) = 223+78+136=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 78 (30.86% from 255 or 17.85% from 437); Blue value is 136 (53.52% from 255 or 31.12% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4E88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF4E88 is #20B177. Grayscale: #7F7F7F. Windows color (decimal): -2142584 or 8933087. OLE color: 8933087.
HSL color Cylindrical-coordinate representation of color #DF4E88: hue angle of 336º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF4E88 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 78 | 136 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.13 |
| HSL | 336º | 0.69% | 0.59% | - |
| HSV(B) | 336º | 0.65% | 0.87% | - |
| XYZ | 37.6 | 22.91 | 25.73 | - |
| YUV | 127.97 | 132.54 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 78 | 136 | 0 | 0.65 | 0.39 | 0.13 | 336 | 0.69 | 0.59 |
| Hex | DF | 4E | 88 | 0 | 41 | 27 | D | 150 | 45 | 3B |
| Octal | 337 | 116 | 210 | 0 | 101 | 47 | 15 | 520 | 105 | 73 |
| Binary | 11011111 | 1001110 | 10001000 | 0 | 1000001 | 100111 | 1101 | 101010000 | 1000101 | 111011 |
Color Harmonies of #DF4E88
Complementary color
Monochromatic Colors of #DF4E88
Black with #DF4E88
Text Example
Text Example
White with #DF4E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4E88; }
p { color: rgb(223,78,136); }
H1.HeaderClassName
{
color: #DF4E88;
}
.AnyTagClassName
{
color: #DF4E88;
}
</style>
background-color css
<style>
a { background-color: #DF4E88; }
a { background-color: rgb(223,78,136); }
div.DivClassName
{
background-color: #DF4E88;
}
.BgClassName
{
background-color: #DF4E88;
}
</style>
border-color css
<style>
span { border-color: #DF4E88; }
span { border-color: rgb(223,78,136); }
td.TdClassName
{
border-color: #DF4E88;
}
.TagClassName
{
border-color: #DF4E88;
}
</style>