Shades of My Pink #D68C80
Tints of My Pink #D68C80
RGB
CMYK
RGB Variations
Color information
#D68C80 (or 0xD68C80) is known color: My Pink. HEX triplet: D6, 8C and 80. RGB value is (214,140,128). Sum of RGB (Red+Green+Blue) = 214+140+128=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68C80 is #29737F. Grayscale: #A0A0A0. Windows color (decimal): -2716544 or 8424662. OLE color: 8424662.
HSL color Cylindrical-coordinate representation of color #D68C80: hue angle of 8.37º 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 #D68C80 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 140 | 128 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.16 |
| HSL | 8.37º | 0.51% | 0.67% | - |
| HSV(B) | 8.37º | 0.4% | 0.84% | - |
| XYZ | 41.01 | 34.61 | 24.94 | - |
| YUV | 160.76 | 109.52 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 140 | 128 | 0 | 0.35 | 0.40 | 0.16 | 8.37 | 0.51 | 0.67 |
| Hex | D6 | 8C | 80 | 0 | 23 | 28 | 10 | 8 | 33 | 43 |
| Octal | 326 | 214 | 200 | 0 | 43 | 50 | 20 | 10 | 63 | 103 |
| Binary | 11010110 | 10001100 | 10000000 | 0 | 100011 | 101000 | 10000 | 1000 | 110011 | 1000011 |
Color Harmonies of #D68C80
Complementary color
Monochromatic Colors of #D68C80
Black with #D68C80
Text Example
Text Example
White with #D68C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68C80; }
p { color: rgb(214,140,128); }
H1.HeaderClassName
{
color: #D68C80;
}
.AnyTagClassName
{
color: #D68C80;
}
</style>
background-color css
<style>
a { background-color: #D68C80; }
a { background-color: rgb(214,140,128); }
div.DivClassName
{
background-color: #D68C80;
}
.BgClassName
{
background-color: #D68C80;
}
</style>
border-color css
<style>
span { border-color: #D68C80; }
span { border-color: rgb(214,140,128); }
td.TdClassName
{
border-color: #D68C80;
}
.TagClassName
{
border-color: #D68C80;
}
</style>