Shades of My Pink #D88E7E
Tints of My Pink #D88E7E
RGB
CMYK
RGB Variations
Color information
#D88E7E (or 0xD88E7E) is known color: My Pink. HEX triplet: D8, 8E and 7E. RGB value is (216,142,126). Sum of RGB (Red+Green+Blue) = 216+142+126=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 142 (55.86% from 255 or 29.34% from 484); Blue value is 126 (49.61% from 255 or 26.03% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D88E7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88E7E is #277181. Grayscale: #A2A2A2. Windows color (decimal): -2584962 or 8294104. OLE color: 8294104.
HSL color Cylindrical-coordinate representation of color #D88E7E: hue angle of 10.67º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D88E7E is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 142 | 126 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.15 |
| HSL | 10.67º | 0.54% | 0.67% | - |
| HSV(B) | 10.67º | 0.42% | 0.85% | - |
| XYZ | 41.76 | 35.45 | 24.38 | - |
| YUV | 162.3 | 107.52 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 142 | 126 | 0 | 0.34 | 0.42 | 0.15 | 10.67 | 0.54 | 0.67 |
| Hex | D8 | 8E | 7E | 0 | 22 | 2A | F | B | 36 | 43 |
| Octal | 330 | 216 | 176 | 0 | 42 | 52 | 17 | 13 | 66 | 103 |
| Binary | 11011000 | 10001110 | 1111110 | 0 | 100010 | 101010 | 1111 | 1011 | 110110 | 1000011 |
Color Harmonies of #D88E7E
Complementary color
Monochromatic Colors of #D88E7E
Black with #D88E7E
Text Example
Text Example
White with #D88E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88E7E; }
p { color: rgb(216,142,126); }
H1.HeaderClassName
{
color: #D88E7E;
}
.AnyTagClassName
{
color: #D88E7E;
}
</style>
background-color css
<style>
a { background-color: #D88E7E; }
a { background-color: rgb(216,142,126); }
div.DivClassName
{
background-color: #D88E7E;
}
.BgClassName
{
background-color: #D88E7E;
}
</style>
border-color css
<style>
span { border-color: #D88E7E; }
span { border-color: rgb(216,142,126); }
td.TdClassName
{
border-color: #D88E7E;
}
.TagClassName
{
border-color: #D88E7E;
}
</style>