Shades of My Pink #D88A80
Tints of My Pink #D88A80
RGB
CMYK
RGB Variations
Color information
#D88A80 (or 0xD88A80) is known color: My Pink. HEX triplet: D8, 8A and 80. RGB value is (216,138,128). Sum of RGB (Red+Green+Blue) = 216+138+128=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 216 - color contains mainly: red. Hex color #D88A80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88A80 is #27757F. Grayscale: #A0A0A0. Windows color (decimal): -2585984 or 8424152. OLE color: 8424152.
HSL color Cylindrical-coordinate representation of color #D88A80: hue angle of 6.82º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D88A80 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 138 | 128 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.15 |
| HSL | 6.82º | 0.53% | 0.67% | - |
| HSV(B) | 6.82º | 0.41% | 0.85% | - |
| XYZ | 41.3 | 34.33 | 24.87 | - |
| YUV | 160.18 | 109.84 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 138 | 128 | 0 | 0.36 | 0.41 | 0.15 | 6.82 | 0.53 | 0.67 |
| Hex | D8 | 8A | 80 | 0 | 24 | 29 | F | 7 | 35 | 43 |
| Octal | 330 | 212 | 200 | 0 | 44 | 51 | 17 | 7 | 65 | 103 |
| Binary | 11011000 | 10001010 | 10000000 | 0 | 100100 | 101001 | 1111 | 111 | 110101 | 1000011 |
Color Harmonies of #D88A80
Complementary color
Monochromatic Colors of #D88A80
Black with #D88A80
Text Example
Text Example
White with #D88A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88A80; }
p { color: rgb(216,138,128); }
H1.HeaderClassName
{
color: #D88A80;
}
.AnyTagClassName
{
color: #D88A80;
}
</style>
background-color css
<style>
a { background-color: #D88A80; }
a { background-color: rgb(216,138,128); }
div.DivClassName
{
background-color: #D88A80;
}
.BgClassName
{
background-color: #D88A80;
}
</style>
border-color css
<style>
span { border-color: #D88A80; }
span { border-color: rgb(216,138,128); }
td.TdClassName
{
border-color: #D88A80;
}
.TagClassName
{
border-color: #D88A80;
}
</style>