Shades of My Pink #D68780
Tints of My Pink #D68780
RGB
CMYK
RGB Variations
Color information
#D68780 (or 0xD68780) is known color: My Pink. HEX triplet: D6, 87 and 80. RGB value is (214,135,128). Sum of RGB (Red+Green+Blue) = 214+135+128=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 135 (53.12% from 255 or 28.30% from 477); Blue value is 128 (50.39% from 255 or 26.83% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D68780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68780 is #29787F. Grayscale: #9D9D9D. Windows color (decimal): -2717824 or 8423382. OLE color: 8423382.
HSL color Cylindrical-coordinate representation of color #D68780: hue angle of 4.88º 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 #D68780 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 135 | 128 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.16 |
| HSL | 4.88º | 0.51% | 0.67% | - |
| HSV(B) | 4.88º | 0.4% | 0.84% | - |
| XYZ | 40.29 | 33.18 | 24.7 | - |
| YUV | 157.82 | 111.17 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 135 | 128 | 0 | 0.37 | 0.40 | 0.16 | 4.88 | 0.51 | 0.67 |
| Hex | D6 | 87 | 80 | 0 | 25 | 28 | 10 | 5 | 33 | 43 |
| Octal | 326 | 207 | 200 | 0 | 45 | 50 | 20 | 5 | 63 | 103 |
| Binary | 11010110 | 10000111 | 10000000 | 0 | 100101 | 101000 | 10000 | 101 | 110011 | 1000011 |
Color Harmonies of #D68780
Complementary color
Monochromatic Colors of #D68780
Black with #D68780
Text Example
Text Example
White with #D68780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68780; }
p { color: rgb(214,135,128); }
H1.HeaderClassName
{
color: #D68780;
}
.AnyTagClassName
{
color: #D68780;
}
</style>
background-color css
<style>
a { background-color: #D68780; }
a { background-color: rgb(214,135,128); }
div.DivClassName
{
background-color: #D68780;
}
.BgClassName
{
background-color: #D68780;
}
</style>
border-color css
<style>
span { border-color: #D68780; }
span { border-color: rgb(214,135,128); }
td.TdClassName
{
border-color: #D68780;
}
.TagClassName
{
border-color: #D68780;
}
</style>