Shades of Dark Pink #DF6084
Tints of Dark Pink #DF6084
RGB
CMYK
RGB Variations
Color information
#DF6084 (or 0xDF6084) is known color: Dark Pink. HEX triplet: DF, 60 and 84. RGB value is (223,96,132). Sum of RGB (Red+Green+Blue) = 223+96+132=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 132 (51.95% from 255 or 29.27% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6084 is #209F7B. Grayscale: #8A8A8A. Windows color (decimal): -2137980 or 8675551. OLE color: 8675551.
HSL color Cylindrical-coordinate representation of color #DF6084: hue angle of 342.99º 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 #DF6084 is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 96 | 132 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.13 |
| HSL | 342.99º | 0.66% | 0.63% | - |
| HSV(B) | 342.99º | 0.57% | 0.87% | - |
| XYZ | 38.78 | 25.72 | 24.75 | - |
| YUV | 138.08 | 124.58 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 96 | 132 | 0 | 0.57 | 0.41 | 0.13 | 342.99 | 0.66 | 0.63 |
| Hex | DF | 60 | 84 | 0 | 39 | 29 | D | 157 | 42 | 3F |
| Octal | 337 | 140 | 204 | 0 | 71 | 51 | 15 | 527 | 102 | 77 |
| Binary | 11011111 | 1100000 | 10000100 | 0 | 111001 | 101001 | 1101 | 101010111 | 1000010 | 111111 |
Color Harmonies of #DF6084
Complementary color
Monochromatic Colors of #DF6084
Black with #DF6084
Text Example
Text Example
White with #DF6084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6084; }
p { color: rgb(223,96,132); }
H1.HeaderClassName
{
color: #DF6084;
}
.AnyTagClassName
{
color: #DF6084;
}
</style>
background-color css
<style>
a { background-color: #DF6084; }
a { background-color: rgb(223,96,132); }
div.DivClassName
{
background-color: #DF6084;
}
.BgClassName
{
background-color: #DF6084;
}
</style>
border-color css
<style>
span { border-color: #DF6084; }
span { border-color: rgb(223,96,132); }
td.TdClassName
{
border-color: #DF6084;
}
.TagClassName
{
border-color: #DF6084;
}
</style>