Shades of Dark Pink #DF508C
Tints of Dark Pink #DF508C
RGB
CMYK
RGB Variations
Color information
#DF508C (or 0xDF508C) is known color: Dark Pink. HEX triplet: DF, 50 and 8C. RGB value is (223,80,140). Sum of RGB (Red+Green+Blue) = 223+80+140=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DF508C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF508C is #20AF73. Grayscale: #818181. Windows color (decimal): -2142068 or 9195743. OLE color: 9195743.
HSL color Cylindrical-coordinate representation of color #DF508C: hue angle of 334.83º 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 #DF508C is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 140 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.13 |
| HSL | 334.83º | 0.69% | 0.59% | - |
| HSV(B) | 334.83º | 0.64% | 0.87% | - |
| XYZ | 38.03 | 23.32 | 27.31 | - |
| YUV | 129.6 | 133.88 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 140 | 0 | 0.64 | 0.37 | 0.13 | 334.83 | 0.69 | 0.59 |
| Hex | DF | 50 | 8C | 0 | 40 | 25 | D | 14F | 45 | 3B |
| Octal | 337 | 120 | 214 | 0 | 100 | 45 | 15 | 517 | 105 | 73 |
| Binary | 11011111 | 1010000 | 10001100 | 0 | 1000000 | 100101 | 1101 | 101001111 | 1000101 | 111011 |
Color Harmonies of #DF508C
Complementary color
Monochromatic Colors of #DF508C
Black with #DF508C
Text Example
Text Example
White with #DF508C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF508C; }
p { color: rgb(223,80,140); }
H1.HeaderClassName
{
color: #DF508C;
}
.AnyTagClassName
{
color: #DF508C;
}
</style>
background-color css
<style>
a { background-color: #DF508C; }
a { background-color: rgb(223,80,140); }
div.DivClassName
{
background-color: #DF508C;
}
.BgClassName
{
background-color: #DF508C;
}
</style>
border-color css
<style>
span { border-color: #DF508C; }
span { border-color: rgb(223,80,140); }
td.TdClassName
{
border-color: #DF508C;
}
.TagClassName
{
border-color: #DF508C;
}
</style>