Shades of My Pink #DA897F
Tints of My Pink #DA897F
RGB
CMYK
RGB Variations
Color information
#DA897F (or 0xDA897F) is known color: My Pink. HEX triplet: DA, 89 and 7F. RGB value is (218,137,127). Sum of RGB (Red+Green+Blue) = 218+137+127=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DA897F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA897F is #257680. Grayscale: #A0A0A0. Windows color (decimal): -2455169 or 8358362. OLE color: 8358362.
HSL color Cylindrical-coordinate representation of color #DA897F: hue angle of 6.59º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA897F is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 137 | 127 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.15 |
| HSL | 6.59º | 0.55% | 0.68% | - |
| HSV(B) | 6.59º | 0.42% | 0.85% | - |
| XYZ | 41.69 | 34.33 | 24.51 | - |
| YUV | 160.08 | 109.34 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 137 | 127 | 0 | 0.37 | 0.42 | 0.15 | 6.59 | 0.55 | 0.68 |
| Hex | DA | 89 | 7F | 0 | 25 | 2A | F | 7 | 37 | 44 |
| Octal | 332 | 211 | 177 | 0 | 45 | 52 | 17 | 7 | 67 | 104 |
| Binary | 11011010 | 10001001 | 1111111 | 0 | 100101 | 101010 | 1111 | 111 | 110111 | 1000100 |
Color Harmonies of #DA897F
Complementary color
Monochromatic Colors of #DA897F
Black with #DA897F
Text Example
Text Example
White with #DA897F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA897F; }
p { color: rgb(218,137,127); }
H1.HeaderClassName
{
color: #DA897F;
}
.AnyTagClassName
{
color: #DA897F;
}
</style>
background-color css
<style>
a { background-color: #DA897F; }
a { background-color: rgb(218,137,127); }
div.DivClassName
{
background-color: #DA897F;
}
.BgClassName
{
background-color: #DA897F;
}
</style>
border-color css
<style>
span { border-color: #DA897F; }
span { border-color: rgb(218,137,127); }
td.TdClassName
{
border-color: #DA897F;
}
.TagClassName
{
border-color: #DA897F;
}
</style>