Shades of My Pink #DA8D89
Tints of My Pink #DA8D89
RGB
CMYK
RGB Variations
Color information
#DA8D89 (or 0xDA8D89) is known color: My Pink. HEX triplet: DA, 8D and 89. RGB value is (218,141,137). Sum of RGB (Red+Green+Blue) = 218+141+137=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 137 (53.91% from 255 or 27.62% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8D89 is #257276. Grayscale: #A3A3A3. Windows color (decimal): -2454135 or 9014746. OLE color: 9014746.
HSL color Cylindrical-coordinate representation of color #DA8D89: hue angle of 2.96º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA8D89 is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 141 | 137 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.15 |
| HSL | 2.96º | 0.52% | 0.7% | - |
| HSV(B) | 2.96º | 0.37% | 0.85% | - |
| XYZ | 42.95 | 35.76 | 28.31 | - |
| YUV | 163.57 | 113.01 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 141 | 137 | 0 | 0.35 | 0.37 | 0.15 | 2.96 | 0.52 | 0.7 |
| Hex | DA | 8D | 89 | 0 | 23 | 25 | F | 3 | 34 | 46 |
| Octal | 332 | 215 | 211 | 0 | 43 | 45 | 17 | 3 | 64 | 106 |
| Binary | 11011010 | 10001101 | 10001001 | 0 | 100011 | 100101 | 1111 | 11 | 110100 | 1000110 |
Color Harmonies of #DA8D89
Complementary color
Monochromatic Colors of #DA8D89
Black with #DA8D89
Text Example
Text Example
White with #DA8D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8D89; }
p { color: rgb(218,141,137); }
H1.HeaderClassName
{
color: #DA8D89;
}
.AnyTagClassName
{
color: #DA8D89;
}
</style>
background-color css
<style>
a { background-color: #DA8D89; }
a { background-color: rgb(218,141,137); }
div.DivClassName
{
background-color: #DA8D89;
}
.BgClassName
{
background-color: #DA8D89;
}
</style>
border-color css
<style>
span { border-color: #DA8D89; }
span { border-color: rgb(218,141,137); }
td.TdClassName
{
border-color: #DA8D89;
}
.TagClassName
{
border-color: #DA8D89;
}
</style>