Shades of Dark Pink #DA5289
Tints of Dark Pink #DA5289
RGB
CMYK
RGB Variations
Color information
#DA5289 (or 0xDA5289) is known color: Dark Pink. HEX triplet: DA, 52 and 89. RGB value is (218,82,137). Sum of RGB (Red+Green+Blue) = 218+82+137=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 137 (53.91% from 255 or 31.35% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5289 is #25AD76. Grayscale: #808080. Windows color (decimal): -2469239 or 8999642. OLE color: 8999642.
HSL color Cylindrical-coordinate representation of color #DA5289: hue angle of 335.74º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA5289 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 82 | 137 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.15 |
| HSL | 335.74º | 0.65% | 0.59% | - |
| HSV(B) | 335.74º | 0.62% | 0.85% | - |
| XYZ | 36.45 | 22.75 | 26.14 | - |
| YUV | 128.93 | 132.56 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 82 | 137 | 0 | 0.62 | 0.37 | 0.15 | 335.74 | 0.65 | 0.59 |
| Hex | DA | 52 | 89 | 0 | 3E | 25 | F | 150 | 41 | 3B |
| Octal | 332 | 122 | 211 | 0 | 76 | 45 | 17 | 520 | 101 | 73 |
| Binary | 11011010 | 1010010 | 10001001 | 0 | 111110 | 100101 | 1111 | 101010000 | 1000001 | 111011 |
Color Harmonies of #DA5289
Complementary color
Monochromatic Colors of #DA5289
Black with #DA5289
Text Example
Text Example
White with #DA5289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5289; }
p { color: rgb(218,82,137); }
H1.HeaderClassName
{
color: #DA5289;
}
.AnyTagClassName
{
color: #DA5289;
}
</style>
background-color css
<style>
a { background-color: #DA5289; }
a { background-color: rgb(218,82,137); }
div.DivClassName
{
background-color: #DA5289;
}
.BgClassName
{
background-color: #DA5289;
}
</style>
border-color css
<style>
span { border-color: #DA5289; }
span { border-color: rgb(218,82,137); }
td.TdClassName
{
border-color: #DA5289;
}
.TagClassName
{
border-color: #DA5289;
}
</style>