Shades of Dark Pink #DF5183
Tints of Dark Pink #DF5183
RGB
CMYK
RGB Variations
Color information
#DF5183 (or 0xDF5183) is known color: Dark Pink. HEX triplet: DF, 51 and 83. RGB value is (223,81,131). Sum of RGB (Red+Green+Blue) = 223+81+131=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 81 (32.03% from 255 or 18.62% from 435); Blue value is 131 (51.56% from 255 or 30.11% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5183 is #20AE7C. Grayscale: #818181. Windows color (decimal): -2141821 or 8606175. OLE color: 8606175.
HSL color Cylindrical-coordinate representation of color #DF5183: hue angle of 338.87º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF5183 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 81 | 131 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.13 |
| HSL | 338.87º | 0.69% | 0.6% | - |
| HSV(B) | 338.87º | 0.64% | 0.87% | - |
| XYZ | 37.47 | 23.21 | 23.98 | - |
| YUV | 129.16 | 129.04 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 81 | 131 | 0 | 0.64 | 0.41 | 0.13 | 338.87 | 0.69 | 0.6 |
| Hex | DF | 51 | 83 | 0 | 40 | 29 | D | 153 | 45 | 3C |
| Octal | 337 | 121 | 203 | 0 | 100 | 51 | 15 | 523 | 105 | 74 |
| Binary | 11011111 | 1010001 | 10000011 | 0 | 1000000 | 101001 | 1101 | 101010011 | 1000101 | 111100 |
Color Harmonies of #DF5183
Complementary color
Monochromatic Colors of #DF5183
Black with #DF5183
Text Example
Text Example
White with #DF5183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5183; }
p { color: rgb(223,81,131); }
H1.HeaderClassName
{
color: #DF5183;
}
.AnyTagClassName
{
color: #DF5183;
}
</style>
background-color css
<style>
a { background-color: #DF5183; }
a { background-color: rgb(223,81,131); }
div.DivClassName
{
background-color: #DF5183;
}
.BgClassName
{
background-color: #DF5183;
}
</style>
border-color css
<style>
span { border-color: #DF5183; }
span { border-color: rgb(223,81,131); }
td.TdClassName
{
border-color: #DF5183;
}
.TagClassName
{
border-color: #DF5183;
}
</style>