Shades of My Pink #D19185
Tints of My Pink #D19185
RGB
CMYK
RGB Variations
Color information
#D19185 (or 0xD19185) is known color: My Pink. HEX triplet: D1, 91 and 85. RGB value is (209,145,133). Sum of RGB (Red+Green+Blue) = 209+145+133=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 145 (57.03% from 255 or 29.77% from 487); Blue value is 133 (52.34% from 255 or 27.31% from 487); Max value from RGB is 209 - color contains mainly: red. Hex color #D19185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19185 is #2E6E7A. Grayscale: #A2A2A2. Windows color (decimal): -3042939 or 8753617. OLE color: 8753617.
HSL color Cylindrical-coordinate representation of color #D19185: hue angle of 9.47º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D19185 is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 145 | 133 | - |
| CMYK | 0 | 0.31 | 0.36 | 0.18 |
| HSL | 9.47º | 0.45% | 0.67% | - |
| HSV(B) | 9.47º | 0.36% | 0.82% | - |
| XYZ | 40.65 | 35.5 | 26.9 | - |
| YUV | 162.77 | 111.2 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 145 | 133 | 0 | 0.31 | 0.36 | 0.18 | 9.47 | 0.45 | 0.67 |
| Hex | D1 | 91 | 85 | 0 | 1F | 24 | 12 | 9 | 2D | 43 |
| Octal | 321 | 221 | 205 | 0 | 37 | 44 | 22 | 11 | 55 | 103 |
| Binary | 11010001 | 10010001 | 10000101 | 0 | 11111 | 100100 | 10010 | 1001 | 101101 | 1000011 |
Color Harmonies of #D19185
Complementary color
Monochromatic Colors of #D19185
Black with #D19185
Text Example
Text Example
White with #D19185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19185; }
p { color: rgb(209,145,133); }
H1.HeaderClassName
{
color: #D19185;
}
.AnyTagClassName
{
color: #D19185;
}
</style>
background-color css
<style>
a { background-color: #D19185; }
a { background-color: rgb(209,145,133); }
div.DivClassName
{
background-color: #D19185;
}
.BgClassName
{
background-color: #D19185;
}
</style>
border-color css
<style>
span { border-color: #D19185; }
span { border-color: rgb(209,145,133); }
td.TdClassName
{
border-color: #D19185;
}
.TagClassName
{
border-color: #D19185;
}
</style>