Shades of My Pink #D49282
Tints of My Pink #D49282
RGB
CMYK
RGB Variations
Color information
#D49282 (or 0xD49282) is known color: My Pink. HEX triplet: D4, 92 and 82. RGB value is (212,146,130). Sum of RGB (Red+Green+Blue) = 212+146+130=488 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.44% from 488); Green value is 146 (57.42% from 255 or 29.92% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 212 - color contains mainly: red. Hex color #D49282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49282 is #2B6D7D. Grayscale: #A4A4A4. Windows color (decimal): -2846078 or 8557268. OLE color: 8557268.
HSL color Cylindrical-coordinate representation of color #D49282: hue angle of 11.71º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D49282 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 146 | 130 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.17 |
| HSL | 11.71º | 0.49% | 0.67% | - |
| HSV(B) | 11.71º | 0.39% | 0.83% | - |
| XYZ | 41.46 | 36.17 | 25.91 | - |
| YUV | 163.91 | 108.87 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 146 | 130 | 0 | 0.31 | 0.39 | 0.17 | 11.71 | 0.49 | 0.67 |
| Hex | D4 | 92 | 82 | 0 | 1F | 27 | 11 | C | 31 | 43 |
| Octal | 324 | 222 | 202 | 0 | 37 | 47 | 21 | 14 | 61 | 103 |
| Binary | 11010100 | 10010010 | 10000010 | 0 | 11111 | 100111 | 10001 | 1100 | 110001 | 1000011 |
Color Harmonies of #D49282
Complementary color
Monochromatic Colors of #D49282
Black with #D49282
Text Example
Text Example
White with #D49282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49282; }
p { color: rgb(212,146,130); }
H1.HeaderClassName
{
color: #D49282;
}
.AnyTagClassName
{
color: #D49282;
}
</style>
background-color css
<style>
a { background-color: #D49282; }
a { background-color: rgb(212,146,130); }
div.DivClassName
{
background-color: #D49282;
}
.BgClassName
{
background-color: #D49282;
}
</style>
border-color css
<style>
span { border-color: #D49282; }
span { border-color: rgb(212,146,130); }
td.TdClassName
{
border-color: #D49282;
}
.TagClassName
{
border-color: #D49282;
}
</style>