Shades of My Pink #D19083
Tints of My Pink #D19083
RGB
CMYK
RGB Variations
Color information
#D19083 (or 0xD19083) is known color: My Pink. HEX triplet: D1, 90 and 83. RGB value is (209,144,131). Sum of RGB (Red+Green+Blue) = 209+144+131=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 144 (56.64% from 255 or 29.75% from 484); Blue value is 131 (51.56% from 255 or 27.07% from 484); Max value from RGB is 209 - color contains mainly: red. Hex color #D19083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19083 is #2E6F7C. Grayscale: #A2A2A2. Windows color (decimal): -3043197 or 8622289. OLE color: 8622289.
HSL color Cylindrical-coordinate representation of color #D19083: hue angle of 10º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D19083 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 144 | 131 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.18 |
| HSL | 10º | 0.46% | 0.67% | - |
| HSV(B) | 10º | 0.37% | 0.82% | - |
| XYZ | 40.36 | 35.14 | 26.13 | - |
| YUV | 161.95 | 110.53 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 144 | 131 | 0 | 0.31 | 0.37 | 0.18 | 10 | 0.46 | 0.67 |
| Hex | D1 | 90 | 83 | 0 | 1F | 25 | 12 | A | 2E | 43 |
| Octal | 321 | 220 | 203 | 0 | 37 | 45 | 22 | 12 | 56 | 103 |
| Binary | 11010001 | 10010000 | 10000011 | 0 | 11111 | 100101 | 10010 | 1010 | 101110 | 1000011 |
Color Harmonies of #D19083
Complementary color
Monochromatic Colors of #D19083
Black with #D19083
Text Example
Text Example
White with #D19083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19083; }
p { color: rgb(209,144,131); }
H1.HeaderClassName
{
color: #D19083;
}
.AnyTagClassName
{
color: #D19083;
}
</style>
background-color css
<style>
a { background-color: #D19083; }
a { background-color: rgb(209,144,131); }
div.DivClassName
{
background-color: #D19083;
}
.BgClassName
{
background-color: #D19083;
}
</style>
border-color css
<style>
span { border-color: #D19083; }
span { border-color: rgb(209,144,131); }
td.TdClassName
{
border-color: #D19083;
}
.TagClassName
{
border-color: #D19083;
}
</style>