Shades of My Pink #D19087
Tints of My Pink #D19087
RGB
CMYK
RGB Variations
Color information
#D19087 (or 0xD19087) is known color: My Pink. HEX triplet: D1, 90 and 87. RGB value is (209,144,135). Sum of RGB (Red+Green+Blue) = 209+144+135=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 135 (53.12% from 255 or 27.66% from 488); Max value from RGB is 209 - color contains mainly: red. Hex color #D19087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19087 is #2E6F78. Grayscale: #A2A2A2. Windows color (decimal): -3043193 or 8884433. OLE color: 8884433.
HSL color Cylindrical-coordinate representation of color #D19087: hue angle of 7.3º 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 #D19087 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 144 | 135 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.18 |
| HSL | 7.3º | 0.45% | 0.67% | - |
| HSV(B) | 7.3º | 0.35% | 0.82% | - |
| XYZ | 40.64 | 35.25 | 27.58 | - |
| YUV | 162.41 | 112.53 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 144 | 135 | 0 | 0.31 | 0.35 | 0.18 | 7.3 | 0.45 | 0.67 |
| Hex | D1 | 90 | 87 | 0 | 1F | 23 | 12 | 7 | 2D | 43 |
| Octal | 321 | 220 | 207 | 0 | 37 | 43 | 22 | 7 | 55 | 103 |
| Binary | 11010001 | 10010000 | 10000111 | 0 | 11111 | 100011 | 10010 | 111 | 101101 | 1000011 |
Color Harmonies of #D19087
Complementary color
Monochromatic Colors of #D19087
Black with #D19087
Text Example
Text Example
White with #D19087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19087; }
p { color: rgb(209,144,135); }
H1.HeaderClassName
{
color: #D19087;
}
.AnyTagClassName
{
color: #D19087;
}
</style>
background-color css
<style>
a { background-color: #D19087; }
a { background-color: rgb(209,144,135); }
div.DivClassName
{
background-color: #D19087;
}
.BgClassName
{
background-color: #D19087;
}
</style>
border-color css
<style>
span { border-color: #D19087; }
span { border-color: rgb(209,144,135); }
td.TdClassName
{
border-color: #D19087;
}
.TagClassName
{
border-color: #D19087;
}
</style>