Shades of Dark Pink #DA5C89
Tints of Dark Pink #DA5C89
RGB
CMYK
RGB Variations
Color information
#DA5C89 (or 0xDA5C89) is known color: Dark Pink. HEX triplet: DA, 5C and 89. RGB value is (218,92,137). Sum of RGB (Red+Green+Blue) = 218+92+137=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 137 (53.91% from 255 or 30.65% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5C89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5C89 is #25A376. Grayscale: #868686. Windows color (decimal): -2466679 or 9002202. OLE color: 9002202.
HSL color Cylindrical-coordinate representation of color #DA5C89: hue angle of 338.57º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DA5C89 is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 92 | 137 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.15 |
| HSL | 338.57º | 0.63% | 0.61% | - |
| HSV(B) | 338.57º | 0.58% | 0.85% | - |
| XYZ | 37.26 | 24.37 | 26.41 | - |
| YUV | 134.8 | 129.24 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 92 | 137 | 0 | 0.58 | 0.37 | 0.15 | 338.57 | 0.63 | 0.61 |
| Hex | DA | 5C | 89 | 0 | 3A | 25 | F | 153 | 3F | 3D |
| Octal | 332 | 134 | 211 | 0 | 72 | 45 | 17 | 523 | 77 | 75 |
| Binary | 11011010 | 1011100 | 10001001 | 0 | 111010 | 100101 | 1111 | 101010011 | 111111 | 111101 |
Color Harmonies of #DA5C89
Complementary color
Monochromatic Colors of #DA5C89
Black with #DA5C89
Text Example
Text Example
White with #DA5C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5C89; }
p { color: rgb(218,92,137); }
H1.HeaderClassName
{
color: #DA5C89;
}
.AnyTagClassName
{
color: #DA5C89;
}
</style>
background-color css
<style>
a { background-color: #DA5C89; }
a { background-color: rgb(218,92,137); }
div.DivClassName
{
background-color: #DA5C89;
}
.BgClassName
{
background-color: #DA5C89;
}
</style>
border-color css
<style>
span { border-color: #DA5C89; }
span { border-color: rgb(218,92,137); }
td.TdClassName
{
border-color: #DA5C89;
}
.TagClassName
{
border-color: #DA5C89;
}
</style>