Shades of My Pink #D19487
Tints of My Pink #D19487
RGB
CMYK
RGB Variations
Color information
#D19487 (or 0xD19487) is known color: My Pink. HEX triplet: D1, 94 and 87. RGB value is (209,148,135). Sum of RGB (Red+Green+Blue) = 209+148+135=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 135 (53.12% from 255 or 27.44% from 492); Max value from RGB is 209 - color contains mainly: red. Hex color #D19487 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19487 is #2E6B78. Grayscale: #A4A4A4. Windows color (decimal): -3042169 or 8885457. OLE color: 8885457.
HSL color Cylindrical-coordinate representation of color #D19487: hue angle of 10.54º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D19487 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 148 | 135 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.18 |
| HSL | 10.54º | 0.45% | 0.67% | - |
| HSV(B) | 10.54º | 0.35% | 0.82% | - |
| XYZ | 41.26 | 36.48 | 27.79 | - |
| YUV | 164.76 | 111.21 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 148 | 135 | 0 | 0.29 | 0.35 | 0.18 | 10.54 | 0.45 | 0.67 |
| Hex | D1 | 94 | 87 | 0 | 1D | 23 | 12 | B | 2D | 43 |
| Octal | 321 | 224 | 207 | 0 | 35 | 43 | 22 | 13 | 55 | 103 |
| Binary | 11010001 | 10010100 | 10000111 | 0 | 11101 | 100011 | 10010 | 1011 | 101101 | 1000011 |
Color Harmonies of #D19487
Complementary color
Monochromatic Colors of #D19487
Black with #D19487
Text Example
Text Example
White with #D19487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19487; }
p { color: rgb(209,148,135); }
H1.HeaderClassName
{
color: #D19487;
}
.AnyTagClassName
{
color: #D19487;
}
</style>
background-color css
<style>
a { background-color: #D19487; }
a { background-color: rgb(209,148,135); }
div.DivClassName
{
background-color: #D19487;
}
.BgClassName
{
background-color: #D19487;
}
</style>
border-color css
<style>
span { border-color: #D19487; }
span { border-color: rgb(209,148,135); }
td.TdClassName
{
border-color: #D19487;
}
.TagClassName
{
border-color: #D19487;
}
</style>