Shades of My Pink #D19382
Tints of My Pink #D19382
RGB
CMYK
RGB Variations
Color information
#D19382 (or 0xD19382) is known color: My Pink. HEX triplet: D1, 93 and 82. RGB value is (209,147,130). Sum of RGB (Red+Green+Blue) = 209+147+130=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 209 - color contains mainly: red. Hex color #D19382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19382 is #2E6C7D. Grayscale: #A3A3A3. Windows color (decimal): -3042430 or 8557521. OLE color: 8557521.
HSL color Cylindrical-coordinate representation of color #D19382: hue angle of 12.91º 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 #D19382 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 147 | 130 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.18 |
| HSL | 12.91º | 0.46% | 0.66% | - |
| HSV(B) | 12.91º | 0.38% | 0.82% | - |
| XYZ | 40.76 | 36.03 | 25.93 | - |
| YUV | 163.6 | 109.04 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 147 | 130 | 0 | 0.30 | 0.38 | 0.18 | 12.91 | 0.46 | 0.66 |
| Hex | D1 | 93 | 82 | 0 | 1E | 26 | 12 | D | 2E | 42 |
| Octal | 321 | 223 | 202 | 0 | 36 | 46 | 22 | 15 | 56 | 102 |
| Binary | 11010001 | 10010011 | 10000010 | 0 | 11110 | 100110 | 10010 | 1101 | 101110 | 1000010 |
Color Harmonies of #D19382
Complementary color
Monochromatic Colors of #D19382
Black with #D19382
Text Example
Text Example
White with #D19382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19382; }
p { color: rgb(209,147,130); }
H1.HeaderClassName
{
color: #D19382;
}
.AnyTagClassName
{
color: #D19382;
}
</style>
background-color css
<style>
a { background-color: #D19382; }
a { background-color: rgb(209,147,130); }
div.DivClassName
{
background-color: #D19382;
}
.BgClassName
{
background-color: #D19382;
}
</style>
border-color css
<style>
span { border-color: #D19382; }
span { border-color: rgb(209,147,130); }
td.TdClassName
{
border-color: #D19382;
}
.TagClassName
{
border-color: #D19382;
}
</style>