Shades of My Pink #D68E7E
Tints of My Pink #D68E7E
RGB
CMYK
RGB Variations
Color information
#D68E7E (or 0xD68E7E) is known color: My Pink. HEX triplet: D6, 8E and 7E. RGB value is (214,142,126). Sum of RGB (Red+Green+Blue) = 214+142+126=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 126 (49.61% from 255 or 26.14% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68E7E is #297181. Grayscale: #A1A1A1. Windows color (decimal): -2716034 or 8294102. OLE color: 8294102.
HSL color Cylindrical-coordinate representation of color #D68E7E: hue angle of 10.91º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D68E7E is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 142 | 126 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.16 |
| HSL | 10.91º | 0.52% | 0.67% | - |
| HSV(B) | 10.91º | 0.41% | 0.84% | - |
| XYZ | 41.17 | 35.15 | 24.35 | - |
| YUV | 161.7 | 107.85 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 142 | 126 | 0 | 0.34 | 0.41 | 0.16 | 10.91 | 0.52 | 0.67 |
| Hex | D6 | 8E | 7E | 0 | 22 | 29 | 10 | B | 34 | 43 |
| Octal | 326 | 216 | 176 | 0 | 42 | 51 | 20 | 13 | 64 | 103 |
| Binary | 11010110 | 10001110 | 1111110 | 0 | 100010 | 101001 | 10000 | 1011 | 110100 | 1000011 |
Color Harmonies of #D68E7E
Complementary color
Monochromatic Colors of #D68E7E
Black with #D68E7E
Text Example
Text Example
White with #D68E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68E7E; }
p { color: rgb(214,142,126); }
H1.HeaderClassName
{
color: #D68E7E;
}
.AnyTagClassName
{
color: #D68E7E;
}
</style>
background-color css
<style>
a { background-color: #D68E7E; }
a { background-color: rgb(214,142,126); }
div.DivClassName
{
background-color: #D68E7E;
}
.BgClassName
{
background-color: #D68E7E;
}
</style>
border-color css
<style>
span { border-color: #D68E7E; }
span { border-color: rgb(214,142,126); }
td.TdClassName
{
border-color: #D68E7E;
}
.TagClassName
{
border-color: #D68E7E;
}
</style>