Shades of My Pink #D18884
Tints of My Pink #D18884
RGB
CMYK
RGB Variations
Color information
#D18884 (or 0xD18884) is known color: My Pink. HEX triplet: D1, 88 and 84. RGB value is (209,136,132). Sum of RGB (Red+Green+Blue) = 209+136+132=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 132 (51.95% from 255 or 27.67% from 477); Max value from RGB is 209 - color contains mainly: red. Hex color #D18884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18884 is #2E777B. Grayscale: #9D9D9D. Windows color (decimal): -3045244 or 8685777. OLE color: 8685777.
HSL color Cylindrical-coordinate representation of color #D18884: hue angle of 3.12º 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 #D18884 is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 136 | 132 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.18 |
| HSL | 3.12º | 0.46% | 0.67% | - |
| HSV(B) | 3.12º | 0.37% | 0.82% | - |
| XYZ | 39.26 | 32.83 | 26.1 | - |
| YUV | 157.37 | 113.68 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 136 | 132 | 0 | 0.35 | 0.37 | 0.18 | 3.12 | 0.46 | 0.67 |
| Hex | D1 | 88 | 84 | 0 | 23 | 25 | 12 | 3 | 2E | 43 |
| Octal | 321 | 210 | 204 | 0 | 43 | 45 | 22 | 3 | 56 | 103 |
| Binary | 11010001 | 10001000 | 10000100 | 0 | 100011 | 100101 | 10010 | 11 | 101110 | 1000011 |
Color Harmonies of #D18884
Complementary color
Monochromatic Colors of #D18884
Black with #D18884
Text Example
Text Example
White with #D18884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18884; }
p { color: rgb(209,136,132); }
H1.HeaderClassName
{
color: #D18884;
}
.AnyTagClassName
{
color: #D18884;
}
</style>
background-color css
<style>
a { background-color: #D18884; }
a { background-color: rgb(209,136,132); }
div.DivClassName
{
background-color: #D18884;
}
.BgClassName
{
background-color: #D18884;
}
</style>
border-color css
<style>
span { border-color: #D18884; }
span { border-color: rgb(209,136,132); }
td.TdClassName
{
border-color: #D18884;
}
.TagClassName
{
border-color: #D18884;
}
</style>