Shades of My Pink #D68886
Tints of My Pink #D68886
RGB
CMYK
RGB Variations
Color information
#D68886 (or 0xD68886) is known color: My Pink. HEX triplet: D6, 88 and 86. RGB value is (214,136,134). Sum of RGB (Red+Green+Blue) = 214+136+134=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 134 (52.73% from 255 or 27.69% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D68886 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68886 is #297779. Grayscale: #9F9F9F. Windows color (decimal): -2717562 or 8816854. OLE color: 8816854.
HSL color Cylindrical-coordinate representation of color #D68886: hue angle of 1.5º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D68886 is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 136 | 134 | - |
| CMYK | 0 | 0.36 | 0.37 | 0.16 |
| HSL | 1.5º | 0.49% | 0.68% | - |
| HSV(B) | 1.5º | 0.37% | 0.84% | - |
| XYZ | 40.84 | 33.63 | 26.89 | - |
| YUV | 159.09 | 113.84 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 136 | 134 | 0 | 0.36 | 0.37 | 0.16 | 1.5 | 0.49 | 0.68 |
| Hex | D6 | 88 | 86 | 0 | 24 | 25 | 10 | 2 | 31 | 44 |
| Octal | 326 | 210 | 206 | 0 | 44 | 45 | 20 | 2 | 61 | 104 |
| Binary | 11010110 | 10001000 | 10000110 | 0 | 100100 | 100101 | 10000 | 10 | 110001 | 1000100 |
Color Harmonies of #D68886
Complementary color
Monochromatic Colors of #D68886
Black with #D68886
Text Example
Text Example
White with #D68886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68886; }
p { color: rgb(214,136,134); }
H1.HeaderClassName
{
color: #D68886;
}
.AnyTagClassName
{
color: #D68886;
}
</style>
background-color css
<style>
a { background-color: #D68886; }
a { background-color: rgb(214,136,134); }
div.DivClassName
{
background-color: #D68886;
}
.BgClassName
{
background-color: #D68886;
}
</style>
border-color css
<style>
span { border-color: #D68886; }
span { border-color: rgb(214,136,134); }
td.TdClassName
{
border-color: #D68886;
}
.TagClassName
{
border-color: #D68886;
}
</style>