Shades of My Pink #D49080
Tints of My Pink #D49080
RGB
CMYK
RGB Variations
Color information
#D49080 (or 0xD49080) is known color: My Pink. HEX triplet: D4, 90 and 80. RGB value is (212,144,128). Sum of RGB (Red+Green+Blue) = 212+144+128=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 144 (56.64% from 255 or 29.75% from 484); Blue value is 128 (50.39% from 255 or 26.45% from 484); Max value from RGB is 212 - color contains mainly: red. Hex color #D49080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49080 is #2B6F7F. Grayscale: #A2A2A2. Windows color (decimal): -2846592 or 8425684. OLE color: 8425684.
HSL color Cylindrical-coordinate representation of color #D49080: hue angle of 11.43º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D49080 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 144 | 128 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.17 |
| HSL | 11.43º | 0.49% | 0.67% | - |
| HSV(B) | 11.43º | 0.4% | 0.83% | - |
| XYZ | 41.02 | 35.5 | 25.11 | - |
| YUV | 162.51 | 108.53 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 144 | 128 | 0 | 0.32 | 0.40 | 0.17 | 11.43 | 0.49 | 0.67 |
| Hex | D4 | 90 | 80 | 0 | 20 | 28 | 11 | B | 31 | 43 |
| Octal | 324 | 220 | 200 | 0 | 40 | 50 | 21 | 13 | 61 | 103 |
| Binary | 11010100 | 10010000 | 10000000 | 0 | 100000 | 101000 | 10001 | 1011 | 110001 | 1000011 |
Color Harmonies of #D49080
Complementary color
Monochromatic Colors of #D49080
Black with #D49080
Text Example
Text Example
White with #D49080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49080; }
p { color: rgb(212,144,128); }
H1.HeaderClassName
{
color: #D49080;
}
.AnyTagClassName
{
color: #D49080;
}
</style>
background-color css
<style>
a { background-color: #D49080; }
a { background-color: rgb(212,144,128); }
div.DivClassName
{
background-color: #D49080;
}
.BgClassName
{
background-color: #D49080;
}
</style>
border-color css
<style>
span { border-color: #D49080; }
span { border-color: rgb(212,144,128); }
td.TdClassName
{
border-color: #D49080;
}
.TagClassName
{
border-color: #D49080;
}
</style>