Shades of My Pink #D19189
Tints of My Pink #D19189
RGB
CMYK
RGB Variations
Color information
#D19189 (or 0xD19189) is known color: My Pink. HEX triplet: D1, 91 and 89. RGB value is (209,145,137). Sum of RGB (Red+Green+Blue) = 209+145+137=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 145 (57.03% from 255 or 29.53% from 491); Blue value is 137 (53.91% from 255 or 27.90% from 491); Max value from RGB is 209 - color contains mainly: red. Hex color #D19189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19189 is #2E6E76. Grayscale: #A3A3A3. Windows color (decimal): -3042935 or 9015761. OLE color: 9015761.
HSL color Cylindrical-coordinate representation of color #D19189: hue angle of 6.67º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D19189 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 145 | 137 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.18 |
| HSL | 6.67º | 0.44% | 0.68% | - |
| HSV(B) | 6.67º | 0.34% | 0.82% | - |
| XYZ | 40.94 | 35.61 | 28.38 | - |
| YUV | 163.22 | 113.2 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 145 | 137 | 0 | 0.31 | 0.34 | 0.18 | 6.67 | 0.44 | 0.68 |
| Hex | D1 | 91 | 89 | 0 | 1F | 22 | 12 | 7 | 2C | 44 |
| Octal | 321 | 221 | 211 | 0 | 37 | 42 | 22 | 7 | 54 | 104 |
| Binary | 11010001 | 10010001 | 10001001 | 0 | 11111 | 100010 | 10010 | 111 | 101100 | 1000100 |
Color Harmonies of #D19189
Complementary color
Monochromatic Colors of #D19189
Black with #D19189
Text Example
Text Example
White with #D19189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19189; }
p { color: rgb(209,145,137); }
H1.HeaderClassName
{
color: #D19189;
}
.AnyTagClassName
{
color: #D19189;
}
</style>
background-color css
<style>
a { background-color: #D19189; }
a { background-color: rgb(209,145,137); }
div.DivClassName
{
background-color: #D19189;
}
.BgClassName
{
background-color: #D19189;
}
</style>
border-color css
<style>
span { border-color: #D19189; }
span { border-color: rgb(209,145,137); }
td.TdClassName
{
border-color: #D19189;
}
.TagClassName
{
border-color: #D19189;
}
</style>