Shades of Dark Pink #DA5A89
Tints of Dark Pink #DA5A89
RGB
CMYK
RGB Variations
Color information
#DA5A89 (or 0xDA5A89) is known color: Dark Pink. HEX triplet: DA, 5A and 89. RGB value is (218,90,137). Sum of RGB (Red+Green+Blue) = 218+90+137=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 90 (35.55% from 255 or 20.22% from 445); Blue value is 137 (53.91% from 255 or 30.79% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5A89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5A89 is #25A576. Grayscale: #858585. Windows color (decimal): -2467191 or 9001690. OLE color: 9001690.
HSL color Cylindrical-coordinate representation of color #DA5A89: hue angle of 337.97º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA5A89 is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 90 | 137 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.15 |
| HSL | 337.97º | 0.63% | 0.6% | - |
| HSV(B) | 337.97º | 0.59% | 0.85% | - |
| XYZ | 37.08 | 24.02 | 26.35 | - |
| YUV | 133.63 | 129.91 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 90 | 137 | 0 | 0.59 | 0.37 | 0.15 | 337.97 | 0.63 | 0.6 |
| Hex | DA | 5A | 89 | 0 | 3B | 25 | F | 152 | 3F | 3C |
| Octal | 332 | 132 | 211 | 0 | 73 | 45 | 17 | 522 | 77 | 74 |
| Binary | 11011010 | 1011010 | 10001001 | 0 | 111011 | 100101 | 1111 | 101010010 | 111111 | 111100 |
Color Harmonies of #DA5A89
Complementary color
Monochromatic Colors of #DA5A89
Black with #DA5A89
Text Example
Text Example
White with #DA5A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5A89; }
p { color: rgb(218,90,137); }
H1.HeaderClassName
{
color: #DA5A89;
}
.AnyTagClassName
{
color: #DA5A89;
}
</style>
background-color css
<style>
a { background-color: #DA5A89; }
a { background-color: rgb(218,90,137); }
div.DivClassName
{
background-color: #DA5A89;
}
.BgClassName
{
background-color: #DA5A89;
}
</style>
border-color css
<style>
span { border-color: #DA5A89; }
span { border-color: rgb(218,90,137); }
td.TdClassName
{
border-color: #DA5A89;
}
.TagClassName
{
border-color: #DA5A89;
}
</style>