Shades of Dark Pink #DF5083
Tints of Dark Pink #DF5083
RGB
CMYK
RGB Variations
Color information
#DF5083 (or 0xDF5083) is known color: Dark Pink. HEX triplet: DF, 50 and 83. RGB value is (223,80,131). Sum of RGB (Red+Green+Blue) = 223+80+131=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 80 (31.64% from 255 or 18.43% from 434); Blue value is 131 (51.56% from 255 or 30.18% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5083 is #20AF7C. Grayscale: #808080. Windows color (decimal): -2142077 or 8605919. OLE color: 8605919.
HSL color Cylindrical-coordinate representation of color #DF5083: hue angle of 338.6º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF5083 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 131 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.13 |
| HSL | 338.6º | 0.69% | 0.59% | - |
| HSV(B) | 338.6º | 0.64% | 0.87% | - |
| XYZ | 37.4 | 23.06 | 23.95 | - |
| YUV | 128.57 | 129.38 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 131 | 0 | 0.64 | 0.41 | 0.13 | 338.6 | 0.69 | 0.59 |
| Hex | DF | 50 | 83 | 0 | 40 | 29 | D | 153 | 45 | 3B |
| Octal | 337 | 120 | 203 | 0 | 100 | 51 | 15 | 523 | 105 | 73 |
| Binary | 11011111 | 1010000 | 10000011 | 0 | 1000000 | 101001 | 1101 | 101010011 | 1000101 | 111011 |
Color Harmonies of #DF5083
Complementary color
Monochromatic Colors of #DF5083
Black with #DF5083
Text Example
Text Example
White with #DF5083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5083; }
p { color: rgb(223,80,131); }
H1.HeaderClassName
{
color: #DF5083;
}
.AnyTagClassName
{
color: #DF5083;
}
</style>
background-color css
<style>
a { background-color: #DF5083; }
a { background-color: rgb(223,80,131); }
div.DivClassName
{
background-color: #DF5083;
}
.BgClassName
{
background-color: #DF5083;
}
</style>
border-color css
<style>
span { border-color: #DF5083; }
span { border-color: rgb(223,80,131); }
td.TdClassName
{
border-color: #DF5083;
}
.TagClassName
{
border-color: #DF5083;
}
</style>