Shades of My Pink #DA8881
Tints of My Pink #DA8881
RGB
CMYK
RGB Variations
Color information
#DA8881 (or 0xDA8881) is known color: My Pink. HEX triplet: DA, 88 and 81. RGB value is (218,136,129). Sum of RGB (Red+Green+Blue) = 218+136+129=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 129 (50.78% from 255 or 26.71% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8881 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8881 is #25777E. Grayscale: #9F9F9F. Windows color (decimal): -2455423 or 8489178. OLE color: 8489178.
HSL color Cylindrical-coordinate representation of color #DA8881: hue angle of 4.72º 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 #DA8881 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 136 | 129 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.15 |
| HSL | 4.72º | 0.55% | 0.68% | - |
| HSV(B) | 4.72º | 0.41% | 0.85% | - |
| XYZ | 41.68 | 34.1 | 25.15 | - |
| YUV | 159.72 | 110.67 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 129 | 0 | 0.38 | 0.41 | 0.15 | 4.72 | 0.55 | 0.68 |
| Hex | DA | 88 | 81 | 0 | 26 | 29 | F | 5 | 37 | 44 |
| Octal | 332 | 210 | 201 | 0 | 46 | 51 | 17 | 5 | 67 | 104 |
| Binary | 11011010 | 10001000 | 10000001 | 0 | 100110 | 101001 | 1111 | 101 | 110111 | 1000100 |
Color Harmonies of #DA8881
Complementary color
Monochromatic Colors of #DA8881
Black with #DA8881
Text Example
Text Example
White with #DA8881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8881; }
p { color: rgb(218,136,129); }
H1.HeaderClassName
{
color: #DA8881;
}
.AnyTagClassName
{
color: #DA8881;
}
</style>
background-color css
<style>
a { background-color: #DA8881; }
a { background-color: rgb(218,136,129); }
div.DivClassName
{
background-color: #DA8881;
}
.BgClassName
{
background-color: #DA8881;
}
</style>
border-color css
<style>
span { border-color: #DA8881; }
span { border-color: rgb(218,136,129); }
td.TdClassName
{
border-color: #DA8881;
}
.TagClassName
{
border-color: #DA8881;
}
</style>