Shades of My Pink #DA8981
Tints of My Pink #DA8981
RGB
CMYK
RGB Variations
Color information
#DA8981 (or 0xDA8981) is known color: My Pink. HEX triplet: DA, 89 and 81. RGB value is (218,137,129). Sum of RGB (Red+Green+Blue) = 218+137+129=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 129 (50.78% from 255 or 26.65% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8981 is #25767E. Grayscale: #A0A0A0. Windows color (decimal): -2455167 or 8489434. OLE color: 8489434.
HSL color Cylindrical-coordinate representation of color #DA8981: hue angle of 5.39º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DA8981 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 137 | 129 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.15 |
| HSL | 5.39º | 0.55% | 0.68% | - |
| HSV(B) | 5.39º | 0.41% | 0.85% | - |
| XYZ | 41.82 | 34.38 | 25.2 | - |
| YUV | 160.31 | 110.34 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 137 | 129 | 0 | 0.37 | 0.41 | 0.15 | 5.39 | 0.55 | 0.68 |
| Hex | DA | 89 | 81 | 0 | 25 | 29 | F | 5 | 37 | 44 |
| Octal | 332 | 211 | 201 | 0 | 45 | 51 | 17 | 5 | 67 | 104 |
| Binary | 11011010 | 10001001 | 10000001 | 0 | 100101 | 101001 | 1111 | 101 | 110111 | 1000100 |
Color Harmonies of #DA8981
Complementary color
Monochromatic Colors of #DA8981
Black with #DA8981
Text Example
Text Example
White with #DA8981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8981; }
p { color: rgb(218,137,129); }
H1.HeaderClassName
{
color: #DA8981;
}
.AnyTagClassName
{
color: #DA8981;
}
</style>
background-color css
<style>
a { background-color: #DA8981; }
a { background-color: rgb(218,137,129); }
div.DivClassName
{
background-color: #DA8981;
}
.BgClassName
{
background-color: #DA8981;
}
</style>
border-color css
<style>
span { border-color: #DA8981; }
span { border-color: rgb(218,137,129); }
td.TdClassName
{
border-color: #DA8981;
}
.TagClassName
{
border-color: #DA8981;
}
</style>