Shades of My Pink #D19084
Tints of My Pink #D19084
RGB
CMYK
RGB Variations
Color information
#D19084 (or 0xD19084) is known color: My Pink. HEX triplet: D1, 90 and 84. RGB value is (209,144,132). Sum of RGB (Red+Green+Blue) = 209+144+132=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 132 (51.95% from 255 or 27.22% from 485); Max value from RGB is 209 - color contains mainly: red. Hex color #D19084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19084 is #2E6F7B. Grayscale: #A2A2A2. Windows color (decimal): -3043196 or 8687825. OLE color: 8687825.
HSL color Cylindrical-coordinate representation of color #D19084: hue angle of 9.35º 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 #D19084 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 144 | 132 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.18 |
| HSL | 9.35º | 0.46% | 0.67% | - |
| HSV(B) | 9.35º | 0.37% | 0.82% | - |
| XYZ | 40.43 | 35.17 | 26.49 | - |
| YUV | 162.07 | 111.03 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 144 | 132 | 0 | 0.31 | 0.37 | 0.18 | 9.35 | 0.46 | 0.67 |
| Hex | D1 | 90 | 84 | 0 | 1F | 25 | 12 | 9 | 2E | 43 |
| Octal | 321 | 220 | 204 | 0 | 37 | 45 | 22 | 11 | 56 | 103 |
| Binary | 11010001 | 10010000 | 10000100 | 0 | 11111 | 100101 | 10010 | 1001 | 101110 | 1000011 |
Color Harmonies of #D19084
Complementary color
Monochromatic Colors of #D19084
Black with #D19084
Text Example
Text Example
White with #D19084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19084; }
p { color: rgb(209,144,132); }
H1.HeaderClassName
{
color: #D19084;
}
.AnyTagClassName
{
color: #D19084;
}
</style>
background-color css
<style>
a { background-color: #D19084; }
a { background-color: rgb(209,144,132); }
div.DivClassName
{
background-color: #D19084;
}
.BgClassName
{
background-color: #D19084;
}
</style>
border-color css
<style>
span { border-color: #D19084; }
span { border-color: rgb(209,144,132); }
td.TdClassName
{
border-color: #D19084;
}
.TagClassName
{
border-color: #D19084;
}
</style>