Shades of Dark Pink #DF6083
Tints of Dark Pink #DF6083
RGB
CMYK
RGB Variations
Color information
#DF6083 (or 0xDF6083) is known color: Dark Pink. HEX triplet: DF, 60 and 83. RGB value is (223,96,131). Sum of RGB (Red+Green+Blue) = 223+96+131=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 96 (37.89% from 255 or 21.33% from 450); Blue value is 131 (51.56% from 255 or 29.11% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6083 is #209F7C. Grayscale: #898989. Windows color (decimal): -2137981 or 8610015. OLE color: 8610015.
HSL color Cylindrical-coordinate representation of color #DF6083: hue angle of 343.46º 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 #DF6083 is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 96 | 131 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.13 |
| HSL | 343.46º | 0.66% | 0.63% | - |
| HSV(B) | 343.46º | 0.57% | 0.87% | - |
| XYZ | 38.71 | 25.69 | 24.39 | - |
| YUV | 137.96 | 124.08 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 96 | 131 | 0 | 0.57 | 0.41 | 0.13 | 343.46 | 0.66 | 0.63 |
| Hex | DF | 60 | 83 | 0 | 39 | 29 | D | 157 | 42 | 3F |
| Octal | 337 | 140 | 203 | 0 | 71 | 51 | 15 | 527 | 102 | 77 |
| Binary | 11011111 | 1100000 | 10000011 | 0 | 111001 | 101001 | 1101 | 101010111 | 1000010 | 111111 |
Color Harmonies of #DF6083
Complementary color
Monochromatic Colors of #DF6083
Black with #DF6083
Text Example
Text Example
White with #DF6083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6083; }
p { color: rgb(223,96,131); }
H1.HeaderClassName
{
color: #DF6083;
}
.AnyTagClassName
{
color: #DF6083;
}
</style>
background-color css
<style>
a { background-color: #DF6083; }
a { background-color: rgb(223,96,131); }
div.DivClassName
{
background-color: #DF6083;
}
.BgClassName
{
background-color: #DF6083;
}
</style>
border-color css
<style>
span { border-color: #DF6083; }
span { border-color: rgb(223,96,131); }
td.TdClassName
{
border-color: #DF6083;
}
.TagClassName
{
border-color: #DF6083;
}
</style>