Shades of My Pink #D18980
Tints of My Pink #D18980
RGB
CMYK
RGB Variations
Color information
#D18980 (or 0xD18980) is known color: My Pink. HEX triplet: D1, 89 and 80. RGB value is (209,137,128). Sum of RGB (Red+Green+Blue) = 209+137+128=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 137 (53.91% from 255 or 28.90% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 209 - color contains mainly: red. Hex color #D18980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18980 is #2E767F. Grayscale: #9D9D9D. Windows color (decimal): -3044992 or 8423889. OLE color: 8423889.
HSL color Cylindrical-coordinate representation of color #D18980: hue angle of 6.67º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D18980 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 137 | 128 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.18 |
| HSL | 6.67º | 0.47% | 0.66% | - |
| HSV(B) | 6.67º | 0.39% | 0.82% | - |
| XYZ | 39.14 | 33.01 | 24.73 | - |
| YUV | 157.5 | 111.35 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 137 | 128 | 0 | 0.34 | 0.39 | 0.18 | 6.67 | 0.47 | 0.66 |
| Hex | D1 | 89 | 80 | 0 | 22 | 27 | 12 | 7 | 2F | 42 |
| Octal | 321 | 211 | 200 | 0 | 42 | 47 | 22 | 7 | 57 | 102 |
| Binary | 11010001 | 10001001 | 10000000 | 0 | 100010 | 100111 | 10010 | 111 | 101111 | 1000010 |
Color Harmonies of #D18980
Complementary color
Monochromatic Colors of #D18980
Black with #D18980
Text Example
Text Example
White with #D18980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18980; }
p { color: rgb(209,137,128); }
H1.HeaderClassName
{
color: #D18980;
}
.AnyTagClassName
{
color: #D18980;
}
</style>
background-color css
<style>
a { background-color: #D18980; }
a { background-color: rgb(209,137,128); }
div.DivClassName
{
background-color: #D18980;
}
.BgClassName
{
background-color: #D18980;
}
</style>
border-color css
<style>
span { border-color: #D18980; }
span { border-color: rgb(209,137,128); }
td.TdClassName
{
border-color: #D18980;
}
.TagClassName
{
border-color: #D18980;
}
</style>