Shades of My Pink #D18D7D
Tints of My Pink #D18D7D
RGB
CMYK
RGB Variations
Color information
#D18D7D (or 0xD18D7D) is known color: My Pink. HEX triplet: D1, 8D and 7D. RGB value is (209,141,125). Sum of RGB (Red+Green+Blue) = 209+141+125=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 209 - color contains mainly: red. Hex color #D18D7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18D7D is #2E7282. Grayscale: #9F9F9F. Windows color (decimal): -3043971 or 8228305. OLE color: 8228305.
HSL color Cylindrical-coordinate representation of color #D18D7D: hue angle of 11.43º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D18D7D is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 141 | 125 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.18 |
| HSL | 11.43º | 0.48% | 0.65% | - |
| HSV(B) | 11.43º | 0.4% | 0.82% | - |
| XYZ | 39.52 | 34.09 | 23.9 | - |
| YUV | 159.51 | 108.53 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 141 | 125 | 0 | 0.33 | 0.40 | 0.18 | 11.43 | 0.48 | 0.65 |
| Hex | D1 | 8D | 7D | 0 | 21 | 28 | 12 | B | 30 | 41 |
| Octal | 321 | 215 | 175 | 0 | 41 | 50 | 22 | 13 | 60 | 101 |
| Binary | 11010001 | 10001101 | 1111101 | 0 | 100001 | 101000 | 10010 | 1011 | 110000 | 1000001 |
Color Harmonies of #D18D7D
Complementary color
Monochromatic Colors of #D18D7D
Black with #D18D7D
Text Example
Text Example
White with #D18D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18D7D; }
p { color: rgb(209,141,125); }
H1.HeaderClassName
{
color: #D18D7D;
}
.AnyTagClassName
{
color: #D18D7D;
}
</style>
background-color css
<style>
a { background-color: #D18D7D; }
a { background-color: rgb(209,141,125); }
div.DivClassName
{
background-color: #D18D7D;
}
.BgClassName
{
background-color: #D18D7D;
}
</style>
border-color css
<style>
span { border-color: #D18D7D; }
span { border-color: rgb(209,141,125); }
td.TdClassName
{
border-color: #D18D7D;
}
.TagClassName
{
border-color: #D18D7D;
}
</style>