Shades of Dark Pink #DF6082
Tints of Dark Pink #DF6082
RGB
CMYK
RGB Variations
Color information
#DF6082 (or 0xDF6082) is known color: Dark Pink. HEX triplet: DF, 60 and 82. RGB value is (223,96,130). Sum of RGB (Red+Green+Blue) = 223+96+130=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 96 (37.89% from 255 or 21.38% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6082 is #209F7D. Grayscale: #898989. Windows color (decimal): -2137982 or 8544479. OLE color: 8544479.
HSL color Cylindrical-coordinate representation of color #DF6082: hue angle of 343.94º 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 #DF6082 is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 96 | 130 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.13 |
| HSL | 343.94º | 0.66% | 0.63% | - |
| HSV(B) | 343.94º | 0.57% | 0.87% | - |
| XYZ | 38.64 | 25.67 | 24.04 | - |
| YUV | 137.85 | 123.58 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 96 | 130 | 0 | 0.57 | 0.42 | 0.13 | 343.94 | 0.66 | 0.63 |
| Hex | DF | 60 | 82 | 0 | 39 | 2A | D | 158 | 42 | 3F |
| Octal | 337 | 140 | 202 | 0 | 71 | 52 | 15 | 530 | 102 | 77 |
| Binary | 11011111 | 1100000 | 10000010 | 0 | 111001 | 101010 | 1101 | 101011000 | 1000010 | 111111 |
Color Harmonies of #DF6082
Complementary color
Monochromatic Colors of #DF6082
Black with #DF6082
Text Example
Text Example
White with #DF6082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6082; }
p { color: rgb(223,96,130); }
H1.HeaderClassName
{
color: #DF6082;
}
.AnyTagClassName
{
color: #DF6082;
}
</style>
background-color css
<style>
a { background-color: #DF6082; }
a { background-color: rgb(223,96,130); }
div.DivClassName
{
background-color: #DF6082;
}
.BgClassName
{
background-color: #DF6082;
}
</style>
border-color css
<style>
span { border-color: #DF6082; }
span { border-color: rgb(223,96,130); }
td.TdClassName
{
border-color: #DF6082;
}
.TagClassName
{
border-color: #DF6082;
}
</style>