Shades of Dark Pink #DA5590
Tints of Dark Pink #DA5590
RGB
CMYK
RGB Variations
Color information
#DA5590 (or 0xDA5590) is known color: Dark Pink. HEX triplet: DA, 55 and 90. RGB value is (218,85,144). Sum of RGB (Red+Green+Blue) = 218+85+144=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 85 (33.59% from 255 or 19.02% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5590 is #25AA6F. Grayscale: #838383. Windows color (decimal): -2468464 or 9459162. OLE color: 9459162.
HSL color Cylindrical-coordinate representation of color #DA5590: hue angle of 333.38º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA5590 is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 85 | 144 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.15 |
| HSL | 333.38º | 0.64% | 0.59% | - |
| HSV(B) | 333.38º | 0.61% | 0.85% | - |
| XYZ | 37.2 | 23.42 | 28.94 | - |
| YUV | 131.49 | 135.06 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 85 | 144 | 0 | 0.61 | 0.34 | 0.15 | 333.38 | 0.64 | 0.59 |
| Hex | DA | 55 | 90 | 0 | 3D | 22 | F | 14D | 40 | 3B |
| Octal | 332 | 125 | 220 | 0 | 75 | 42 | 17 | 515 | 100 | 73 |
| Binary | 11011010 | 1010101 | 10010000 | 0 | 111101 | 100010 | 1111 | 101001101 | 1000000 | 111011 |
Color Harmonies of #DA5590
Complementary color
Monochromatic Colors of #DA5590
Black with #DA5590
Text Example
Text Example
White with #DA5590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5590; }
p { color: rgb(218,85,144); }
H1.HeaderClassName
{
color: #DA5590;
}
.AnyTagClassName
{
color: #DA5590;
}
</style>
background-color css
<style>
a { background-color: #DA5590; }
a { background-color: rgb(218,85,144); }
div.DivClassName
{
background-color: #DA5590;
}
.BgClassName
{
background-color: #DA5590;
}
</style>
border-color css
<style>
span { border-color: #DA5590; }
span { border-color: rgb(218,85,144); }
td.TdClassName
{
border-color: #DA5590;
}
.TagClassName
{
border-color: #DA5590;
}
</style>