Shades of My Pink #D19184
Tints of My Pink #D19184
RGB
CMYK
RGB Variations
Color information
#D19184 (or 0xD19184) is known color: My Pink. HEX triplet: D1, 91 and 84. RGB value is (209,145,132). Sum of RGB (Red+Green+Blue) = 209+145+132=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 145 (57.03% from 255 or 29.84% from 486); Blue value is 132 (51.95% from 255 or 27.16% from 486); Max value from RGB is 209 - color contains mainly: red. Hex color #D19184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19184 is #2E6E7B. Grayscale: #A2A2A2. Windows color (decimal): -3042940 or 8688081. OLE color: 8688081.
HSL color Cylindrical-coordinate representation of color #D19184: hue angle of 10.13º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D19184 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 145 | 132 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.18 |
| HSL | 10.13º | 0.46% | 0.67% | - |
| HSV(B) | 10.13º | 0.37% | 0.82% | - |
| XYZ | 40.58 | 35.47 | 26.54 | - |
| YUV | 162.65 | 110.7 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 145 | 132 | 0 | 0.31 | 0.37 | 0.18 | 10.13 | 0.46 | 0.67 |
| Hex | D1 | 91 | 84 | 0 | 1F | 25 | 12 | A | 2E | 43 |
| Octal | 321 | 221 | 204 | 0 | 37 | 45 | 22 | 12 | 56 | 103 |
| Binary | 11010001 | 10010001 | 10000100 | 0 | 11111 | 100101 | 10010 | 1010 | 101110 | 1000011 |
Color Harmonies of #D19184
Complementary color
Monochromatic Colors of #D19184
Black with #D19184
Text Example
Text Example
White with #D19184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19184; }
p { color: rgb(209,145,132); }
H1.HeaderClassName
{
color: #D19184;
}
.AnyTagClassName
{
color: #D19184;
}
</style>
background-color css
<style>
a { background-color: #D19184; }
a { background-color: rgb(209,145,132); }
div.DivClassName
{
background-color: #D19184;
}
.BgClassName
{
background-color: #D19184;
}
</style>
border-color css
<style>
span { border-color: #D19184; }
span { border-color: rgb(209,145,132); }
td.TdClassName
{
border-color: #D19184;
}
.TagClassName
{
border-color: #D19184;
}
</style>