Shades of Dark Pink #DF508A
Tints of Dark Pink #DF508A
RGB
CMYK
RGB Variations
Color information
#DF508A (or 0xDF508A) is known color: Dark Pink. HEX triplet: DF, 50 and 8A. RGB value is (223,80,138). Sum of RGB (Red+Green+Blue) = 223+80+138=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DF508A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF508A is #20AF75. Grayscale: #818181. Windows color (decimal): -2142070 or 9064671. OLE color: 9064671.
HSL color Cylindrical-coordinate representation of color #DF508A: hue angle of 335.66º 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 #DF508A is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 138 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.13 |
| HSL | 335.66º | 0.69% | 0.59% | - |
| HSV(B) | 335.66º | 0.64% | 0.87% | - |
| XYZ | 37.89 | 23.26 | 26.54 | - |
| YUV | 129.37 | 132.88 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 138 | 0 | 0.64 | 0.38 | 0.13 | 335.66 | 0.69 | 0.59 |
| Hex | DF | 50 | 8A | 0 | 40 | 26 | D | 150 | 45 | 3B |
| Octal | 337 | 120 | 212 | 0 | 100 | 46 | 15 | 520 | 105 | 73 |
| Binary | 11011111 | 1010000 | 10001010 | 0 | 1000000 | 100110 | 1101 | 101010000 | 1000101 | 111011 |
Color Harmonies of #DF508A
Complementary color
Monochromatic Colors of #DF508A
Black with #DF508A
Text Example
Text Example
White with #DF508A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF508A; }
p { color: rgb(223,80,138); }
H1.HeaderClassName
{
color: #DF508A;
}
.AnyTagClassName
{
color: #DF508A;
}
</style>
background-color css
<style>
a { background-color: #DF508A; }
a { background-color: rgb(223,80,138); }
div.DivClassName
{
background-color: #DF508A;
}
.BgClassName
{
background-color: #DF508A;
}
</style>
border-color css
<style>
span { border-color: #DF508A; }
span { border-color: rgb(223,80,138); }
td.TdClassName
{
border-color: #DF508A;
}
.TagClassName
{
border-color: #DF508A;
}
</style>