Shades of Dark Pink #DA518A
Tints of Dark Pink #DA518A
RGB
CMYK
RGB Variations
Color information
#DA518A (or 0xDA518A) is known color: Dark Pink. HEX triplet: DA, 51 and 8A. RGB value is (218,81,138). Sum of RGB (Red+Green+Blue) = 218+81+138=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 81 (32.03% from 255 or 18.54% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DA518A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA518A is #25AE75. Grayscale: #808080. Windows color (decimal): -2469494 or 9064922. OLE color: 9064922.
HSL color Cylindrical-coordinate representation of color #DA518A: hue angle of 335.04º 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 #DA518A is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 81 | 138 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.15 |
| HSL | 335.04º | 0.65% | 0.59% | - |
| HSV(B) | 335.04º | 0.63% | 0.85% | - |
| XYZ | 36.44 | 22.63 | 26.49 | - |
| YUV | 128.46 | 133.39 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 81 | 138 | 0 | 0.63 | 0.37 | 0.15 | 335.04 | 0.65 | 0.59 |
| Hex | DA | 51 | 8A | 0 | 3F | 25 | F | 14F | 41 | 3B |
| Octal | 332 | 121 | 212 | 0 | 77 | 45 | 17 | 517 | 101 | 73 |
| Binary | 11011010 | 1010001 | 10001010 | 0 | 111111 | 100101 | 1111 | 101001111 | 1000001 | 111011 |
Color Harmonies of #DA518A
Complementary color
Monochromatic Colors of #DA518A
Black with #DA518A
Text Example
Text Example
White with #DA518A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA518A; }
p { color: rgb(218,81,138); }
H1.HeaderClassName
{
color: #DA518A;
}
.AnyTagClassName
{
color: #DA518A;
}
</style>
background-color css
<style>
a { background-color: #DA518A; }
a { background-color: rgb(218,81,138); }
div.DivClassName
{
background-color: #DA518A;
}
.BgClassName
{
background-color: #DA518A;
}
</style>
border-color css
<style>
span { border-color: #DA518A; }
span { border-color: rgb(218,81,138); }
td.TdClassName
{
border-color: #DA518A;
}
.TagClassName
{
border-color: #DA518A;
}
</style>