Shades of Dark Pink #DA5D89
Tints of Dark Pink #DA5D89
RGB
CMYK
RGB Variations
Color information
#DA5D89 (or 0xDA5D89) is known color: Dark Pink. HEX triplet: DA, 5D and 89. RGB value is (218,93,137). Sum of RGB (Red+Green+Blue) = 218+93+137=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 137 (53.91% from 255 or 30.58% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5D89 is #25A276. Grayscale: #878787. Windows color (decimal): -2466423 or 9002458. OLE color: 9002458.
HSL color Cylindrical-coordinate representation of color #DA5D89: hue angle of 338.88º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA5D89 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 93 | 137 | - |
| CMYK | 0 | 0.57 | 0.37 | 0.15 |
| HSL | 338.88º | 0.63% | 0.61% | - |
| HSV(B) | 338.88º | 0.57% | 0.85% | - |
| XYZ | 37.34 | 24.54 | 26.44 | - |
| YUV | 135.39 | 128.91 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 93 | 137 | 0 | 0.57 | 0.37 | 0.15 | 338.88 | 0.63 | 0.61 |
| Hex | DA | 5D | 89 | 0 | 39 | 25 | F | 153 | 3F | 3D |
| Octal | 332 | 135 | 211 | 0 | 71 | 45 | 17 | 523 | 77 | 75 |
| Binary | 11011010 | 1011101 | 10001001 | 0 | 111001 | 100101 | 1111 | 101010011 | 111111 | 111101 |
Color Harmonies of #DA5D89
Complementary color
Monochromatic Colors of #DA5D89
Black with #DA5D89
Text Example
Text Example
White with #DA5D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5D89; }
p { color: rgb(218,93,137); }
H1.HeaderClassName
{
color: #DA5D89;
}
.AnyTagClassName
{
color: #DA5D89;
}
</style>
background-color css
<style>
a { background-color: #DA5D89; }
a { background-color: rgb(218,93,137); }
div.DivClassName
{
background-color: #DA5D89;
}
.BgClassName
{
background-color: #DA5D89;
}
</style>
border-color css
<style>
span { border-color: #DA5D89; }
span { border-color: rgb(218,93,137); }
td.TdClassName
{
border-color: #DA5D89;
}
.TagClassName
{
border-color: #DA5D89;
}
</style>