Shades of My Pink #D19280
Tints of My Pink #D19280
RGB
CMYK
RGB Variations
Color information
#D19280 (or 0xD19280) is known color: My Pink. HEX triplet: D1, 92 and 80. RGB value is (209,146,128). Sum of RGB (Red+Green+Blue) = 209+146+128=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 209 - color contains mainly: red. Hex color #D19280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19280 is #2E6D7F. Grayscale: #A2A2A2. Windows color (decimal): -3042688 or 8426193. OLE color: 8426193.
HSL color Cylindrical-coordinate representation of color #D19280: hue angle of 13.33º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D19280 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 146 | 128 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.18 |
| HSL | 13.33º | 0.47% | 0.66% | - |
| HSV(B) | 13.33º | 0.39% | 0.82% | - |
| XYZ | 40.47 | 35.67 | 25.17 | - |
| YUV | 162.79 | 108.37 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 146 | 128 | 0 | 0.30 | 0.39 | 0.18 | 13.33 | 0.47 | 0.66 |
| Hex | D1 | 92 | 80 | 0 | 1E | 27 | 12 | D | 2F | 42 |
| Octal | 321 | 222 | 200 | 0 | 36 | 47 | 22 | 15 | 57 | 102 |
| Binary | 11010001 | 10010010 | 10000000 | 0 | 11110 | 100111 | 10010 | 1101 | 101111 | 1000010 |
Color Harmonies of #D19280
Complementary color
Monochromatic Colors of #D19280
Black with #D19280
Text Example
Text Example
White with #D19280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19280; }
p { color: rgb(209,146,128); }
H1.HeaderClassName
{
color: #D19280;
}
.AnyTagClassName
{
color: #D19280;
}
</style>
background-color css
<style>
a { background-color: #D19280; }
a { background-color: rgb(209,146,128); }
div.DivClassName
{
background-color: #D19280;
}
.BgClassName
{
background-color: #D19280;
}
</style>
border-color css
<style>
span { border-color: #D19280; }
span { border-color: rgb(209,146,128); }
td.TdClassName
{
border-color: #D19280;
}
.TagClassName
{
border-color: #D19280;
}
</style>