Shades of Dark Pink #DF518A
Tints of Dark Pink #DF518A
RGB
CMYK
RGB Variations
Color information
#DF518A (or 0xDF518A) is known color: Dark Pink. HEX triplet: DF, 51 and 8A. RGB value is (223,81,138). Sum of RGB (Red+Green+Blue) = 223+81+138=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 81 (32.03% from 255 or 18.33% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DF518A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF518A is #20AE75. Grayscale: #818181. Windows color (decimal): -2141814 or 9064927. OLE color: 9064927.
HSL color Cylindrical-coordinate representation of color #DF518A: hue angle of 335.92º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF518A is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 81 | 138 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.13 |
| HSL | 335.92º | 0.69% | 0.6% | - |
| HSV(B) | 335.92º | 0.64% | 0.87% | - |
| XYZ | 37.96 | 23.41 | 26.56 | - |
| YUV | 129.96 | 132.54 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 81 | 138 | 0 | 0.64 | 0.38 | 0.13 | 335.92 | 0.69 | 0.6 |
| Hex | DF | 51 | 8A | 0 | 40 | 26 | D | 150 | 45 | 3C |
| Octal | 337 | 121 | 212 | 0 | 100 | 46 | 15 | 520 | 105 | 74 |
| Binary | 11011111 | 1010001 | 10001010 | 0 | 1000000 | 100110 | 1101 | 101010000 | 1000101 | 111100 |
Color Harmonies of #DF518A
Complementary color
Monochromatic Colors of #DF518A
Black with #DF518A
Text Example
Text Example
White with #DF518A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF518A; }
p { color: rgb(223,81,138); }
H1.HeaderClassName
{
color: #DF518A;
}
.AnyTagClassName
{
color: #DF518A;
}
</style>
background-color css
<style>
a { background-color: #DF518A; }
a { background-color: rgb(223,81,138); }
div.DivClassName
{
background-color: #DF518A;
}
.BgClassName
{
background-color: #DF518A;
}
</style>
border-color css
<style>
span { border-color: #DF518A; }
span { border-color: rgb(223,81,138); }
td.TdClassName
{
border-color: #DF518A;
}
.TagClassName
{
border-color: #DF518A;
}
</style>