Shades of Dark Pink #DA5891
Tints of Dark Pink #DA5891
RGB
CMYK
RGB Variations
Color information
#DA5891 (or 0xDA5891) is known color: Dark Pink. HEX triplet: DA, 58 and 91. RGB value is (218,88,145). Sum of RGB (Red+Green+Blue) = 218+88+145=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 88 (34.77% from 255 or 19.51% from 451); Blue value is 145 (57.03% from 255 or 32.15% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5891 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5891 is #25A76E. Grayscale: #858585. Windows color (decimal): -2467695 or 9525466. OLE color: 9525466.
HSL color Cylindrical-coordinate representation of color #DA5891: hue angle of 333.69º 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 #DA5891 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 88 | 145 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.15 |
| HSL | 333.69º | 0.64% | 0.6% | - |
| HSV(B) | 333.69º | 0.6% | 0.85% | - |
| XYZ | 37.51 | 23.93 | 29.43 | - |
| YUV | 133.37 | 134.57 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 88 | 145 | 0 | 0.60 | 0.33 | 0.15 | 333.69 | 0.64 | 0.6 |
| Hex | DA | 58 | 91 | 0 | 3C | 21 | F | 14E | 40 | 3C |
| Octal | 332 | 130 | 221 | 0 | 74 | 41 | 17 | 516 | 100 | 74 |
| Binary | 11011010 | 1011000 | 10010001 | 0 | 111100 | 100001 | 1111 | 101001110 | 1000000 | 111100 |
Color Harmonies of #DA5891
Complementary color
Monochromatic Colors of #DA5891
Black with #DA5891
Text Example
Text Example
White with #DA5891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5891; }
p { color: rgb(218,88,145); }
H1.HeaderClassName
{
color: #DA5891;
}
.AnyTagClassName
{
color: #DA5891;
}
</style>
background-color css
<style>
a { background-color: #DA5891; }
a { background-color: rgb(218,88,145); }
div.DivClassName
{
background-color: #DA5891;
}
.BgClassName
{
background-color: #DA5891;
}
</style>
border-color css
<style>
span { border-color: #DA5891; }
span { border-color: rgb(218,88,145); }
td.TdClassName
{
border-color: #DA5891;
}
.TagClassName
{
border-color: #DA5891;
}
</style>