Shades of My Pink #D49384
Tints of My Pink #D49384
RGB
CMYK
RGB Variations
Color information
#D49384 (or 0xD49384) is known color: My Pink. HEX triplet: D4, 93 and 84. RGB value is (212,147,132). Sum of RGB (Red+Green+Blue) = 212+147+132=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 147 (57.81% from 255 or 29.94% from 491); Blue value is 132 (51.95% from 255 or 26.88% from 491); Max value from RGB is 212 - color contains mainly: red. Hex color #D49384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49384 is #2B6C7B. Grayscale: #A4A4A4. Windows color (decimal): -2845820 or 8688596. OLE color: 8688596.
HSL color Cylindrical-coordinate representation of color #D49384: hue angle of 11.25º 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 #D49384 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 147 | 132 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.17 |
| HSL | 11.25º | 0.48% | 0.67% | - |
| HSV(B) | 11.25º | 0.38% | 0.83% | - |
| XYZ | 41.75 | 36.53 | 26.68 | - |
| YUV | 164.73 | 109.53 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 147 | 132 | 0 | 0.31 | 0.38 | 0.17 | 11.25 | 0.48 | 0.67 |
| Hex | D4 | 93 | 84 | 0 | 1F | 26 | 11 | B | 30 | 43 |
| Octal | 324 | 223 | 204 | 0 | 37 | 46 | 21 | 13 | 60 | 103 |
| Binary | 11010100 | 10010011 | 10000100 | 0 | 11111 | 100110 | 10001 | 1011 | 110000 | 1000011 |
Color Harmonies of #D49384
Complementary color
Monochromatic Colors of #D49384
Black with #D49384
Text Example
Text Example
White with #D49384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49384; }
p { color: rgb(212,147,132); }
H1.HeaderClassName
{
color: #D49384;
}
.AnyTagClassName
{
color: #D49384;
}
</style>
background-color css
<style>
a { background-color: #D49384; }
a { background-color: rgb(212,147,132); }
div.DivClassName
{
background-color: #D49384;
}
.BgClassName
{
background-color: #D49384;
}
</style>
border-color css
<style>
span { border-color: #D49384; }
span { border-color: rgb(212,147,132); }
td.TdClassName
{
border-color: #D49384;
}
.TagClassName
{
border-color: #D49384;
}
</style>