Shades of Dark Pink #DA588A
Tints of Dark Pink #DA588A
RGB
CMYK
RGB Variations
Color information
#DA588A (or 0xDA588A) is known color: Dark Pink. HEX triplet: DA, 58 and 8A. RGB value is (218,88,138). Sum of RGB (Red+Green+Blue) = 218+88+138=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 88 (34.77% from 255 or 19.82% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DA588A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA588A is #25A775. Grayscale: #848484. Windows color (decimal): -2467702 or 9066714. OLE color: 9066714.
HSL color Cylindrical-coordinate representation of color #DA588A: hue angle of 336.92º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA588A is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 88 | 138 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.15 |
| HSL | 336.92º | 0.64% | 0.6% | - |
| HSV(B) | 336.92º | 0.6% | 0.85% | - |
| XYZ | 36.99 | 23.72 | 26.67 | - |
| YUV | 132.57 | 131.07 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 88 | 138 | 0 | 0.60 | 0.37 | 0.15 | 336.92 | 0.64 | 0.6 |
| Hex | DA | 58 | 8A | 0 | 3C | 25 | F | 151 | 40 | 3C |
| Octal | 332 | 130 | 212 | 0 | 74 | 45 | 17 | 521 | 100 | 74 |
| Binary | 11011010 | 1011000 | 10001010 | 0 | 111100 | 100101 | 1111 | 101010001 | 1000000 | 111100 |
Color Harmonies of #DA588A
Complementary color
Monochromatic Colors of #DA588A
Black with #DA588A
Text Example
Text Example
White with #DA588A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA588A; }
p { color: rgb(218,88,138); }
H1.HeaderClassName
{
color: #DA588A;
}
.AnyTagClassName
{
color: #DA588A;
}
</style>
background-color css
<style>
a { background-color: #DA588A; }
a { background-color: rgb(218,88,138); }
div.DivClassName
{
background-color: #DA588A;
}
.BgClassName
{
background-color: #DA588A;
}
</style>
border-color css
<style>
span { border-color: #DA588A; }
span { border-color: rgb(218,88,138); }
td.TdClassName
{
border-color: #DA588A;
}
.TagClassName
{
border-color: #DA588A;
}
</style>