Shades of My Pink #D18582
Tints of My Pink #D18582
RGB
CMYK
RGB Variations
Color information
#D18582 (or 0xD18582) is known color: My Pink. HEX triplet: D1, 85 and 82. RGB value is (209,133,130). Sum of RGB (Red+Green+Blue) = 209+133+130=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D18582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18582 is #2E7A7D. Grayscale: #9B9B9B. Windows color (decimal): -3046014 or 8553937. OLE color: 8553937.
HSL color Cylindrical-coordinate representation of color #D18582: hue angle of 2.28º 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 #D18582 is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 133 | 130 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.18 |
| HSL | 2.28º | 0.46% | 0.66% | - |
| HSV(B) | 2.28º | 0.38% | 0.82% | - |
| XYZ | 38.71 | 31.94 | 25.24 | - |
| YUV | 155.38 | 113.68 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 133 | 130 | 0 | 0.36 | 0.38 | 0.18 | 2.28 | 0.46 | 0.66 |
| Hex | D1 | 85 | 82 | 0 | 24 | 26 | 12 | 2 | 2E | 42 |
| Octal | 321 | 205 | 202 | 0 | 44 | 46 | 22 | 2 | 56 | 102 |
| Binary | 11010001 | 10000101 | 10000010 | 0 | 100100 | 100110 | 10010 | 10 | 101110 | 1000010 |
Color Harmonies of #D18582
Complementary color
Monochromatic Colors of #D18582
Black with #D18582
Text Example
Text Example
White with #D18582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18582; }
p { color: rgb(209,133,130); }
H1.HeaderClassName
{
color: #D18582;
}
.AnyTagClassName
{
color: #D18582;
}
</style>
background-color css
<style>
a { background-color: #D18582; }
a { background-color: rgb(209,133,130); }
div.DivClassName
{
background-color: #D18582;
}
.BgClassName
{
background-color: #D18582;
}
</style>
border-color css
<style>
span { border-color: #D18582; }
span { border-color: rgb(209,133,130); }
td.TdClassName
{
border-color: #D18582;
}
.TagClassName
{
border-color: #D18582;
}
</style>