Shades of My Pink #D19482
Tints of My Pink #D19482
RGB
CMYK
RGB Variations
Color information
#D19482 (or 0xD19482) is known color: My Pink. HEX triplet: D1, 94 and 82. RGB value is (209,148,130). Sum of RGB (Red+Green+Blue) = 209+148+130=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 130 (51.17% from 255 or 26.69% from 487); Max value from RGB is 209 - color contains mainly: red. Hex color #D19482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19482 is #2E6B7D. Grayscale: #A4A4A4. Windows color (decimal): -3042174 or 8557777. OLE color: 8557777.
HSL color Cylindrical-coordinate representation of color #D19482: hue angle of 13.67º 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 #D19482 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 148 | 130 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.18 |
| HSL | 13.67º | 0.46% | 0.66% | - |
| HSV(B) | 13.67º | 0.38% | 0.82% | - |
| XYZ | 40.91 | 36.35 | 25.98 | - |
| YUV | 164.19 | 108.71 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 148 | 130 | 0 | 0.29 | 0.38 | 0.18 | 13.67 | 0.46 | 0.66 |
| Hex | D1 | 94 | 82 | 0 | 1D | 26 | 12 | E | 2E | 42 |
| Octal | 321 | 224 | 202 | 0 | 35 | 46 | 22 | 16 | 56 | 102 |
| Binary | 11010001 | 10010100 | 10000010 | 0 | 11101 | 100110 | 10010 | 1110 | 101110 | 1000010 |
Color Harmonies of #D19482
Complementary color
Monochromatic Colors of #D19482
Black with #D19482
Text Example
Text Example
White with #D19482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19482; }
p { color: rgb(209,148,130); }
H1.HeaderClassName
{
color: #D19482;
}
.AnyTagClassName
{
color: #D19482;
}
</style>
background-color css
<style>
a { background-color: #D19482; }
a { background-color: rgb(209,148,130); }
div.DivClassName
{
background-color: #D19482;
}
.BgClassName
{
background-color: #D19482;
}
</style>
border-color css
<style>
span { border-color: #D19482; }
span { border-color: rgb(209,148,130); }
td.TdClassName
{
border-color: #D19482;
}
.TagClassName
{
border-color: #D19482;
}
</style>