Shades of Dark Pink #DA5791
Tints of Dark Pink #DA5791
RGB
CMYK
RGB Variations
Color information
#DA5791 (or 0xDA5791) is known color: Dark Pink. HEX triplet: DA, 57 and 91. RGB value is (218,87,145). Sum of RGB (Red+Green+Blue) = 218+87+145=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 87 (34.38% from 255 or 19.33% from 450); Blue value is 145 (57.03% from 255 or 32.22% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5791 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5791 is #25A86E. Grayscale: #848484. Windows color (decimal): -2467951 or 9525210. OLE color: 9525210.
HSL color Cylindrical-coordinate representation of color #DA5791: hue angle of 333.44º 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 #DA5791 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 87 | 145 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.15 |
| HSL | 333.44º | 0.64% | 0.6% | - |
| HSV(B) | 333.44º | 0.6% | 0.85% | - |
| XYZ | 37.43 | 23.77 | 29.4 | - |
| YUV | 132.78 | 134.9 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 87 | 145 | 0 | 0.60 | 0.33 | 0.15 | 333.44 | 0.64 | 0.6 |
| Hex | DA | 57 | 91 | 0 | 3C | 21 | F | 14D | 40 | 3C |
| Octal | 332 | 127 | 221 | 0 | 74 | 41 | 17 | 515 | 100 | 74 |
| Binary | 11011010 | 1010111 | 10010001 | 0 | 111100 | 100001 | 1111 | 101001101 | 1000000 | 111100 |
Color Harmonies of #DA5791
Complementary color
Monochromatic Colors of #DA5791
Black with #DA5791
Text Example
Text Example
White with #DA5791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5791; }
p { color: rgb(218,87,145); }
H1.HeaderClassName
{
color: #DA5791;
}
.AnyTagClassName
{
color: #DA5791;
}
</style>
background-color css
<style>
a { background-color: #DA5791; }
a { background-color: rgb(218,87,145); }
div.DivClassName
{
background-color: #DA5791;
}
.BgClassName
{
background-color: #DA5791;
}
</style>
border-color css
<style>
span { border-color: #DA5791; }
span { border-color: rgb(218,87,145); }
td.TdClassName
{
border-color: #DA5791;
}
.TagClassName
{
border-color: #DA5791;
}
</style>