Shades of Dark Pink #DF5D8C
Tints of Dark Pink #DF5D8C
RGB
CMYK
RGB Variations
Color information
#DF5D8C (or 0xDF5D8C) is known color: Dark Pink. HEX triplet: DF, 5D and 8C. RGB value is (223,93,140). Sum of RGB (Red+Green+Blue) = 223+93+140=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 93 (36.72% from 255 or 20.39% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5D8C is #20A273. Grayscale: #898989. Windows color (decimal): -2138740 or 9199071. OLE color: 9199071.
HSL color Cylindrical-coordinate representation of color #DF5D8C: hue angle of 338.31º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF5D8C is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 93 | 140 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.13 |
| HSL | 338.31º | 0.67% | 0.62% | - |
| HSV(B) | 338.31º | 0.58% | 0.87% | - |
| XYZ | 39.08 | 25.41 | 27.66 | - |
| YUV | 137.23 | 129.57 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 93 | 140 | 0 | 0.58 | 0.37 | 0.13 | 338.31 | 0.67 | 0.62 |
| Hex | DF | 5D | 8C | 0 | 3A | 25 | D | 152 | 43 | 3E |
| Octal | 337 | 135 | 214 | 0 | 72 | 45 | 15 | 522 | 103 | 76 |
| Binary | 11011111 | 1011101 | 10001100 | 0 | 111010 | 100101 | 1101 | 101010010 | 1000011 | 111110 |
Color Harmonies of #DF5D8C
Complementary color
Monochromatic Colors of #DF5D8C
Black with #DF5D8C
Text Example
Text Example
White with #DF5D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5D8C; }
p { color: rgb(223,93,140); }
H1.HeaderClassName
{
color: #DF5D8C;
}
.AnyTagClassName
{
color: #DF5D8C;
}
</style>
background-color css
<style>
a { background-color: #DF5D8C; }
a { background-color: rgb(223,93,140); }
div.DivClassName
{
background-color: #DF5D8C;
}
.BgClassName
{
background-color: #DF5D8C;
}
</style>
border-color css
<style>
span { border-color: #DF5D8C; }
span { border-color: rgb(223,93,140); }
td.TdClassName
{
border-color: #DF5D8C;
}
.TagClassName
{
border-color: #DF5D8C;
}
</style>