Shades of Dark Pink #DF508E
Tints of Dark Pink #DF508E
RGB
CMYK
RGB Variations
Color information
#DF508E (or 0xDF508E) is known color: Dark Pink. HEX triplet: DF, 50 and 8E. RGB value is (223,80,142). Sum of RGB (Red+Green+Blue) = 223+80+142=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 80 (31.64% from 255 or 17.98% from 445); Blue value is 142 (55.86% from 255 or 31.91% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF508E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF508E is #20AF71. Grayscale: #818181. Windows color (decimal): -2142066 or 9326815. OLE color: 9326815.
HSL color Cylindrical-coordinate representation of color #DF508E: hue angle of 333.99º 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 #DF508E is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 142 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.13 |
| HSL | 333.99º | 0.69% | 0.59% | - |
| HSV(B) | 333.99º | 0.64% | 0.87% | - |
| XYZ | 38.18 | 23.38 | 28.09 | - |
| YUV | 129.83 | 134.88 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 142 | 0 | 0.64 | 0.36 | 0.13 | 333.99 | 0.69 | 0.59 |
| Hex | DF | 50 | 8E | 0 | 40 | 24 | D | 14E | 45 | 3B |
| Octal | 337 | 120 | 216 | 0 | 100 | 44 | 15 | 516 | 105 | 73 |
| Binary | 11011111 | 1010000 | 10001110 | 0 | 1000000 | 100100 | 1101 | 101001110 | 1000101 | 111011 |
Color Harmonies of #DF508E
Complementary color
Monochromatic Colors of #DF508E
Black with #DF508E
Text Example
Text Example
White with #DF508E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF508E; }
p { color: rgb(223,80,142); }
H1.HeaderClassName
{
color: #DF508E;
}
.AnyTagClassName
{
color: #DF508E;
}
</style>
background-color css
<style>
a { background-color: #DF508E; }
a { background-color: rgb(223,80,142); }
div.DivClassName
{
background-color: #DF508E;
}
.BgClassName
{
background-color: #DF508E;
}
</style>
border-color css
<style>
span { border-color: #DF508E; }
span { border-color: rgb(223,80,142); }
td.TdClassName
{
border-color: #DF508E;
}
.TagClassName
{
border-color: #DF508E;
}
</style>