Shades of Dark Pink #DF5F7A
Tints of Dark Pink #DF5F7A
RGB
CMYK
RGB Variations
Color information
#DF5F7A (or 0xDF5F7A) is known color: Dark Pink. HEX triplet: DF, 5F and 7A. RGB value is (223,95,122). Sum of RGB (Red+Green+Blue) = 223+95+122=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5F7A is #20A085. Grayscale: #888888. Windows color (decimal): -2138246 or 8019935. OLE color: 8019935.
HSL color Cylindrical-coordinate representation of color #DF5F7A: hue angle of 347.34º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF5F7A is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 95 | 122 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.13 |
| HSL | 347.34º | 0.67% | 0.62% | - |
| HSV(B) | 347.34º | 0.57% | 0.87% | - |
| XYZ | 38.04 | 25.28 | 21.29 | - |
| YUV | 136.35 | 119.91 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 95 | 122 | 0 | 0.57 | 0.45 | 0.13 | 347.34 | 0.67 | 0.62 |
| Hex | DF | 5F | 7A | 0 | 39 | 2D | D | 15B | 43 | 3E |
| Octal | 337 | 137 | 172 | 0 | 71 | 55 | 15 | 533 | 103 | 76 |
| Binary | 11011111 | 1011111 | 1111010 | 0 | 111001 | 101101 | 1101 | 101011011 | 1000011 | 111110 |
Color Harmonies of #DF5F7A
Complementary color
Monochromatic Colors of #DF5F7A
Black with #DF5F7A
Text Example
Text Example
White with #DF5F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5F7A; }
p { color: rgb(223,95,122); }
H1.HeaderClassName
{
color: #DF5F7A;
}
.AnyTagClassName
{
color: #DF5F7A;
}
</style>
background-color css
<style>
a { background-color: #DF5F7A; }
a { background-color: rgb(223,95,122); }
div.DivClassName
{
background-color: #DF5F7A;
}
.BgClassName
{
background-color: #DF5F7A;
}
</style>
border-color css
<style>
span { border-color: #DF5F7A; }
span { border-color: rgb(223,95,122); }
td.TdClassName
{
border-color: #DF5F7A;
}
.TagClassName
{
border-color: #DF5F7A;
}
</style>