Shades of My Pink #D39288
Tints of My Pink #D39288
RGB
CMYK
RGB Variations
Color information
#D39288 (or 0xD39288) is known color: My Pink. HEX triplet: D3, 92 and 88. RGB value is (211,146,136). Sum of RGB (Red+Green+Blue) = 211+146+136=493 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.80% from 493); Green value is 146 (57.42% from 255 or 29.61% from 493); Blue value is 136 (53.52% from 255 or 27.59% from 493); Max value from RGB is 211 - color contains mainly: red. Hex color #D39288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39288 is #2C6D77. Grayscale: #A4A4A4. Windows color (decimal): -2911608 or 8950483. OLE color: 8950483.
HSL color Cylindrical-coordinate representation of color #D39288: hue angle of 8º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D39288 is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 146 | 136 | - |
| CMYK | 0 | 0.31 | 0.36 | 0.17 |
| HSL | 8º | 0.46% | 0.68% | - |
| HSV(B) | 8º | 0.36% | 0.83% | - |
| XYZ | 41.59 | 36.18 | 28.08 | - |
| YUV | 164.3 | 112.03 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 146 | 136 | 0 | 0.31 | 0.36 | 0.17 | 8 | 0.46 | 0.68 |
| Hex | D3 | 92 | 88 | 0 | 1F | 24 | 11 | 8 | 2E | 44 |
| Octal | 323 | 222 | 210 | 0 | 37 | 44 | 21 | 10 | 56 | 104 |
| Binary | 11010011 | 10010010 | 10001000 | 0 | 11111 | 100100 | 10001 | 1000 | 101110 | 1000100 |
Color Harmonies of #D39288
Complementary color
Monochromatic Colors of #D39288
Black with #D39288
Text Example
Text Example
White with #D39288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39288; }
p { color: rgb(211,146,136); }
H1.HeaderClassName
{
color: #D39288;
}
.AnyTagClassName
{
color: #D39288;
}
</style>
background-color css
<style>
a { background-color: #D39288; }
a { background-color: rgb(211,146,136); }
div.DivClassName
{
background-color: #D39288;
}
.BgClassName
{
background-color: #D39288;
}
</style>
border-color css
<style>
span { border-color: #D39288; }
span { border-color: rgb(211,146,136); }
td.TdClassName
{
border-color: #D39288;
}
.TagClassName
{
border-color: #D39288;
}
</style>