Shades of Dark Pink #DF5C8C
Tints of Dark Pink #DF5C8C
RGB
CMYK
RGB Variations
Color information
#DF5C8C (or 0xDF5C8C) is known color: Dark Pink. HEX triplet: DF, 5C and 8C. RGB value is (223,92,140). Sum of RGB (Red+Green+Blue) = 223+92+140=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 92 (36.33% from 255 or 20.22% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5C8C is #20A373. Grayscale: #888888. Windows color (decimal): -2138996 or 9198815. OLE color: 9198815.
HSL color Cylindrical-coordinate representation of color #DF5C8C: hue angle of 338.02º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF5C8C is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 92 | 140 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.13 |
| HSL | 338.02º | 0.67% | 0.62% | - |
| HSV(B) | 338.02º | 0.59% | 0.87% | - |
| XYZ | 38.99 | 25.24 | 27.63 | - |
| YUV | 136.64 | 129.9 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 92 | 140 | 0 | 0.59 | 0.37 | 0.13 | 338.02 | 0.67 | 0.62 |
| Hex | DF | 5C | 8C | 0 | 3B | 25 | D | 152 | 43 | 3E |
| Octal | 337 | 134 | 214 | 0 | 73 | 45 | 15 | 522 | 103 | 76 |
| Binary | 11011111 | 1011100 | 10001100 | 0 | 111011 | 100101 | 1101 | 101010010 | 1000011 | 111110 |
Color Harmonies of #DF5C8C
Complementary color
Monochromatic Colors of #DF5C8C
Black with #DF5C8C
Text Example
Text Example
White with #DF5C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5C8C; }
p { color: rgb(223,92,140); }
H1.HeaderClassName
{
color: #DF5C8C;
}
.AnyTagClassName
{
color: #DF5C8C;
}
</style>
background-color css
<style>
a { background-color: #DF5C8C; }
a { background-color: rgb(223,92,140); }
div.DivClassName
{
background-color: #DF5C8C;
}
.BgClassName
{
background-color: #DF5C8C;
}
</style>
border-color css
<style>
span { border-color: #DF5C8C; }
span { border-color: rgb(223,92,140); }
td.TdClassName
{
border-color: #DF5C8C;
}
.TagClassName
{
border-color: #DF5C8C;
}
</style>