Shades of My Pink #D1847D
Tints of My Pink #D1847D
RGB
CMYK
RGB Variations
Color information
#D1847D (or 0xD1847D) is known color: My Pink. HEX triplet: D1, 84 and 7D. RGB value is (209,132,125). Sum of RGB (Red+Green+Blue) = 209+132+125=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D1847D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1847D is #2E7B82. Grayscale: #9A9A9A. Windows color (decimal): -3046275 or 8226001. OLE color: 8226001.
HSL color Cylindrical-coordinate representation of color #D1847D: hue angle of 5º 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 #D1847D is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 132 | 125 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.18 |
| HSL | 5º | 0.48% | 0.65% | - |
| HSV(B) | 5º | 0.4% | 0.82% | - |
| XYZ | 38.25 | 31.54 | 23.47 | - |
| YUV | 154.23 | 111.51 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 132 | 125 | 0 | 0.37 | 0.40 | 0.18 | 5 | 0.48 | 0.65 |
| Hex | D1 | 84 | 7D | 0 | 25 | 28 | 12 | 5 | 30 | 41 |
| Octal | 321 | 204 | 175 | 0 | 45 | 50 | 22 | 5 | 60 | 101 |
| Binary | 11010001 | 10000100 | 1111101 | 0 | 100101 | 101000 | 10010 | 101 | 110000 | 1000001 |
Color Harmonies of #D1847D
Complementary color
Monochromatic Colors of #D1847D
Black with #D1847D
Text Example
Text Example
White with #D1847D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1847D; }
p { color: rgb(209,132,125); }
H1.HeaderClassName
{
color: #D1847D;
}
.AnyTagClassName
{
color: #D1847D;
}
</style>
background-color css
<style>
a { background-color: #D1847D; }
a { background-color: rgb(209,132,125); }
div.DivClassName
{
background-color: #D1847D;
}
.BgClassName
{
background-color: #D1847D;
}
</style>
border-color css
<style>
span { border-color: #D1847D; }
span { border-color: rgb(209,132,125); }
td.TdClassName
{
border-color: #D1847D;
}
.TagClassName
{
border-color: #D1847D;
}
</style>