Shades of My Pink #DA8E87
Tints of My Pink #DA8E87
RGB
CMYK
RGB Variations
Color information
#DA8E87 (or 0xDA8E87) is known color: My Pink. HEX triplet: DA, 8E and 87. RGB value is (218,142,135). Sum of RGB (Red+Green+Blue) = 218+142+135=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 142 (55.86% from 255 or 28.69% from 495); Blue value is 135 (53.12% from 255 or 27.27% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8E87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8E87 is #257178. Grayscale: #A4A4A4. Windows color (decimal): -2453881 or 8883930. OLE color: 8883930.
HSL color Cylindrical-coordinate representation of color #DA8E87: hue angle of 5.06º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA8E87 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 142 | 135 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.15 |
| HSL | 5.06º | 0.53% | 0.69% | - |
| HSV(B) | 5.06º | 0.38% | 0.85% | - |
| XYZ | 42.96 | 36 | 27.61 | - |
| YUV | 163.93 | 111.68 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 142 | 135 | 0 | 0.35 | 0.38 | 0.15 | 5.06 | 0.53 | 0.69 |
| Hex | DA | 8E | 87 | 0 | 23 | 26 | F | 5 | 35 | 45 |
| Octal | 332 | 216 | 207 | 0 | 43 | 46 | 17 | 5 | 65 | 105 |
| Binary | 11011010 | 10001110 | 10000111 | 0 | 100011 | 100110 | 1111 | 101 | 110101 | 1000101 |
Color Harmonies of #DA8E87
Complementary color
Monochromatic Colors of #DA8E87
Black with #DA8E87
Text Example
Text Example
White with #DA8E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8E87; }
p { color: rgb(218,142,135); }
H1.HeaderClassName
{
color: #DA8E87;
}
.AnyTagClassName
{
color: #DA8E87;
}
</style>
background-color css
<style>
a { background-color: #DA8E87; }
a { background-color: rgb(218,142,135); }
div.DivClassName
{
background-color: #DA8E87;
}
.BgClassName
{
background-color: #DA8E87;
}
</style>
border-color css
<style>
span { border-color: #DA8E87; }
span { border-color: rgb(218,142,135); }
td.TdClassName
{
border-color: #DA8E87;
}
.TagClassName
{
border-color: #DA8E87;
}
</style>