Shades of My Pink #D18981
Tints of My Pink #D18981
RGB
CMYK
RGB Variations
Color information
#D18981 (or 0xD18981) is known color: My Pink. HEX triplet: D1, 89 and 81. RGB value is (209,137,129). Sum of RGB (Red+Green+Blue) = 209+137+129=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 137 (53.91% from 255 or 28.84% from 475); Blue value is 129 (50.78% from 255 or 27.16% from 475); Max value from RGB is 209 - color contains mainly: red. Hex color #D18981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18981 is #2E767E. Grayscale: #9D9D9D. Windows color (decimal): -3044991 or 8489425. OLE color: 8489425.
HSL color Cylindrical-coordinate representation of color #D18981: hue angle of 6º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D18981 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 137 | 129 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.18 |
| HSL | 6º | 0.47% | 0.66% | - |
| HSV(B) | 6º | 0.38% | 0.82% | - |
| XYZ | 39.2 | 33.03 | 25.08 | - |
| YUV | 157.62 | 111.85 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 137 | 129 | 0 | 0.34 | 0.38 | 0.18 | 6 | 0.47 | 0.66 |
| Hex | D1 | 89 | 81 | 0 | 22 | 26 | 12 | 6 | 2F | 42 |
| Octal | 321 | 211 | 201 | 0 | 42 | 46 | 22 | 6 | 57 | 102 |
| Binary | 11010001 | 10001001 | 10000001 | 0 | 100010 | 100110 | 10010 | 110 | 101111 | 1000010 |
Color Harmonies of #D18981
Complementary color
Monochromatic Colors of #D18981
Black with #D18981
Text Example
Text Example
White with #D18981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18981; }
p { color: rgb(209,137,129); }
H1.HeaderClassName
{
color: #D18981;
}
.AnyTagClassName
{
color: #D18981;
}
</style>
background-color css
<style>
a { background-color: #D18981; }
a { background-color: rgb(209,137,129); }
div.DivClassName
{
background-color: #D18981;
}
.BgClassName
{
background-color: #D18981;
}
</style>
border-color css
<style>
span { border-color: #D18981; }
span { border-color: rgb(209,137,129); }
td.TdClassName
{
border-color: #D18981;
}
.TagClassName
{
border-color: #D18981;
}
</style>