Shades of My Pink #DA8A89
Tints of My Pink #DA8A89
RGB
CMYK
RGB Variations
Color information
#DA8A89 (or 0xDA8A89) is known color: My Pink. HEX triplet: DA, 8A and 89. RGB value is (218,138,137). Sum of RGB (Red+Green+Blue) = 218+138+137=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 137 (53.91% from 255 or 27.79% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8A89 is #257576. Grayscale: #A1A1A1. Windows color (decimal): -2454903 or 9013978. OLE color: 9013978.
HSL color Cylindrical-coordinate representation of color #DA8A89: hue angle of 0.74º 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 #DA8A89 is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 138 | 137 | - |
| CMYK | 0 | 0.37 | 0.37 | 0.15 |
| HSL | 0.74º | 0.52% | 0.7% | - |
| HSV(B) | 0.74º | 0.37% | 0.85% | - |
| XYZ | 42.52 | 34.89 | 28.16 | - |
| YUV | 161.81 | 114 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 138 | 137 | 0 | 0.37 | 0.37 | 0.15 | 0.74 | 0.52 | 0.7 |
| Hex | DA | 8A | 89 | 0 | 25 | 25 | F | 1 | 34 | 46 |
| Octal | 332 | 212 | 211 | 0 | 45 | 45 | 17 | 1 | 64 | 106 |
| Binary | 11011010 | 10001010 | 10001001 | 0 | 100101 | 100101 | 1111 | 1 | 110100 | 1000110 |
Color Harmonies of #DA8A89
Complementary color
Monochromatic Colors of #DA8A89
Black with #DA8A89
Text Example
Text Example
White with #DA8A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8A89; }
p { color: rgb(218,138,137); }
H1.HeaderClassName
{
color: #DA8A89;
}
.AnyTagClassName
{
color: #DA8A89;
}
</style>
background-color css
<style>
a { background-color: #DA8A89; }
a { background-color: rgb(218,138,137); }
div.DivClassName
{
background-color: #DA8A89;
}
.BgClassName
{
background-color: #DA8A89;
}
</style>
border-color css
<style>
span { border-color: #DA8A89; }
span { border-color: rgb(218,138,137); }
td.TdClassName
{
border-color: #DA8A89;
}
.TagClassName
{
border-color: #DA8A89;
}
</style>