Shades of Dark Pink #DA5E86
Tints of Dark Pink #DA5E86
RGB
CMYK
RGB Variations
Color information
#DA5E86 (or 0xDA5E86) is known color: Dark Pink. HEX triplet: DA, 5E and 86. RGB value is (218,94,134). Sum of RGB (Red+Green+Blue) = 218+94+134=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 94 (37.11% from 255 or 21.08% from 446); Blue value is 134 (52.73% from 255 or 30.04% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5E86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5E86 is #25A179. Grayscale: #878787. Windows color (decimal): -2466170 or 8806106. OLE color: 8806106.
HSL color Cylindrical-coordinate representation of color #DA5E86: hue angle of 340.65º 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 #DA5E86 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 94 | 134 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.15 |
| HSL | 340.65º | 0.63% | 0.61% | - |
| HSV(B) | 340.65º | 0.57% | 0.85% | - |
| XYZ | 37.22 | 24.63 | 25.35 | - |
| YUV | 135.64 | 127.08 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 94 | 134 | 0 | 0.57 | 0.39 | 0.15 | 340.65 | 0.63 | 0.61 |
| Hex | DA | 5E | 86 | 0 | 39 | 27 | F | 155 | 3F | 3D |
| Octal | 332 | 136 | 206 | 0 | 71 | 47 | 17 | 525 | 77 | 75 |
| Binary | 11011010 | 1011110 | 10000110 | 0 | 111001 | 100111 | 1111 | 101010101 | 111111 | 111101 |
Color Harmonies of #DA5E86
Complementary color
Monochromatic Colors of #DA5E86
Black with #DA5E86
Text Example
Text Example
White with #DA5E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5E86; }
p { color: rgb(218,94,134); }
H1.HeaderClassName
{
color: #DA5E86;
}
.AnyTagClassName
{
color: #DA5E86;
}
</style>
background-color css
<style>
a { background-color: #DA5E86; }
a { background-color: rgb(218,94,134); }
div.DivClassName
{
background-color: #DA5E86;
}
.BgClassName
{
background-color: #DA5E86;
}
</style>
border-color css
<style>
span { border-color: #DA5E86; }
span { border-color: rgb(218,94,134); }
td.TdClassName
{
border-color: #DA5E86;
}
.TagClassName
{
border-color: #DA5E86;
}
</style>