Shades of My Pink #D98982
Tints of My Pink #D98982
RGB
CMYK
RGB Variations
Color information
#D98982 (or 0xD98982) is known color: My Pink. HEX triplet: D9, 89 and 82. RGB value is (217,137,130). Sum of RGB (Red+Green+Blue) = 217+137+130=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D98982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98982 is #26767D. Grayscale: #A0A0A0. Windows color (decimal): -2520702 or 8554969. OLE color: 8554969.
HSL color Cylindrical-coordinate representation of color #D98982: hue angle of 4.83º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D98982 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 137 | 130 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.15 |
| HSL | 4.83º | 0.53% | 0.68% | - |
| HSV(B) | 4.83º | 0.4% | 0.85% | - |
| XYZ | 41.59 | 34.25 | 25.54 | - |
| YUV | 160.12 | 111 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 137 | 130 | 0 | 0.37 | 0.40 | 0.15 | 4.83 | 0.53 | 0.68 |
| Hex | D9 | 89 | 82 | 0 | 25 | 28 | F | 5 | 35 | 44 |
| Octal | 331 | 211 | 202 | 0 | 45 | 50 | 17 | 5 | 65 | 104 |
| Binary | 11011001 | 10001001 | 10000010 | 0 | 100101 | 101000 | 1111 | 101 | 110101 | 1000100 |
Color Harmonies of #D98982
Complementary color
Monochromatic Colors of #D98982
Black with #D98982
Text Example
Text Example
White with #D98982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98982; }
p { color: rgb(217,137,130); }
H1.HeaderClassName
{
color: #D98982;
}
.AnyTagClassName
{
color: #D98982;
}
</style>
background-color css
<style>
a { background-color: #D98982; }
a { background-color: rgb(217,137,130); }
div.DivClassName
{
background-color: #D98982;
}
.BgClassName
{
background-color: #D98982;
}
</style>
border-color css
<style>
span { border-color: #D98982; }
span { border-color: rgb(217,137,130); }
td.TdClassName
{
border-color: #D98982;
}
.TagClassName
{
border-color: #D98982;
}
</style>