Shades of My Pink #DA8882
Tints of My Pink #DA8882
RGB
CMYK
RGB Variations
Color information
#DA8882 (or 0xDA8882) is known color: My Pink. HEX triplet: DA, 88 and 82. RGB value is (218,136,130). Sum of RGB (Red+Green+Blue) = 218+136+130=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8882 is #25777D. Grayscale: #9F9F9F. Windows color (decimal): -2455422 or 8554714. OLE color: 8554714.
HSL color Cylindrical-coordinate representation of color #DA8882: hue angle of 4.09º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA8882 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 136 | 130 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.15 |
| HSL | 4.09º | 0.54% | 0.68% | - |
| HSV(B) | 4.09º | 0.4% | 0.85% | - |
| XYZ | 41.75 | 34.13 | 25.51 | - |
| YUV | 159.83 | 111.17 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 130 | 0 | 0.38 | 0.40 | 0.15 | 4.09 | 0.54 | 0.68 |
| Hex | DA | 88 | 82 | 0 | 26 | 28 | F | 4 | 36 | 44 |
| Octal | 332 | 210 | 202 | 0 | 46 | 50 | 17 | 4 | 66 | 104 |
| Binary | 11011010 | 10001000 | 10000010 | 0 | 100110 | 101000 | 1111 | 100 | 110110 | 1000100 |
Color Harmonies of #DA8882
Complementary color
Monochromatic Colors of #DA8882
Black with #DA8882
Text Example
Text Example
White with #DA8882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8882; }
p { color: rgb(218,136,130); }
H1.HeaderClassName
{
color: #DA8882;
}
.AnyTagClassName
{
color: #DA8882;
}
</style>
background-color css
<style>
a { background-color: #DA8882; }
a { background-color: rgb(218,136,130); }
div.DivClassName
{
background-color: #DA8882;
}
.BgClassName
{
background-color: #DA8882;
}
</style>
border-color css
<style>
span { border-color: #DA8882; }
span { border-color: rgb(218,136,130); }
td.TdClassName
{
border-color: #DA8882;
}
.TagClassName
{
border-color: #DA8882;
}
</style>