Shades of Dark Pink #DF508D
Tints of Dark Pink #DF508D
RGB
CMYK
RGB Variations
Color information
#DF508D (or 0xDF508D) is known color: Dark Pink. HEX triplet: DF, 50 and 8D. RGB value is (223,80,141). Sum of RGB (Red+Green+Blue) = 223+80+141=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 80 (31.64% from 255 or 18.02% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DF508D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF508D is #20AF72. Grayscale: #818181. Windows color (decimal): -2142067 or 9261279. OLE color: 9261279.
HSL color Cylindrical-coordinate representation of color #DF508D: hue angle of 334.41º 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 #DF508D is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 141 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.13 |
| HSL | 334.41º | 0.69% | 0.59% | - |
| HSV(B) | 334.41º | 0.64% | 0.87% | - |
| XYZ | 38.11 | 23.35 | 27.7 | - |
| YUV | 129.71 | 134.38 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 141 | 0 | 0.64 | 0.37 | 0.13 | 334.41 | 0.69 | 0.59 |
| Hex | DF | 50 | 8D | 0 | 40 | 25 | D | 14E | 45 | 3B |
| Octal | 337 | 120 | 215 | 0 | 100 | 45 | 15 | 516 | 105 | 73 |
| Binary | 11011111 | 1010000 | 10001101 | 0 | 1000000 | 100101 | 1101 | 101001110 | 1000101 | 111011 |
Color Harmonies of #DF508D
Complementary color
Monochromatic Colors of #DF508D
Black with #DF508D
Text Example
Text Example
White with #DF508D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF508D; }
p { color: rgb(223,80,141); }
H1.HeaderClassName
{
color: #DF508D;
}
.AnyTagClassName
{
color: #DF508D;
}
</style>
background-color css
<style>
a { background-color: #DF508D; }
a { background-color: rgb(223,80,141); }
div.DivClassName
{
background-color: #DF508D;
}
.BgClassName
{
background-color: #DF508D;
}
</style>
border-color css
<style>
span { border-color: #DF508D; }
span { border-color: rgb(223,80,141); }
td.TdClassName
{
border-color: #DF508D;
}
.TagClassName
{
border-color: #DF508D;
}
</style>