Shades of My Pink #D38479
Tints of My Pink #D38479
RGB
CMYK
RGB Variations
Color information
#D38479 (or 0xD38479) is known color: My Pink. HEX triplet: D3, 84 and 79. RGB value is (211,132,121). Sum of RGB (Red+Green+Blue) = 211+132+121=464 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.47% from 464); Green value is 132 (51.95% from 255 or 28.45% from 464); Blue value is 121 (47.66% from 255 or 26.08% from 464); Max value from RGB is 211 - color contains mainly: red. Hex color #D38479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38479 is #2C7B86. Grayscale: #9A9A9A. Windows color (decimal): -2915207 or 7963859. OLE color: 7963859.
HSL color Cylindrical-coordinate representation of color #D38479: hue angle of 7.33º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D38479 is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 132 | 121 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.17 |
| HSL | 7.33º | 0.51% | 0.65% | - |
| HSV(B) | 7.33º | 0.43% | 0.83% | - |
| XYZ | 38.57 | 31.73 | 22.18 | - |
| YUV | 154.37 | 109.17 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 132 | 121 | 0 | 0.37 | 0.43 | 0.17 | 7.33 | 0.51 | 0.65 |
| Hex | D3 | 84 | 79 | 0 | 25 | 2B | 11 | 7 | 33 | 41 |
| Octal | 323 | 204 | 171 | 0 | 45 | 53 | 21 | 7 | 63 | 101 |
| Binary | 11010011 | 10000100 | 1111001 | 0 | 100101 | 101011 | 10001 | 111 | 110011 | 1000001 |
Color Harmonies of #D38479
Complementary color
Monochromatic Colors of #D38479
Black with #D38479
Text Example
Text Example
White with #D38479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38479; }
p { color: rgb(211,132,121); }
H1.HeaderClassName
{
color: #D38479;
}
.AnyTagClassName
{
color: #D38479;
}
</style>
background-color css
<style>
a { background-color: #D38479; }
a { background-color: rgb(211,132,121); }
div.DivClassName
{
background-color: #D38479;
}
.BgClassName
{
background-color: #D38479;
}
</style>
border-color css
<style>
span { border-color: #D38479; }
span { border-color: rgb(211,132,121); }
td.TdClassName
{
border-color: #D38479;
}
.TagClassName
{
border-color: #D38479;
}
</style>