Shades of Dark Pink #DA558C
Tints of Dark Pink #DA558C
RGB
CMYK
RGB Variations
Color information
#DA558C (or 0xDA558C) is known color: Dark Pink. HEX triplet: DA, 55 and 8C. RGB value is (218,85,140). Sum of RGB (Red+Green+Blue) = 218+85+140=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA558C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA558C is #25AA73. Grayscale: #828282. Windows color (decimal): -2468468 or 9197018. OLE color: 9197018.
HSL color Cylindrical-coordinate representation of color #DA558C: hue angle of 335.19º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA558C is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 85 | 140 | - |
| CMYK | 0 | 0.61 | 0.36 | 0.15 |
| HSL | 335.19º | 0.64% | 0.59% | - |
| HSV(B) | 335.19º | 0.61% | 0.85% | - |
| XYZ | 36.9 | 23.3 | 27.36 | - |
| YUV | 131.04 | 133.06 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 85 | 140 | 0 | 0.61 | 0.36 | 0.15 | 335.19 | 0.64 | 0.59 |
| Hex | DA | 55 | 8C | 0 | 3D | 24 | F | 14F | 40 | 3B |
| Octal | 332 | 125 | 214 | 0 | 75 | 44 | 17 | 517 | 100 | 73 |
| Binary | 11011010 | 1010101 | 10001100 | 0 | 111101 | 100100 | 1111 | 101001111 | 1000000 | 111011 |
Color Harmonies of #DA558C
Complementary color
Monochromatic Colors of #DA558C
Black with #DA558C
Text Example
Text Example
White with #DA558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA558C; }
p { color: rgb(218,85,140); }
H1.HeaderClassName
{
color: #DA558C;
}
.AnyTagClassName
{
color: #DA558C;
}
</style>
background-color css
<style>
a { background-color: #DA558C; }
a { background-color: rgb(218,85,140); }
div.DivClassName
{
background-color: #DA558C;
}
.BgClassName
{
background-color: #DA558C;
}
</style>
border-color css
<style>
span { border-color: #DA558C; }
span { border-color: rgb(218,85,140); }
td.TdClassName
{
border-color: #DA558C;
}
.TagClassName
{
border-color: #DA558C;
}
</style>