Shades of Dark Pink #DA5690
Tints of Dark Pink #DA5690
RGB
CMYK
RGB Variations
Color information
#DA5690 (or 0xDA5690) is known color: Dark Pink. HEX triplet: DA, 56 and 90. RGB value is (218,86,144). Sum of RGB (Red+Green+Blue) = 218+86+144=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 86 (33.98% from 255 or 19.20% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5690 is #25A96F. Grayscale: #838383. Windows color (decimal): -2468208 or 9459418. OLE color: 9459418.
HSL color Cylindrical-coordinate representation of color #DA5690: hue angle of 333.64º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA5690 is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 86 | 144 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.15 |
| HSL | 333.64º | 0.64% | 0.6% | - |
| HSV(B) | 333.64º | 0.61% | 0.85% | - |
| XYZ | 37.28 | 23.57 | 28.97 | - |
| YUV | 132.08 | 134.73 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 86 | 144 | 0 | 0.61 | 0.34 | 0.15 | 333.64 | 0.64 | 0.6 |
| Hex | DA | 56 | 90 | 0 | 3D | 22 | F | 14E | 40 | 3C |
| Octal | 332 | 126 | 220 | 0 | 75 | 42 | 17 | 516 | 100 | 74 |
| Binary | 11011010 | 1010110 | 10010000 | 0 | 111101 | 100010 | 1111 | 101001110 | 1000000 | 111100 |
Color Harmonies of #DA5690
Complementary color
Monochromatic Colors of #DA5690
Black with #DA5690
Text Example
Text Example
White with #DA5690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5690; }
p { color: rgb(218,86,144); }
H1.HeaderClassName
{
color: #DA5690;
}
.AnyTagClassName
{
color: #DA5690;
}
</style>
background-color css
<style>
a { background-color: #DA5690; }
a { background-color: rgb(218,86,144); }
div.DivClassName
{
background-color: #DA5690;
}
.BgClassName
{
background-color: #DA5690;
}
</style>
border-color css
<style>
span { border-color: #DA5690; }
span { border-color: rgb(218,86,144); }
td.TdClassName
{
border-color: #DA5690;
}
.TagClassName
{
border-color: #DA5690;
}
</style>