Shades of My Pink #DA8C89
Tints of My Pink #DA8C89
RGB
CMYK
RGB Variations
Color information
#DA8C89 (or 0xDA8C89) is known color: My Pink. HEX triplet: DA, 8C and 89. RGB value is (218,140,137). Sum of RGB (Red+Green+Blue) = 218+140+137=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 137 (53.91% from 255 or 27.68% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8C89 is #257376. Grayscale: #A3A3A3. Windows color (decimal): -2454391 or 9014490. OLE color: 9014490.
HSL color Cylindrical-coordinate representation of color #DA8C89: hue angle of 2.22º 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 #DA8C89 is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 140 | 137 | - |
| CMYK | 0 | 0.36 | 0.37 | 0.15 |
| HSL | 2.22º | 0.52% | 0.7% | - |
| HSV(B) | 2.22º | 0.37% | 0.85% | - |
| XYZ | 42.81 | 35.47 | 28.26 | - |
| YUV | 162.98 | 113.34 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 140 | 137 | 0 | 0.36 | 0.37 | 0.15 | 2.22 | 0.52 | 0.7 |
| Hex | DA | 8C | 89 | 0 | 24 | 25 | F | 2 | 34 | 46 |
| Octal | 332 | 214 | 211 | 0 | 44 | 45 | 17 | 2 | 64 | 106 |
| Binary | 11011010 | 10001100 | 10001001 | 0 | 100100 | 100101 | 1111 | 10 | 110100 | 1000110 |
Color Harmonies of #DA8C89
Complementary color
Monochromatic Colors of #DA8C89
Black with #DA8C89
Text Example
Text Example
White with #DA8C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8C89; }
p { color: rgb(218,140,137); }
H1.HeaderClassName
{
color: #DA8C89;
}
.AnyTagClassName
{
color: #DA8C89;
}
</style>
background-color css
<style>
a { background-color: #DA8C89; }
a { background-color: rgb(218,140,137); }
div.DivClassName
{
background-color: #DA8C89;
}
.BgClassName
{
background-color: #DA8C89;
}
</style>
border-color css
<style>
span { border-color: #DA8C89; }
span { border-color: rgb(218,140,137); }
td.TdClassName
{
border-color: #DA8C89;
}
.TagClassName
{
border-color: #DA8C89;
}
</style>