Shades of Dark Pink #DA508B
Tints of Dark Pink #DA508B
RGB
CMYK
RGB Variations
Color information
#DA508B (or 0xDA508B) is known color: Dark Pink. HEX triplet: DA, 50 and 8B. RGB value is (218,80,139). Sum of RGB (Red+Green+Blue) = 218+80+139=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 80 (31.64% from 255 or 18.31% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DA508B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA508B is #25AF74. Grayscale: #7F7F7F. Windows color (decimal): -2469749 or 9130202. OLE color: 9130202.
HSL color Cylindrical-coordinate representation of color #DA508B: hue angle of 334.35º 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 #DA508B is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 80 | 139 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.15 |
| HSL | 334.35º | 0.65% | 0.58% | - |
| HSV(B) | 334.35º | 0.63% | 0.85% | - |
| XYZ | 36.44 | 22.51 | 26.85 | - |
| YUV | 127.99 | 134.22 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 80 | 139 | 0 | 0.63 | 0.36 | 0.15 | 334.35 | 0.65 | 0.58 |
| Hex | DA | 50 | 8B | 0 | 3F | 24 | F | 14E | 41 | 3A |
| Octal | 332 | 120 | 213 | 0 | 77 | 44 | 17 | 516 | 101 | 72 |
| Binary | 11011010 | 1010000 | 10001011 | 0 | 111111 | 100100 | 1111 | 101001110 | 1000001 | 111010 |
Color Harmonies of #DA508B
Complementary color
Monochromatic Colors of #DA508B
Black with #DA508B
Text Example
Text Example
White with #DA508B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA508B; }
p { color: rgb(218,80,139); }
H1.HeaderClassName
{
color: #DA508B;
}
.AnyTagClassName
{
color: #DA508B;
}
</style>
background-color css
<style>
a { background-color: #DA508B; }
a { background-color: rgb(218,80,139); }
div.DivClassName
{
background-color: #DA508B;
}
.BgClassName
{
background-color: #DA508B;
}
</style>
border-color css
<style>
span { border-color: #DA508B; }
span { border-color: rgb(218,80,139); }
td.TdClassName
{
border-color: #DA508B;
}
.TagClassName
{
border-color: #DA508B;
}
</style>