Shades of Dark Pink #DA598E
Tints of Dark Pink #DA598E
RGB
CMYK
RGB Variations
Color information
#DA598E (or 0xDA598E) is known color: Dark Pink. HEX triplet: DA, 59 and 8E. RGB value is (218,89,142). Sum of RGB (Red+Green+Blue) = 218+89+142=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 142 (55.86% from 255 or 31.63% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DA598E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA598E is #25A671. Grayscale: #858585. Windows color (decimal): -2467442 or 9329114. OLE color: 9329114.
HSL color Cylindrical-coordinate representation of color #DA598E: hue angle of 335.35º degrees, saturation: 0.64, 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 #DA598E is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 89 | 142 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.15 |
| HSL | 335.35º | 0.64% | 0.6% | - |
| HSV(B) | 335.35º | 0.59% | 0.85% | - |
| XYZ | 37.37 | 24 | 28.25 | - |
| YUV | 133.61 | 132.74 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 89 | 142 | 0 | 0.59 | 0.35 | 0.15 | 335.35 | 0.64 | 0.6 |
| Hex | DA | 59 | 8E | 0 | 3B | 23 | F | 14F | 40 | 3C |
| Octal | 332 | 131 | 216 | 0 | 73 | 43 | 17 | 517 | 100 | 74 |
| Binary | 11011010 | 1011001 | 10001110 | 0 | 111011 | 100011 | 1111 | 101001111 | 1000000 | 111100 |
Color Harmonies of #DA598E
Complementary color
Monochromatic Colors of #DA598E
Black with #DA598E
Text Example
Text Example
White with #DA598E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA598E; }
p { color: rgb(218,89,142); }
H1.HeaderClassName
{
color: #DA598E;
}
.AnyTagClassName
{
color: #DA598E;
}
</style>
background-color css
<style>
a { background-color: #DA598E; }
a { background-color: rgb(218,89,142); }
div.DivClassName
{
background-color: #DA598E;
}
.BgClassName
{
background-color: #DA598E;
}
</style>
border-color css
<style>
span { border-color: #DA598E; }
span { border-color: rgb(218,89,142); }
td.TdClassName
{
border-color: #DA598E;
}
.TagClassName
{
border-color: #DA598E;
}
</style>