Shades of Dark Pink #DA588E
Tints of Dark Pink #DA588E
RGB
CMYK
RGB Variations
Color information
#DA588E (or 0xDA588E) is known color: Dark Pink. HEX triplet: DA, 58 and 8E. RGB value is (218,88,142). Sum of RGB (Red+Green+Blue) = 218+88+142=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 88 (34.77% from 255 or 19.64% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA588E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA588E is #25A771. Grayscale: #848484. Windows color (decimal): -2467698 or 9328858. OLE color: 9328858.
HSL color Cylindrical-coordinate representation of color #DA588E: hue angle of 335.08º 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 #DA588E is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 88 | 142 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.15 |
| HSL | 335.08º | 0.64% | 0.6% | - |
| HSV(B) | 335.08º | 0.6% | 0.85% | - |
| XYZ | 37.29 | 23.84 | 28.23 | - |
| YUV | 133.03 | 133.07 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 88 | 142 | 0 | 0.60 | 0.35 | 0.15 | 335.08 | 0.64 | 0.6 |
| Hex | DA | 58 | 8E | 0 | 3C | 23 | F | 14F | 40 | 3C |
| Octal | 332 | 130 | 216 | 0 | 74 | 43 | 17 | 517 | 100 | 74 |
| Binary | 11011010 | 1011000 | 10001110 | 0 | 111100 | 100011 | 1111 | 101001111 | 1000000 | 111100 |
Color Harmonies of #DA588E
Complementary color
Monochromatic Colors of #DA588E
Black with #DA588E
Text Example
Text Example
White with #DA588E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA588E; }
p { color: rgb(218,88,142); }
H1.HeaderClassName
{
color: #DA588E;
}
.AnyTagClassName
{
color: #DA588E;
}
</style>
background-color css
<style>
a { background-color: #DA588E; }
a { background-color: rgb(218,88,142); }
div.DivClassName
{
background-color: #DA588E;
}
.BgClassName
{
background-color: #DA588E;
}
</style>
border-color css
<style>
span { border-color: #DA588E; }
span { border-color: rgb(218,88,142); }
td.TdClassName
{
border-color: #DA588E;
}
.TagClassName
{
border-color: #DA588E;
}
</style>