Shades of My Pink #D68F80
Tints of My Pink #D68F80
RGB
CMYK
RGB Variations
Color information
#D68F80 (or 0xD68F80) is known color: My Pink. HEX triplet: D6, 8F and 80. RGB value is (214,143,128). Sum of RGB (Red+Green+Blue) = 214+143+128=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68F80 is #29707F. Grayscale: #A2A2A2. Windows color (decimal): -2715776 or 8425430. OLE color: 8425430.
HSL color Cylindrical-coordinate representation of color #D68F80: hue angle of 10.47º 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 #D68F80 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 143 | 128 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.16 |
| HSL | 10.47º | 0.51% | 0.67% | - |
| HSV(B) | 10.47º | 0.4% | 0.84% | - |
| XYZ | 41.45 | 35.5 | 25.09 | - |
| YUV | 162.52 | 108.52 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 143 | 128 | 0 | 0.33 | 0.40 | 0.16 | 10.47 | 0.51 | 0.67 |
| Hex | D6 | 8F | 80 | 0 | 21 | 28 | 10 | A | 33 | 43 |
| Octal | 326 | 217 | 200 | 0 | 41 | 50 | 20 | 12 | 63 | 103 |
| Binary | 11010110 | 10001111 | 10000000 | 0 | 100001 | 101000 | 10000 | 1010 | 110011 | 1000011 |
Color Harmonies of #D68F80
Complementary color
Monochromatic Colors of #D68F80
Black with #D68F80
Text Example
Text Example
White with #D68F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68F80; }
p { color: rgb(214,143,128); }
H1.HeaderClassName
{
color: #D68F80;
}
.AnyTagClassName
{
color: #D68F80;
}
</style>
background-color css
<style>
a { background-color: #D68F80; }
a { background-color: rgb(214,143,128); }
div.DivClassName
{
background-color: #D68F80;
}
.BgClassName
{
background-color: #D68F80;
}
</style>
border-color css
<style>
span { border-color: #D68F80; }
span { border-color: rgb(214,143,128); }
td.TdClassName
{
border-color: #D68F80;
}
.TagClassName
{
border-color: #D68F80;
}
</style>