Shades of Dark Pink #DF5383
Tints of Dark Pink #DF5383
RGB
CMYK
RGB Variations
Color information
#DF5383 (or 0xDF5383) is known color: Dark Pink. HEX triplet: DF, 53 and 83. RGB value is (223,83,131). Sum of RGB (Red+Green+Blue) = 223+83+131=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 83 (32.81% from 255 or 18.99% from 437); Blue value is 131 (51.56% from 255 or 29.98% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5383 is #20AC7C. Grayscale: #828282. Windows color (decimal): -2141309 or 8606687. OLE color: 8606687.
HSL color Cylindrical-coordinate representation of color #DF5383: hue angle of 339.43º 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 #DF5383 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 83 | 131 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.13 |
| HSL | 339.43º | 0.69% | 0.6% | - |
| HSV(B) | 339.43º | 0.63% | 0.87% | - |
| XYZ | 37.62 | 23.51 | 24.03 | - |
| YUV | 130.33 | 128.38 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 83 | 131 | 0 | 0.63 | 0.41 | 0.13 | 339.43 | 0.69 | 0.6 |
| Hex | DF | 53 | 83 | 0 | 3F | 29 | D | 153 | 45 | 3C |
| Octal | 337 | 123 | 203 | 0 | 77 | 51 | 15 | 523 | 105 | 74 |
| Binary | 11011111 | 1010011 | 10000011 | 0 | 111111 | 101001 | 1101 | 101010011 | 1000101 | 111100 |
Color Harmonies of #DF5383
Complementary color
Monochromatic Colors of #DF5383
Black with #DF5383
Text Example
Text Example
White with #DF5383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5383; }
p { color: rgb(223,83,131); }
H1.HeaderClassName
{
color: #DF5383;
}
.AnyTagClassName
{
color: #DF5383;
}
</style>
background-color css
<style>
a { background-color: #DF5383; }
a { background-color: rgb(223,83,131); }
div.DivClassName
{
background-color: #DF5383;
}
.BgClassName
{
background-color: #DF5383;
}
</style>
border-color css
<style>
span { border-color: #DF5383; }
span { border-color: rgb(223,83,131); }
td.TdClassName
{
border-color: #DF5383;
}
.TagClassName
{
border-color: #DF5383;
}
</style>