Shades of Dark Pink #DA598D
Tints of Dark Pink #DA598D
RGB
CMYK
RGB Variations
Color information
#DA598D (or 0xDA598D) is known color: Dark Pink. HEX triplet: DA, 59 and 8D. RGB value is (218,89,141). Sum of RGB (Red+Green+Blue) = 218+89+141=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA598D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA598D is #25A672. Grayscale: #858585. Windows color (decimal): -2467443 or 9263578. OLE color: 9263578.
HSL color Cylindrical-coordinate representation of color #DA598D: hue angle of 335.81º 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 #DA598D is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 89 | 141 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.15 |
| HSL | 335.81º | 0.64% | 0.6% | - |
| HSV(B) | 335.81º | 0.59% | 0.85% | - |
| XYZ | 37.29 | 23.97 | 27.86 | - |
| YUV | 133.5 | 132.24 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 89 | 141 | 0 | 0.59 | 0.35 | 0.15 | 335.81 | 0.64 | 0.6 |
| Hex | DA | 59 | 8D | 0 | 3B | 23 | F | 150 | 40 | 3C |
| Octal | 332 | 131 | 215 | 0 | 73 | 43 | 17 | 520 | 100 | 74 |
| Binary | 11011010 | 1011001 | 10001101 | 0 | 111011 | 100011 | 1111 | 101010000 | 1000000 | 111100 |
Color Harmonies of #DA598D
Complementary color
Monochromatic Colors of #DA598D
Black with #DA598D
Text Example
Text Example
White with #DA598D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA598D; }
p { color: rgb(218,89,141); }
H1.HeaderClassName
{
color: #DA598D;
}
.AnyTagClassName
{
color: #DA598D;
}
</style>
background-color css
<style>
a { background-color: #DA598D; }
a { background-color: rgb(218,89,141); }
div.DivClassName
{
background-color: #DA598D;
}
.BgClassName
{
background-color: #DA598D;
}
</style>
border-color css
<style>
span { border-color: #DA598D; }
span { border-color: rgb(218,89,141); }
td.TdClassName
{
border-color: #DA598D;
}
.TagClassName
{
border-color: #DA598D;
}
</style>