Shades of Dark Pink #DA518C
Tints of Dark Pink #DA518C
RGB
CMYK
RGB Variations
Color information
#DA518C (or 0xDA518C) is known color: Dark Pink. HEX triplet: DA, 51 and 8C. RGB value is (218,81,140). Sum of RGB (Red+Green+Blue) = 218+81+140=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 81 (32.03% from 255 or 18.45% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA518C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA518C is #25AE73. Grayscale: #808080. Windows color (decimal): -2469492 or 9195994. OLE color: 9195994.
HSL color Cylindrical-coordinate representation of color #DA518C: hue angle of 334.16º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA518C is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 81 | 140 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.15 |
| HSL | 334.16º | 0.65% | 0.59% | - |
| HSV(B) | 334.16º | 0.63% | 0.85% | - |
| XYZ | 36.59 | 22.68 | 27.26 | - |
| YUV | 128.69 | 134.39 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 81 | 140 | 0 | 0.63 | 0.36 | 0.15 | 334.16 | 0.65 | 0.59 |
| Hex | DA | 51 | 8C | 0 | 3F | 24 | F | 14E | 41 | 3B |
| Octal | 332 | 121 | 214 | 0 | 77 | 44 | 17 | 516 | 101 | 73 |
| Binary | 11011010 | 1010001 | 10001100 | 0 | 111111 | 100100 | 1111 | 101001110 | 1000001 | 111011 |
Color Harmonies of #DA518C
Complementary color
Monochromatic Colors of #DA518C
Black with #DA518C
Text Example
Text Example
White with #DA518C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA518C; }
p { color: rgb(218,81,140); }
H1.HeaderClassName
{
color: #DA518C;
}
.AnyTagClassName
{
color: #DA518C;
}
</style>
background-color css
<style>
a { background-color: #DA518C; }
a { background-color: rgb(218,81,140); }
div.DivClassName
{
background-color: #DA518C;
}
.BgClassName
{
background-color: #DA518C;
}
</style>
border-color css
<style>
span { border-color: #DA518C; }
span { border-color: rgb(218,81,140); }
td.TdClassName
{
border-color: #DA518C;
}
.TagClassName
{
border-color: #DA518C;
}
</style>