Shades of My Pink #DA887F
Tints of My Pink #DA887F
RGB
CMYK
RGB Variations
Color information
#DA887F (or 0xDA887F) is known color: My Pink. HEX triplet: DA, 88 and 7F. RGB value is (218,136,127). Sum of RGB (Red+Green+Blue) = 218+136+127=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 127 (50% from 255 or 26.40% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DA887F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA887F is #257780. Grayscale: #9F9F9F. Windows color (decimal): -2455425 or 8358106. OLE color: 8358106.
HSL color Cylindrical-coordinate representation of color #DA887F: hue angle of 5.93º 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 #DA887F is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 136 | 127 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.15 |
| HSL | 5.93º | 0.55% | 0.68% | - |
| HSV(B) | 5.93º | 0.42% | 0.85% | - |
| XYZ | 41.55 | 34.05 | 24.46 | - |
| YUV | 159.49 | 109.67 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 127 | 0 | 0.38 | 0.42 | 0.15 | 5.93 | 0.55 | 0.68 |
| Hex | DA | 88 | 7F | 0 | 26 | 2A | F | 6 | 37 | 44 |
| Octal | 332 | 210 | 177 | 0 | 46 | 52 | 17 | 6 | 67 | 104 |
| Binary | 11011010 | 10001000 | 1111111 | 0 | 100110 | 101010 | 1111 | 110 | 110111 | 1000100 |
Color Harmonies of #DA887F
Complementary color
Monochromatic Colors of #DA887F
Black with #DA887F
Text Example
Text Example
White with #DA887F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA887F; }
p { color: rgb(218,136,127); }
H1.HeaderClassName
{
color: #DA887F;
}
.AnyTagClassName
{
color: #DA887F;
}
</style>
background-color css
<style>
a { background-color: #DA887F; }
a { background-color: rgb(218,136,127); }
div.DivClassName
{
background-color: #DA887F;
}
.BgClassName
{
background-color: #DA887F;
}
</style>
border-color css
<style>
span { border-color: #DA887F; }
span { border-color: rgb(218,136,127); }
td.TdClassName
{
border-color: #DA887F;
}
.TagClassName
{
border-color: #DA887F;
}
</style>