Shades of My Pink #D49087
Tints of My Pink #D49087
RGB
CMYK
RGB Variations
Color information
#D49087 (or 0xD49087) is known color: My Pink. HEX triplet: D4, 90 and 87. RGB value is (212,144,135). Sum of RGB (Red+Green+Blue) = 212+144+135=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 144 (56.64% from 255 or 29.33% from 491); Blue value is 135 (53.12% from 255 or 27.49% from 491); Max value from RGB is 212 - color contains mainly: red. Hex color #D49087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49087 is #2B6F78. Grayscale: #A3A3A3. Windows color (decimal): -2846585 or 8884436. OLE color: 8884436.
HSL color Cylindrical-coordinate representation of color #D49087: hue angle of 7.01º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D49087 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 144 | 135 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.17 |
| HSL | 7.01º | 0.47% | 0.68% | - |
| HSV(B) | 7.01º | 0.36% | 0.83% | - |
| XYZ | 41.5 | 35.69 | 27.62 | - |
| YUV | 163.31 | 112.03 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 144 | 135 | 0 | 0.32 | 0.36 | 0.17 | 7.01 | 0.47 | 0.68 |
| Hex | D4 | 90 | 87 | 0 | 20 | 24 | 11 | 7 | 2F | 44 |
| Octal | 324 | 220 | 207 | 0 | 40 | 44 | 21 | 7 | 57 | 104 |
| Binary | 11010100 | 10010000 | 10000111 | 0 | 100000 | 100100 | 10001 | 111 | 101111 | 1000100 |
Color Harmonies of #D49087
Complementary color
Monochromatic Colors of #D49087
Black with #D49087
Text Example
Text Example
White with #D49087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49087; }
p { color: rgb(212,144,135); }
H1.HeaderClassName
{
color: #D49087;
}
.AnyTagClassName
{
color: #D49087;
}
</style>
background-color css
<style>
a { background-color: #D49087; }
a { background-color: rgb(212,144,135); }
div.DivClassName
{
background-color: #D49087;
}
.BgClassName
{
background-color: #D49087;
}
</style>
border-color css
<style>
span { border-color: #D49087; }
span { border-color: rgb(212,144,135); }
td.TdClassName
{
border-color: #D49087;
}
.TagClassName
{
border-color: #D49087;
}
</style>