Shades of My Pink #D69280
Tints of My Pink #D69280
RGB
CMYK
RGB Variations
Color information
#D69280 (or 0xD69280) is known color: My Pink. HEX triplet: D6, 92 and 80. RGB value is (214,146,128). Sum of RGB (Red+Green+Blue) = 214+146+128=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 146 (57.42% from 255 or 29.92% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D69280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69280 is #296D7F. Grayscale: #A4A4A4. Windows color (decimal): -2715008 or 8426198. OLE color: 8426198.
HSL color Cylindrical-coordinate representation of color #D69280: hue angle of 12.56º degrees, saturation: 0.51, 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 #D69280 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 146 | 128 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.16 |
| HSL | 12.56º | 0.51% | 0.67% | - |
| HSV(B) | 12.56º | 0.4% | 0.84% | - |
| XYZ | 41.91 | 36.41 | 25.24 | - |
| YUV | 164.28 | 107.53 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 146 | 128 | 0 | 0.32 | 0.40 | 0.16 | 12.56 | 0.51 | 0.67 |
| Hex | D6 | 92 | 80 | 0 | 20 | 28 | 10 | D | 33 | 43 |
| Octal | 326 | 222 | 200 | 0 | 40 | 50 | 20 | 15 | 63 | 103 |
| Binary | 11010110 | 10010010 | 10000000 | 0 | 100000 | 101000 | 10000 | 1101 | 110011 | 1000011 |
Color Harmonies of #D69280
Complementary color
Monochromatic Colors of #D69280
Black with #D69280
Text Example
Text Example
White with #D69280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69280; }
p { color: rgb(214,146,128); }
H1.HeaderClassName
{
color: #D69280;
}
.AnyTagClassName
{
color: #D69280;
}
</style>
background-color css
<style>
a { background-color: #D69280; }
a { background-color: rgb(214,146,128); }
div.DivClassName
{
background-color: #D69280;
}
.BgClassName
{
background-color: #D69280;
}
</style>
border-color css
<style>
span { border-color: #D69280; }
span { border-color: rgb(214,146,128); }
td.TdClassName
{
border-color: #D69280;
}
.TagClassName
{
border-color: #D69280;
}
</style>