Shades of My Pink #D88F7A
Tints of My Pink #D88F7A
RGB
CMYK
RGB Variations
Color information
#D88F7A (or 0xD88F7A) is known color: My Pink. HEX triplet: D8, 8F and 7A. RGB value is (216,143,122). Sum of RGB (Red+Green+Blue) = 216+143+122=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 216 - color contains mainly: red. Hex color #D88F7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88F7A is #277085. Grayscale: #A2A2A2. Windows color (decimal): -2584710 or 8032216. OLE color: 8032216.
HSL color Cylindrical-coordinate representation of color #D88F7A: hue angle of 13.4º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D88F7A is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 143 | 122 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.15 |
| HSL | 13.4º | 0.55% | 0.66% | - |
| HSV(B) | 13.4º | 0.44% | 0.85% | - |
| XYZ | 41.65 | 35.65 | 23.1 | - |
| YUV | 162.43 | 105.18 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 143 | 122 | 0 | 0.34 | 0.44 | 0.15 | 13.4 | 0.55 | 0.66 |
| Hex | D8 | 8F | 7A | 0 | 22 | 2C | F | D | 37 | 42 |
| Octal | 330 | 217 | 172 | 0 | 42 | 54 | 17 | 15 | 67 | 102 |
| Binary | 11011000 | 10001111 | 1111010 | 0 | 100010 | 101100 | 1111 | 1101 | 110111 | 1000010 |
Color Harmonies of #D88F7A
Complementary color
Monochromatic Colors of #D88F7A
Black with #D88F7A
Text Example
Text Example
White with #D88F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88F7A; }
p { color: rgb(216,143,122); }
H1.HeaderClassName
{
color: #D88F7A;
}
.AnyTagClassName
{
color: #D88F7A;
}
</style>
background-color css
<style>
a { background-color: #D88F7A; }
a { background-color: rgb(216,143,122); }
div.DivClassName
{
background-color: #D88F7A;
}
.BgClassName
{
background-color: #D88F7A;
}
</style>
border-color css
<style>
span { border-color: #D88F7A; }
span { border-color: rgb(216,143,122); }
td.TdClassName
{
border-color: #D88F7A;
}
.TagClassName
{
border-color: #D88F7A;
}
</style>