Shades of Dark Pink #DF5283
Tints of Dark Pink #DF5283
RGB
CMYK
RGB Variations
Color information
#DF5283 (or 0xDF5283) is known color: Dark Pink. HEX triplet: DF, 52 and 83. RGB value is (223,82,131). Sum of RGB (Red+Green+Blue) = 223+82+131=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 131 (51.56% from 255 or 30.05% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5283 is #20AD7C. Grayscale: #818181. Windows color (decimal): -2141565 or 8606431. OLE color: 8606431.
HSL color Cylindrical-coordinate representation of color #DF5283: hue angle of 339.15º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF5283 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 82 | 131 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.13 |
| HSL | 339.15º | 0.69% | 0.6% | - |
| HSV(B) | 339.15º | 0.63% | 0.87% | - |
| XYZ | 37.55 | 23.36 | 24 | - |
| YUV | 129.75 | 128.71 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 82 | 131 | 0 | 0.63 | 0.41 | 0.13 | 339.15 | 0.69 | 0.6 |
| Hex | DF | 52 | 83 | 0 | 3F | 29 | D | 153 | 45 | 3C |
| Octal | 337 | 122 | 203 | 0 | 77 | 51 | 15 | 523 | 105 | 74 |
| Binary | 11011111 | 1010010 | 10000011 | 0 | 111111 | 101001 | 1101 | 101010011 | 1000101 | 111100 |
Color Harmonies of #DF5283
Complementary color
Monochromatic Colors of #DF5283
Black with #DF5283
Text Example
Text Example
White with #DF5283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5283; }
p { color: rgb(223,82,131); }
H1.HeaderClassName
{
color: #DF5283;
}
.AnyTagClassName
{
color: #DF5283;
}
</style>
background-color css
<style>
a { background-color: #DF5283; }
a { background-color: rgb(223,82,131); }
div.DivClassName
{
background-color: #DF5283;
}
.BgClassName
{
background-color: #DF5283;
}
</style>
border-color css
<style>
span { border-color: #DF5283; }
span { border-color: rgb(223,82,131); }
td.TdClassName
{
border-color: #DF5283;
}
.TagClassName
{
border-color: #DF5283;
}
</style>