Shades of My Pink #D49484
Tints of My Pink #D49484
RGB
CMYK
RGB Variations
Color information
#D49484 (or 0xD49484) is known color: My Pink. HEX triplet: D4, 94 and 84. RGB value is (212,148,132). Sum of RGB (Red+Green+Blue) = 212+148+132=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 132 (51.95% from 255 or 26.83% from 492); Max value from RGB is 212 - color contains mainly: red. Hex color #D49484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49484 is #2B6B7B. Grayscale: #A5A5A5. Windows color (decimal): -2845564 or 8688852. OLE color: 8688852.
HSL color Cylindrical-coordinate representation of color #D49484: hue angle of 12º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D49484 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 148 | 132 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.17 |
| HSL | 12º | 0.48% | 0.67% | - |
| HSV(B) | 12º | 0.38% | 0.83% | - |
| XYZ | 41.91 | 36.84 | 26.73 | - |
| YUV | 165.31 | 109.2 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 148 | 132 | 0 | 0.30 | 0.38 | 0.17 | 12 | 0.48 | 0.67 |
| Hex | D4 | 94 | 84 | 0 | 1E | 26 | 11 | C | 30 | 43 |
| Octal | 324 | 224 | 204 | 0 | 36 | 46 | 21 | 14 | 60 | 103 |
| Binary | 11010100 | 10010100 | 10000100 | 0 | 11110 | 100110 | 10001 | 1100 | 110000 | 1000011 |
Color Harmonies of #D49484
Complementary color
Monochromatic Colors of #D49484
Black with #D49484
Text Example
Text Example
White with #D49484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49484; }
p { color: rgb(212,148,132); }
H1.HeaderClassName
{
color: #D49484;
}
.AnyTagClassName
{
color: #D49484;
}
</style>
background-color css
<style>
a { background-color: #D49484; }
a { background-color: rgb(212,148,132); }
div.DivClassName
{
background-color: #D49484;
}
.BgClassName
{
background-color: #D49484;
}
</style>
border-color css
<style>
span { border-color: #D49484; }
span { border-color: rgb(212,148,132); }
td.TdClassName
{
border-color: #D49484;
}
.TagClassName
{
border-color: #D49484;
}
</style>