Shades of Dark Pink #DA508A
Tints of Dark Pink #DA508A
RGB
CMYK
RGB Variations
Color information
#DA508A (or 0xDA508A) is known color: Dark Pink. HEX triplet: DA, 50 and 8A. RGB value is (218,80,138). Sum of RGB (Red+Green+Blue) = 218+80+138=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA508A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA508A is #25AF75. Grayscale: #7F7F7F. Windows color (decimal): -2469750 or 9064666. OLE color: 9064666.
HSL color Cylindrical-coordinate representation of color #DA508A: hue angle of 334.78º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA508A is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 80 | 138 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.15 |
| HSL | 334.78º | 0.65% | 0.58% | - |
| HSV(B) | 334.78º | 0.63% | 0.85% | - |
| XYZ | 36.37 | 22.48 | 26.47 | - |
| YUV | 127.87 | 133.72 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 80 | 138 | 0 | 0.63 | 0.37 | 0.15 | 334.78 | 0.65 | 0.58 |
| Hex | DA | 50 | 8A | 0 | 3F | 25 | F | 14F | 41 | 3A |
| Octal | 332 | 120 | 212 | 0 | 77 | 45 | 17 | 517 | 101 | 72 |
| Binary | 11011010 | 1010000 | 10001010 | 0 | 111111 | 100101 | 1111 | 101001111 | 1000001 | 111010 |
Color Harmonies of #DA508A
Complementary color
Monochromatic Colors of #DA508A
Black with #DA508A
Text Example
Text Example
White with #DA508A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA508A; }
p { color: rgb(218,80,138); }
H1.HeaderClassName
{
color: #DA508A;
}
.AnyTagClassName
{
color: #DA508A;
}
</style>
background-color css
<style>
a { background-color: #DA508A; }
a { background-color: rgb(218,80,138); }
div.DivClassName
{
background-color: #DA508A;
}
.BgClassName
{
background-color: #DA508A;
}
</style>
border-color css
<style>
span { border-color: #DA508A; }
span { border-color: rgb(218,80,138); }
td.TdClassName
{
border-color: #DA508A;
}
.TagClassName
{
border-color: #DA508A;
}
</style>