Shades of Dark Pink #DF6280
Tints of Dark Pink #DF6280
RGB
CMYK
RGB Variations
Color information
#DF6280 (or 0xDF6280) is known color: Dark Pink. HEX triplet: DF, 62 and 80. RGB value is (223,98,128). Sum of RGB (Red+Green+Blue) = 223+98+128=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 98 (38.67% from 255 or 21.83% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6280 is #209D7F. Grayscale: #8A8A8A. Windows color (decimal): -2137472 or 8413919. OLE color: 8413919.
HSL color Cylindrical-coordinate representation of color #DF6280: hue angle of 345.6º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF6280 is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 98 | 128 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.13 |
| HSL | 345.6º | 0.66% | 0.63% | - |
| HSV(B) | 345.6º | 0.56% | 0.87% | - |
| XYZ | 38.7 | 25.98 | 23.4 | - |
| YUV | 138.8 | 121.91 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 98 | 128 | 0 | 0.56 | 0.43 | 0.13 | 345.6 | 0.66 | 0.63 |
| Hex | DF | 62 | 80 | 0 | 38 | 2B | D | 15A | 42 | 3F |
| Octal | 337 | 142 | 200 | 0 | 70 | 53 | 15 | 532 | 102 | 77 |
| Binary | 11011111 | 1100010 | 10000000 | 0 | 111000 | 101011 | 1101 | 101011010 | 1000010 | 111111 |
Color Harmonies of #DF6280
Complementary color
Monochromatic Colors of #DF6280
Black with #DF6280
Text Example
Text Example
White with #DF6280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6280; }
p { color: rgb(223,98,128); }
H1.HeaderClassName
{
color: #DF6280;
}
.AnyTagClassName
{
color: #DF6280;
}
</style>
background-color css
<style>
a { background-color: #DF6280; }
a { background-color: rgb(223,98,128); }
div.DivClassName
{
background-color: #DF6280;
}
.BgClassName
{
background-color: #DF6280;
}
</style>
border-color css
<style>
span { border-color: #DF6280; }
span { border-color: rgb(223,98,128); }
td.TdClassName
{
border-color: #DF6280;
}
.TagClassName
{
border-color: #DF6280;
}
</style>