Shades of My Pink #D68C82
Tints of My Pink #D68C82
RGB
CMYK
RGB Variations
Color information
#D68C82 (or 0xD68C82) is known color: My Pink. HEX triplet: D6, 8C and 82. RGB value is (214,140,130). Sum of RGB (Red+Green+Blue) = 214+140+130=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68C82 is #29737D. Grayscale: #A1A1A1. Windows color (decimal): -2716542 or 8555734. OLE color: 8555734.
HSL color Cylindrical-coordinate representation of color #D68C82: hue angle of 7.14º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D68C82 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 140 | 130 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.16 |
| HSL | 7.14º | 0.51% | 0.67% | - |
| HSV(B) | 7.14º | 0.39% | 0.84% | - |
| XYZ | 41.14 | 34.66 | 25.64 | - |
| YUV | 160.99 | 110.52 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 140 | 130 | 0 | 0.35 | 0.39 | 0.16 | 7.14 | 0.51 | 0.67 |
| Hex | D6 | 8C | 82 | 0 | 23 | 27 | 10 | 7 | 33 | 43 |
| Octal | 326 | 214 | 202 | 0 | 43 | 47 | 20 | 7 | 63 | 103 |
| Binary | 11010110 | 10001100 | 10000010 | 0 | 100011 | 100111 | 10000 | 111 | 110011 | 1000011 |
Color Harmonies of #D68C82
Complementary color
Monochromatic Colors of #D68C82
Black with #D68C82
Text Example
Text Example
White with #D68C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68C82; }
p { color: rgb(214,140,130); }
H1.HeaderClassName
{
color: #D68C82;
}
.AnyTagClassName
{
color: #D68C82;
}
</style>
background-color css
<style>
a { background-color: #D68C82; }
a { background-color: rgb(214,140,130); }
div.DivClassName
{
background-color: #D68C82;
}
.BgClassName
{
background-color: #D68C82;
}
</style>
border-color css
<style>
span { border-color: #D68C82; }
span { border-color: rgb(214,140,130); }
td.TdClassName
{
border-color: #D68C82;
}
.TagClassName
{
border-color: #D68C82;
}
</style>