Shades of Dark Pink #DF538E
Tints of Dark Pink #DF538E
RGB
CMYK
RGB Variations
Color information
#DF538E (or 0xDF538E) is known color: Dark Pink. HEX triplet: DF, 53 and 8E. RGB value is (223,83,142). Sum of RGB (Red+Green+Blue) = 223+83+142=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 83 (32.81% from 255 or 18.53% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DF538E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF538E is #20AC71. Grayscale: #838383. Windows color (decimal): -2141298 or 9327583. OLE color: 9327583.
HSL color Cylindrical-coordinate representation of color #DF538E: hue angle of 334.71º 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 #DF538E is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 83 | 142 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.13 |
| HSL | 334.71º | 0.69% | 0.6% | - |
| HSV(B) | 334.71º | 0.63% | 0.87% | - |
| XYZ | 38.41 | 23.83 | 28.17 | - |
| YUV | 131.59 | 133.88 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 83 | 142 | 0 | 0.63 | 0.36 | 0.13 | 334.71 | 0.69 | 0.6 |
| Hex | DF | 53 | 8E | 0 | 3F | 24 | D | 14F | 45 | 3C |
| Octal | 337 | 123 | 216 | 0 | 77 | 44 | 15 | 517 | 105 | 74 |
| Binary | 11011111 | 1010011 | 10001110 | 0 | 111111 | 100100 | 1101 | 101001111 | 1000101 | 111100 |
Color Harmonies of #DF538E
Complementary color
Monochromatic Colors of #DF538E
Black with #DF538E
Text Example
Text Example
White with #DF538E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF538E; }
p { color: rgb(223,83,142); }
H1.HeaderClassName
{
color: #DF538E;
}
.AnyTagClassName
{
color: #DF538E;
}
</style>
background-color css
<style>
a { background-color: #DF538E; }
a { background-color: rgb(223,83,142); }
div.DivClassName
{
background-color: #DF538E;
}
.BgClassName
{
background-color: #DF538E;
}
</style>
border-color css
<style>
span { border-color: #DF538E; }
span { border-color: rgb(223,83,142); }
td.TdClassName
{
border-color: #DF538E;
}
.TagClassName
{
border-color: #DF538E;
}
</style>