Shades of My Pink #DA887E
Tints of My Pink #DA887E
RGB
CMYK
RGB Variations
Color information
#DA887E (or 0xDA887E) is known color: My Pink. HEX triplet: DA, 88 and 7E. RGB value is (218,136,126). Sum of RGB (Red+Green+Blue) = 218+136+126=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 126 (49.61% from 255 or 26.25% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DA887E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA887E is #257781. Grayscale: #9F9F9F. Windows color (decimal): -2455426 or 8292570. OLE color: 8292570.
HSL color Cylindrical-coordinate representation of color #DA887E: hue angle of 6.52º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA887E is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 136 | 126 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.15 |
| HSL | 6.52º | 0.55% | 0.67% | - |
| HSV(B) | 6.52º | 0.42% | 0.85% | - |
| XYZ | 41.48 | 34.02 | 24.12 | - |
| YUV | 159.38 | 109.17 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 126 | 0 | 0.38 | 0.42 | 0.15 | 6.52 | 0.55 | 0.67 |
| Hex | DA | 88 | 7E | 0 | 26 | 2A | F | 7 | 37 | 43 |
| Octal | 332 | 210 | 176 | 0 | 46 | 52 | 17 | 7 | 67 | 103 |
| Binary | 11011010 | 10001000 | 1111110 | 0 | 100110 | 101010 | 1111 | 111 | 110111 | 1000011 |
Color Harmonies of #DA887E
Complementary color
Monochromatic Colors of #DA887E
Black with #DA887E
Text Example
Text Example
White with #DA887E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA887E; }
p { color: rgb(218,136,126); }
H1.HeaderClassName
{
color: #DA887E;
}
.AnyTagClassName
{
color: #DA887E;
}
</style>
background-color css
<style>
a { background-color: #DA887E; }
a { background-color: rgb(218,136,126); }
div.DivClassName
{
background-color: #DA887E;
}
.BgClassName
{
background-color: #DA887E;
}
</style>
border-color css
<style>
span { border-color: #DA887E; }
span { border-color: rgb(218,136,126); }
td.TdClassName
{
border-color: #DA887E;
}
.TagClassName
{
border-color: #DA887E;
}
</style>