Shades of My Pink #D18982
Tints of My Pink #D18982
RGB
CMYK
RGB Variations
Color information
#D18982 (or 0xD18982) is known color: My Pink. HEX triplet: D1, 89 and 82. RGB value is (209,137,130). Sum of RGB (Red+Green+Blue) = 209+137+130=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 130 (51.17% from 255 or 27.31% from 476); Max value from RGB is 209 - color contains mainly: red. Hex color #D18982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18982 is #2E767D. Grayscale: #9D9D9D. Windows color (decimal): -3044990 or 8554961. OLE color: 8554961.
HSL color Cylindrical-coordinate representation of color #D18982: hue angle of 5.32º degrees, saturation: 0.46, 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 #D18982 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 137 | 130 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.18 |
| HSL | 5.32º | 0.46% | 0.66% | - |
| HSV(B) | 5.32º | 0.38% | 0.82% | - |
| XYZ | 39.27 | 33.06 | 25.43 | - |
| YUV | 157.73 | 112.35 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 137 | 130 | 0 | 0.34 | 0.38 | 0.18 | 5.32 | 0.46 | 0.66 |
| Hex | D1 | 89 | 82 | 0 | 22 | 26 | 12 | 5 | 2E | 42 |
| Octal | 321 | 211 | 202 | 0 | 42 | 46 | 22 | 5 | 56 | 102 |
| Binary | 11010001 | 10001001 | 10000010 | 0 | 100010 | 100110 | 10010 | 101 | 101110 | 1000010 |
Color Harmonies of #D18982
Complementary color
Monochromatic Colors of #D18982
Black with #D18982
Text Example
Text Example
White with #D18982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18982; }
p { color: rgb(209,137,130); }
H1.HeaderClassName
{
color: #D18982;
}
.AnyTagClassName
{
color: #D18982;
}
</style>
background-color css
<style>
a { background-color: #D18982; }
a { background-color: rgb(209,137,130); }
div.DivClassName
{
background-color: #D18982;
}
.BgClassName
{
background-color: #D18982;
}
</style>
border-color css
<style>
span { border-color: #D18982; }
span { border-color: rgb(209,137,130); }
td.TdClassName
{
border-color: #D18982;
}
.TagClassName
{
border-color: #D18982;
}
</style>