Shades of Dark Pink #DA508C
Tints of Dark Pink #DA508C
RGB
CMYK
RGB Variations
Color information
#DA508C (or 0xDA508C) is known color: Dark Pink. HEX triplet: DA, 50 and 8C. RGB value is (218,80,140). Sum of RGB (Red+Green+Blue) = 218+80+140=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA508C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA508C is #25AF73. Grayscale: #808080. Windows color (decimal): -2469748 or 9195738. OLE color: 9195738.
HSL color Cylindrical-coordinate representation of color #DA508C: hue angle of 333.91º 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 #DA508C is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 80 | 140 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.15 |
| HSL | 333.91º | 0.65% | 0.58% | - |
| HSV(B) | 333.91º | 0.63% | 0.85% | - |
| XYZ | 36.52 | 22.54 | 27.24 | - |
| YUV | 128.1 | 134.72 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 80 | 140 | 0 | 0.63 | 0.36 | 0.15 | 333.91 | 0.65 | 0.58 |
| Hex | DA | 50 | 8C | 0 | 3F | 24 | F | 14E | 41 | 3A |
| Octal | 332 | 120 | 214 | 0 | 77 | 44 | 17 | 516 | 101 | 72 |
| Binary | 11011010 | 1010000 | 10001100 | 0 | 111111 | 100100 | 1111 | 101001110 | 1000001 | 111010 |
Color Harmonies of #DA508C
Complementary color
Monochromatic Colors of #DA508C
Black with #DA508C
Text Example
Text Example
White with #DA508C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA508C; }
p { color: rgb(218,80,140); }
H1.HeaderClassName
{
color: #DA508C;
}
.AnyTagClassName
{
color: #DA508C;
}
</style>
background-color css
<style>
a { background-color: #DA508C; }
a { background-color: rgb(218,80,140); }
div.DivClassName
{
background-color: #DA508C;
}
.BgClassName
{
background-color: #DA508C;
}
</style>
border-color css
<style>
span { border-color: #DA508C; }
span { border-color: rgb(218,80,140); }
td.TdClassName
{
border-color: #DA508C;
}
.TagClassName
{
border-color: #DA508C;
}
</style>