Shades of Dark Pink #DA5691
Tints of Dark Pink #DA5691
RGB
CMYK
RGB Variations
Color information
#DA5691 (or 0xDA5691) is known color: Dark Pink. HEX triplet: DA, 56 and 91. RGB value is (218,86,145). Sum of RGB (Red+Green+Blue) = 218+86+145=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 145 (57.03% from 255 or 32.29% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5691 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5691 is #25A96E. Grayscale: #848484. Windows color (decimal): -2468207 or 9524954. OLE color: 9524954.
HSL color Cylindrical-coordinate representation of color #DA5691: hue angle of 333.18º 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 #DA5691 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 86 | 145 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.15 |
| HSL | 333.18º | 0.64% | 0.6% | - |
| HSV(B) | 333.18º | 0.61% | 0.85% | - |
| XYZ | 37.35 | 23.61 | 29.38 | - |
| YUV | 132.19 | 135.23 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 86 | 145 | 0 | 0.61 | 0.33 | 0.15 | 333.18 | 0.64 | 0.6 |
| Hex | DA | 56 | 91 | 0 | 3D | 21 | F | 14D | 40 | 3C |
| Octal | 332 | 126 | 221 | 0 | 75 | 41 | 17 | 515 | 100 | 74 |
| Binary | 11011010 | 1010110 | 10010001 | 0 | 111101 | 100001 | 1111 | 101001101 | 1000000 | 111100 |
Color Harmonies of #DA5691
Complementary color
Monochromatic Colors of #DA5691
Black with #DA5691
Text Example
Text Example
White with #DA5691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5691; }
p { color: rgb(218,86,145); }
H1.HeaderClassName
{
color: #DA5691;
}
.AnyTagClassName
{
color: #DA5691;
}
</style>
background-color css
<style>
a { background-color: #DA5691; }
a { background-color: rgb(218,86,145); }
div.DivClassName
{
background-color: #DA5691;
}
.BgClassName
{
background-color: #DA5691;
}
</style>
border-color css
<style>
span { border-color: #DA5691; }
span { border-color: rgb(218,86,145); }
td.TdClassName
{
border-color: #DA5691;
}
.TagClassName
{
border-color: #DA5691;
}
</style>