Shades of Dark Pink #DF5D81
Tints of Dark Pink #DF5D81
RGB
CMYK
RGB Variations
Color information
#DF5D81 (or 0xDF5D81) is known color: Dark Pink. HEX triplet: DF, 5D and 81. RGB value is (223,93,129). Sum of RGB (Red+Green+Blue) = 223+93+129=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 93 (36.72% from 255 or 20.90% from 445); Blue value is 129 (50.78% from 255 or 28.99% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5D81 is #20A27E. Grayscale: #878787. Windows color (decimal): -2138751 or 8478175. OLE color: 8478175.
HSL color Cylindrical-coordinate representation of color #DF5D81: hue angle of 343.38º 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 #DF5D81 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 93 | 129 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.13 |
| HSL | 343.38º | 0.67% | 0.62% | - |
| HSV(B) | 343.38º | 0.58% | 0.87% | - |
| XYZ | 38.31 | 25.1 | 23.59 | - |
| YUV | 135.97 | 124.07 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 93 | 129 | 0 | 0.58 | 0.42 | 0.13 | 343.38 | 0.67 | 0.62 |
| Hex | DF | 5D | 81 | 0 | 3A | 2A | D | 157 | 43 | 3E |
| Octal | 337 | 135 | 201 | 0 | 72 | 52 | 15 | 527 | 103 | 76 |
| Binary | 11011111 | 1011101 | 10000001 | 0 | 111010 | 101010 | 1101 | 101010111 | 1000011 | 111110 |
Color Harmonies of #DF5D81
Complementary color
Monochromatic Colors of #DF5D81
Black with #DF5D81
Text Example
Text Example
White with #DF5D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5D81; }
p { color: rgb(223,93,129); }
H1.HeaderClassName
{
color: #DF5D81;
}
.AnyTagClassName
{
color: #DF5D81;
}
</style>
background-color css
<style>
a { background-color: #DF5D81; }
a { background-color: rgb(223,93,129); }
div.DivClassName
{
background-color: #DF5D81;
}
.BgClassName
{
background-color: #DF5D81;
}
</style>
border-color css
<style>
span { border-color: #DF5D81; }
span { border-color: rgb(223,93,129); }
td.TdClassName
{
border-color: #DF5D81;
}
.TagClassName
{
border-color: #DF5D81;
}
</style>