Shades of Dark Pink #DA5C86
Tints of Dark Pink #DA5C86
RGB
CMYK
RGB Variations
Color information
#DA5C86 (or 0xDA5C86) is known color: Dark Pink. HEX triplet: DA, 5C and 86. RGB value is (218,92,134). Sum of RGB (Red+Green+Blue) = 218+92+134=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 92 (36.33% from 255 or 20.72% from 444); Blue value is 134 (52.73% from 255 or 30.18% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5C86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5C86 is #25A379. Grayscale: #868686. Windows color (decimal): -2466682 or 8805594. OLE color: 8805594.
HSL color Cylindrical-coordinate representation of color #DA5C86: hue angle of 340º 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 #DA5C86 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 92 | 134 | - |
| CMYK | 0 | 0.58 | 0.39 | 0.15 |
| HSL | 340º | 0.63% | 0.61% | - |
| HSV(B) | 340º | 0.58% | 0.85% | - |
| XYZ | 37.04 | 24.28 | 25.29 | - |
| YUV | 134.46 | 127.74 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 92 | 134 | 0 | 0.58 | 0.39 | 0.15 | 340 | 0.63 | 0.61 |
| Hex | DA | 5C | 86 | 0 | 3A | 27 | F | 154 | 3F | 3D |
| Octal | 332 | 134 | 206 | 0 | 72 | 47 | 17 | 524 | 77 | 75 |
| Binary | 11011010 | 1011100 | 10000110 | 0 | 111010 | 100111 | 1111 | 101010100 | 111111 | 111101 |
Color Harmonies of #DA5C86
Complementary color
Monochromatic Colors of #DA5C86
Black with #DA5C86
Text Example
Text Example
White with #DA5C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5C86; }
p { color: rgb(218,92,134); }
H1.HeaderClassName
{
color: #DA5C86;
}
.AnyTagClassName
{
color: #DA5C86;
}
</style>
background-color css
<style>
a { background-color: #DA5C86; }
a { background-color: rgb(218,92,134); }
div.DivClassName
{
background-color: #DA5C86;
}
.BgClassName
{
background-color: #DA5C86;
}
</style>
border-color css
<style>
span { border-color: #DA5C86; }
span { border-color: rgb(218,92,134); }
td.TdClassName
{
border-color: #DA5C86;
}
.TagClassName
{
border-color: #DA5C86;
}
</style>