Shades of Dark Pink #DF5188
Tints of Dark Pink #DF5188
RGB
CMYK
RGB Variations
Color information
#DF5188 (or 0xDF5188) is known color: Dark Pink. HEX triplet: DF, 51 and 88. RGB value is (223,81,136). Sum of RGB (Red+Green+Blue) = 223+81+136=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5188 is #20AE77. Grayscale: #818181. Windows color (decimal): -2141816 or 8933855. OLE color: 8933855.
HSL color Cylindrical-coordinate representation of color #DF5188: hue angle of 336.76º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF5188 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 81 | 136 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.13 |
| HSL | 336.76º | 0.69% | 0.6% | - |
| HSV(B) | 336.76º | 0.64% | 0.87% | - |
| XYZ | 37.82 | 23.35 | 25.81 | - |
| YUV | 129.73 | 131.54 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 81 | 136 | 0 | 0.64 | 0.39 | 0.13 | 336.76 | 0.69 | 0.6 |
| Hex | DF | 51 | 88 | 0 | 40 | 27 | D | 151 | 45 | 3C |
| Octal | 337 | 121 | 210 | 0 | 100 | 47 | 15 | 521 | 105 | 74 |
| Binary | 11011111 | 1010001 | 10001000 | 0 | 1000000 | 100111 | 1101 | 101010001 | 1000101 | 111100 |
Color Harmonies of #DF5188
Complementary color
Monochromatic Colors of #DF5188
Black with #DF5188
Text Example
Text Example
White with #DF5188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5188; }
p { color: rgb(223,81,136); }
H1.HeaderClassName
{
color: #DF5188;
}
.AnyTagClassName
{
color: #DF5188;
}
</style>
background-color css
<style>
a { background-color: #DF5188; }
a { background-color: rgb(223,81,136); }
div.DivClassName
{
background-color: #DF5188;
}
.BgClassName
{
background-color: #DF5188;
}
</style>
border-color css
<style>
span { border-color: #DF5188; }
span { border-color: rgb(223,81,136); }
td.TdClassName
{
border-color: #DF5188;
}
.TagClassName
{
border-color: #DF5188;
}
</style>