Shades of My Pink #D79281
Tints of My Pink #D79281
RGB
CMYK
RGB Variations
Color information
#D79281 (or 0xD79281) is known color: My Pink. HEX triplet: D7, 92 and 81. RGB value is (215,146,129). Sum of RGB (Red+Green+Blue) = 215+146+129=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 146 (57.42% from 255 or 29.80% from 490); Blue value is 129 (50.78% from 255 or 26.33% from 490); Max value from RGB is 215 - color contains mainly: red. Hex color #D79281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79281 is #286D7E. Grayscale: #A4A4A4. Windows color (decimal): -2649471 or 8491735. OLE color: 8491735.
HSL color Cylindrical-coordinate representation of color #D79281: hue angle of 11.86º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D79281 is Cyan = 0, Magento = 0.32, Yellow = 0.4 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 146 | 129 | - |
| CMYK | 0 | 0.32 | 0.4 | 0.16 |
| HSL | 11.86º | 0.52% | 0.67% | - |
| HSV(B) | 11.86º | 0.4% | 0.84% | - |
| XYZ | 42.27 | 36.59 | 25.6 | - |
| YUV | 164.69 | 107.86 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 146 | 129 | 0 | 0.32 | 0.4 | 0.16 | 11.86 | 0.52 | 0.67 |
| Hex | D7 | 92 | 81 | 0 | 20 | 28 | 10 | C | 34 | 43 |
| Octal | 327 | 222 | 201 | 0 | 40 | 50 | 20 | 14 | 64 | 103 |
| Binary | 11010111 | 10010010 | 10000001 | 0 | 100000 | 101000 | 10000 | 1100 | 110100 | 1000011 |
Color Harmonies of #D79281
Complementary color
Monochromatic Colors of #D79281
Black with #D79281
Text Example
Text Example
White with #D79281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79281; }
p { color: rgb(215,146,129); }
H1.HeaderClassName
{
color: #D79281;
}
.AnyTagClassName
{
color: #D79281;
}
</style>
background-color css
<style>
a { background-color: #D79281; }
a { background-color: rgb(215,146,129); }
div.DivClassName
{
background-color: #D79281;
}
.BgClassName
{
background-color: #D79281;
}
</style>
border-color css
<style>
span { border-color: #D79281; }
span { border-color: rgb(215,146,129); }
td.TdClassName
{
border-color: #D79281;
}
.TagClassName
{
border-color: #D79281;
}
</style>