Shades of My Pink #D28479
Tints of My Pink #D28479
RGB
CMYK
RGB Variations
Color information
#D28479 (or 0xD28479) is known color: My Pink. HEX triplet: D2, 84 and 79. RGB value is (210,132,121). Sum of RGB (Red+Green+Blue) = 210+132+121=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 121 (47.66% from 255 or 26.13% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D28479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28479 is #2D7B86. Grayscale: #9A9A9A. Windows color (decimal): -2980743 or 7963858. OLE color: 7963858.
HSL color Cylindrical-coordinate representation of color #D28479: hue angle of 7.42º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D28479 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 132 | 121 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.18 |
| HSL | 7.42º | 0.5% | 0.65% | - |
| HSV(B) | 7.42º | 0.42% | 0.82% | - |
| XYZ | 38.28 | 31.58 | 22.17 | - |
| YUV | 154.07 | 109.34 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 132 | 121 | 0 | 0.37 | 0.42 | 0.18 | 7.42 | 0.5 | 0.65 |
| Hex | D2 | 84 | 79 | 0 | 25 | 2A | 12 | 7 | 32 | 41 |
| Octal | 322 | 204 | 171 | 0 | 45 | 52 | 22 | 7 | 62 | 101 |
| Binary | 11010010 | 10000100 | 1111001 | 0 | 100101 | 101010 | 10010 | 111 | 110010 | 1000001 |
Color Harmonies of #D28479
Complementary color
Monochromatic Colors of #D28479
Black with #D28479
Text Example
Text Example
White with #D28479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28479; }
p { color: rgb(210,132,121); }
H1.HeaderClassName
{
color: #D28479;
}
.AnyTagClassName
{
color: #D28479;
}
</style>
background-color css
<style>
a { background-color: #D28479; }
a { background-color: rgb(210,132,121); }
div.DivClassName
{
background-color: #D28479;
}
.BgClassName
{
background-color: #D28479;
}
</style>
border-color css
<style>
span { border-color: #D28479; }
span { border-color: rgb(210,132,121); }
td.TdClassName
{
border-color: #D28479;
}
.TagClassName
{
border-color: #D28479;
}
</style>