Shades of Dark Pink #DA5D87
Tints of Dark Pink #DA5D87
RGB
CMYK
RGB Variations
Color information
#DA5D87 (or 0xDA5D87) is known color: Dark Pink. HEX triplet: DA, 5D and 87. RGB value is (218,93,135). Sum of RGB (Red+Green+Blue) = 218+93+135=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 93 (36.72% from 255 or 20.85% from 446); Blue value is 135 (53.12% from 255 or 30.27% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5D87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5D87 is #25A278. Grayscale: #878787. Windows color (decimal): -2466425 or 8871386. OLE color: 8871386.
HSL color Cylindrical-coordinate representation of color #DA5D87: hue angle of 339.84º 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 #DA5D87 is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 93 | 135 | - |
| CMYK | 0 | 0.57 | 0.38 | 0.15 |
| HSL | 339.84º | 0.63% | 0.61% | - |
| HSV(B) | 339.84º | 0.57% | 0.85% | - |
| XYZ | 37.2 | 24.48 | 25.69 | - |
| YUV | 135.16 | 127.91 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 93 | 135 | 0 | 0.57 | 0.38 | 0.15 | 339.84 | 0.63 | 0.61 |
| Hex | DA | 5D | 87 | 0 | 39 | 26 | F | 154 | 3F | 3D |
| Octal | 332 | 135 | 207 | 0 | 71 | 46 | 17 | 524 | 77 | 75 |
| Binary | 11011010 | 1011101 | 10000111 | 0 | 111001 | 100110 | 1111 | 101010100 | 111111 | 111101 |
Color Harmonies of #DA5D87
Complementary color
Monochromatic Colors of #DA5D87
Black with #DA5D87
Text Example
Text Example
White with #DA5D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5D87; }
p { color: rgb(218,93,135); }
H1.HeaderClassName
{
color: #DA5D87;
}
.AnyTagClassName
{
color: #DA5D87;
}
</style>
background-color css
<style>
a { background-color: #DA5D87; }
a { background-color: rgb(218,93,135); }
div.DivClassName
{
background-color: #DA5D87;
}
.BgClassName
{
background-color: #DA5D87;
}
</style>
border-color css
<style>
span { border-color: #DA5D87; }
span { border-color: rgb(218,93,135); }
td.TdClassName
{
border-color: #DA5D87;
}
.TagClassName
{
border-color: #DA5D87;
}
</style>