Shades of My Pink #DA8883
Tints of My Pink #DA8883
RGB
CMYK
RGB Variations
Color information
#DA8883 (or 0xDA8883) is known color: My Pink. HEX triplet: DA, 88 and 83. RGB value is (218,136,131). Sum of RGB (Red+Green+Blue) = 218+136+131=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 131 (51.56% from 255 or 27.01% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8883 is #25777C. Grayscale: #A0A0A0. Windows color (decimal): -2455421 or 8620250. OLE color: 8620250.
HSL color Cylindrical-coordinate representation of color #DA8883: hue angle of 3.45º 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 #DA8883 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 136 | 131 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.15 |
| HSL | 3.45º | 0.54% | 0.68% | - |
| HSV(B) | 3.45º | 0.4% | 0.85% | - |
| XYZ | 41.81 | 34.15 | 25.86 | - |
| YUV | 159.95 | 111.67 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 131 | 0 | 0.38 | 0.40 | 0.15 | 3.45 | 0.54 | 0.68 |
| Hex | DA | 88 | 83 | 0 | 26 | 28 | F | 3 | 36 | 44 |
| Octal | 332 | 210 | 203 | 0 | 46 | 50 | 17 | 3 | 66 | 104 |
| Binary | 11011010 | 10001000 | 10000011 | 0 | 100110 | 101000 | 1111 | 11 | 110110 | 1000100 |
Color Harmonies of #DA8883
Complementary color
Monochromatic Colors of #DA8883
Black with #DA8883
Text Example
Text Example
White with #DA8883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8883; }
p { color: rgb(218,136,131); }
H1.HeaderClassName
{
color: #DA8883;
}
.AnyTagClassName
{
color: #DA8883;
}
</style>
background-color css
<style>
a { background-color: #DA8883; }
a { background-color: rgb(218,136,131); }
div.DivClassName
{
background-color: #DA8883;
}
.BgClassName
{
background-color: #DA8883;
}
</style>
border-color css
<style>
span { border-color: #DA8883; }
span { border-color: rgb(218,136,131); }
td.TdClassName
{
border-color: #DA8883;
}
.TagClassName
{
border-color: #DA8883;
}
</style>