Shades of My Pink #D79280
Tints of My Pink #D79280
RGB
CMYK
RGB Variations
Color information
#D79280 (or 0xD79280) is known color: My Pink. HEX triplet: D7, 92 and 80. RGB value is (215,146,128). Sum of RGB (Red+Green+Blue) = 215+146+128=489 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.97% from 489); Green value is 146 (57.42% from 255 or 29.86% from 489); Blue value is 128 (50.39% from 255 or 26.18% from 489); Max value from RGB is 215 - color contains mainly: red. Hex color #D79280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79280 is #286D7F. Grayscale: #A4A4A4. Windows color (decimal): -2649472 or 8426199. OLE color: 8426199.
HSL color Cylindrical-coordinate representation of color #D79280: hue angle of 12.41º 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 #D79280 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 146 | 128 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.16 |
| HSL | 12.41º | 0.52% | 0.67% | - |
| HSV(B) | 12.41º | 0.4% | 0.84% | - |
| XYZ | 42.2 | 36.56 | 25.26 | - |
| YUV | 164.58 | 107.36 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 146 | 128 | 0 | 0.32 | 0.40 | 0.16 | 12.41 | 0.52 | 0.67 |
| Hex | D7 | 92 | 80 | 0 | 20 | 28 | 10 | C | 34 | 43 |
| Octal | 327 | 222 | 200 | 0 | 40 | 50 | 20 | 14 | 64 | 103 |
| Binary | 11010111 | 10010010 | 10000000 | 0 | 100000 | 101000 | 10000 | 1100 | 110100 | 1000011 |
Color Harmonies of #D79280
Complementary color
Monochromatic Colors of #D79280
Black with #D79280
Text Example
Text Example
White with #D79280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79280; }
p { color: rgb(215,146,128); }
H1.HeaderClassName
{
color: #D79280;
}
.AnyTagClassName
{
color: #D79280;
}
</style>
background-color css
<style>
a { background-color: #D79280; }
a { background-color: rgb(215,146,128); }
div.DivClassName
{
background-color: #D79280;
}
.BgClassName
{
background-color: #D79280;
}
</style>
border-color css
<style>
span { border-color: #D79280; }
span { border-color: rgb(215,146,128); }
td.TdClassName
{
border-color: #D79280;
}
.TagClassName
{
border-color: #D79280;
}
</style>