Shades of My Pink #D68D80
Tints of My Pink #D68D80
RGB
CMYK
RGB Variations
Color information
#D68D80 (or 0xD68D80) is known color: My Pink. HEX triplet: D6, 8D and 80. RGB value is (214,141,128). Sum of RGB (Red+Green+Blue) = 214+141+128=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 141 (55.47% from 255 or 29.19% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68D80 is #29727F. Grayscale: #A1A1A1. Windows color (decimal): -2716288 or 8424918. OLE color: 8424918.
HSL color Cylindrical-coordinate representation of color #D68D80: hue angle of 9.07º 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 #D68D80 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 141 | 128 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.16 |
| HSL | 9.07º | 0.51% | 0.67% | - |
| HSV(B) | 9.07º | 0.4% | 0.84% | - |
| XYZ | 41.15 | 34.9 | 24.99 | - |
| YUV | 161.35 | 109.18 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 141 | 128 | 0 | 0.34 | 0.40 | 0.16 | 9.07 | 0.51 | 0.67 |
| Hex | D6 | 8D | 80 | 0 | 22 | 28 | 10 | 9 | 33 | 43 |
| Octal | 326 | 215 | 200 | 0 | 42 | 50 | 20 | 11 | 63 | 103 |
| Binary | 11010110 | 10001101 | 10000000 | 0 | 100010 | 101000 | 10000 | 1001 | 110011 | 1000011 |
Color Harmonies of #D68D80
Complementary color
Monochromatic Colors of #D68D80
Black with #D68D80
Text Example
Text Example
White with #D68D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68D80; }
p { color: rgb(214,141,128); }
H1.HeaderClassName
{
color: #D68D80;
}
.AnyTagClassName
{
color: #D68D80;
}
</style>
background-color css
<style>
a { background-color: #D68D80; }
a { background-color: rgb(214,141,128); }
div.DivClassName
{
background-color: #D68D80;
}
.BgClassName
{
background-color: #D68D80;
}
</style>
border-color css
<style>
span { border-color: #D68D80; }
span { border-color: rgb(214,141,128); }
td.TdClassName
{
border-color: #D68D80;
}
.TagClassName
{
border-color: #D68D80;
}
</style>