Shades of Dark Pink #DF6080
Tints of Dark Pink #DF6080
RGB
CMYK
RGB Variations
Color information
#DF6080 (or 0xDF6080) is known color: Dark Pink. HEX triplet: DF, 60 and 80. RGB value is (223,96,128). Sum of RGB (Red+Green+Blue) = 223+96+128=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 96 (37.89% from 255 or 21.48% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6080 is #209F7F. Grayscale: #898989. Windows color (decimal): -2137984 or 8413407. OLE color: 8413407.
HSL color Cylindrical-coordinate representation of color #DF6080: hue angle of 344.88º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF6080 is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 96 | 128 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.13 |
| HSL | 344.88º | 0.66% | 0.63% | - |
| HSV(B) | 344.88º | 0.57% | 0.87% | - |
| XYZ | 38.51 | 25.61 | 23.34 | - |
| YUV | 137.62 | 122.58 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 96 | 128 | 0 | 0.57 | 0.43 | 0.13 | 344.88 | 0.66 | 0.63 |
| Hex | DF | 60 | 80 | 0 | 39 | 2B | D | 159 | 42 | 3F |
| Octal | 337 | 140 | 200 | 0 | 71 | 53 | 15 | 531 | 102 | 77 |
| Binary | 11011111 | 1100000 | 10000000 | 0 | 111001 | 101011 | 1101 | 101011001 | 1000010 | 111111 |
Color Harmonies of #DF6080
Complementary color
Monochromatic Colors of #DF6080
Black with #DF6080
Text Example
Text Example
White with #DF6080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6080; }
p { color: rgb(223,96,128); }
H1.HeaderClassName
{
color: #DF6080;
}
.AnyTagClassName
{
color: #DF6080;
}
</style>
background-color css
<style>
a { background-color: #DF6080; }
a { background-color: rgb(223,96,128); }
div.DivClassName
{
background-color: #DF6080;
}
.BgClassName
{
background-color: #DF6080;
}
</style>
border-color css
<style>
span { border-color: #DF6080; }
span { border-color: rgb(223,96,128); }
td.TdClassName
{
border-color: #DF6080;
}
.TagClassName
{
border-color: #DF6080;
}
</style>