Shades of My Pink #D68E88
Tints of My Pink #D68E88
RGB
CMYK
RGB Variations
Color information
#D68E88 (or 0xD68E88) is known color: My Pink. HEX triplet: D6, 8E and 88. RGB value is (214,142,136). Sum of RGB (Red+Green+Blue) = 214+142+136=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 142 (55.86% from 255 or 28.86% from 492); Blue value is 136 (53.52% from 255 or 27.64% from 492); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68E88 is #297177. Grayscale: #A2A2A2. Windows color (decimal): -2716024 or 8949462. OLE color: 8949462.
HSL color Cylindrical-coordinate representation of color #D68E88: hue angle of 4.62º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D68E88 is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 142 | 136 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.16 |
| HSL | 4.62º | 0.49% | 0.69% | - |
| HSV(B) | 4.62º | 0.36% | 0.84% | - |
| XYZ | 41.85 | 35.42 | 27.92 | - |
| YUV | 162.84 | 112.85 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 142 | 136 | 0 | 0.34 | 0.36 | 0.16 | 4.62 | 0.49 | 0.69 |
| Hex | D6 | 8E | 88 | 0 | 22 | 24 | 10 | 5 | 31 | 45 |
| Octal | 326 | 216 | 210 | 0 | 42 | 44 | 20 | 5 | 61 | 105 |
| Binary | 11010110 | 10001110 | 10001000 | 0 | 100010 | 100100 | 10000 | 101 | 110001 | 1000101 |
Color Harmonies of #D68E88
Complementary color
Monochromatic Colors of #D68E88
Black with #D68E88
Text Example
Text Example
White with #D68E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68E88; }
p { color: rgb(214,142,136); }
H1.HeaderClassName
{
color: #D68E88;
}
.AnyTagClassName
{
color: #D68E88;
}
</style>
background-color css
<style>
a { background-color: #D68E88; }
a { background-color: rgb(214,142,136); }
div.DivClassName
{
background-color: #D68E88;
}
.BgClassName
{
background-color: #D68E88;
}
</style>
border-color css
<style>
span { border-color: #D68E88; }
span { border-color: rgb(214,142,136); }
td.TdClassName
{
border-color: #D68E88;
}
.TagClassName
{
border-color: #D68E88;
}
</style>