Shades of Dark Pink #DF5088
Tints of Dark Pink #DF5088
RGB
CMYK
RGB Variations
Color information
#DF5088 (or 0xDF5088) is known color: Dark Pink. HEX triplet: DF, 50 and 88. RGB value is (223,80,136). Sum of RGB (Red+Green+Blue) = 223+80+136=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 80 (31.64% from 255 or 18.22% from 439); Blue value is 136 (53.52% from 255 or 30.98% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5088 is #20AF77. Grayscale: #818181. Windows color (decimal): -2142072 or 8933599. OLE color: 8933599.
HSL color Cylindrical-coordinate representation of color #DF5088: hue angle of 336.5º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF5088 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 136 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.13 |
| HSL | 336.5º | 0.69% | 0.59% | - |
| HSV(B) | 336.5º | 0.64% | 0.87% | - |
| XYZ | 37.74 | 23.2 | 25.78 | - |
| YUV | 129.14 | 131.88 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 136 | 0 | 0.64 | 0.39 | 0.13 | 336.5 | 0.69 | 0.59 |
| Hex | DF | 50 | 88 | 0 | 40 | 27 | D | 151 | 45 | 3B |
| Octal | 337 | 120 | 210 | 0 | 100 | 47 | 15 | 521 | 105 | 73 |
| Binary | 11011111 | 1010000 | 10001000 | 0 | 1000000 | 100111 | 1101 | 101010001 | 1000101 | 111011 |
Color Harmonies of #DF5088
Complementary color
Monochromatic Colors of #DF5088
Black with #DF5088
Text Example
Text Example
White with #DF5088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5088; }
p { color: rgb(223,80,136); }
H1.HeaderClassName
{
color: #DF5088;
}
.AnyTagClassName
{
color: #DF5088;
}
</style>
background-color css
<style>
a { background-color: #DF5088; }
a { background-color: rgb(223,80,136); }
div.DivClassName
{
background-color: #DF5088;
}
.BgClassName
{
background-color: #DF5088;
}
</style>
border-color css
<style>
span { border-color: #DF5088; }
span { border-color: rgb(223,80,136); }
td.TdClassName
{
border-color: #DF5088;
}
.TagClassName
{
border-color: #DF5088;
}
</style>