Shades of My Pink #D88A85
Tints of My Pink #D88A85
RGB
CMYK
RGB Variations
Color information
#D88A85 (or 0xD88A85) is known color: My Pink. HEX triplet: D8, 8A and 85. RGB value is (216,138,133). Sum of RGB (Red+Green+Blue) = 216+138+133=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 133 (52.34% from 255 or 27.31% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D88A85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88A85 is #27757A. Grayscale: #A0A0A0. Windows color (decimal): -2585979 or 8751832. OLE color: 8751832.
HSL color Cylindrical-coordinate representation of color #D88A85: hue angle of 3.61º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D88A85 is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 138 | 133 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.15 |
| HSL | 3.61º | 0.52% | 0.68% | - |
| HSV(B) | 3.61º | 0.38% | 0.85% | - |
| XYZ | 41.64 | 34.47 | 26.65 | - |
| YUV | 160.75 | 112.34 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 138 | 133 | 0 | 0.36 | 0.38 | 0.15 | 3.61 | 0.52 | 0.68 |
| Hex | D8 | 8A | 85 | 0 | 24 | 26 | F | 4 | 34 | 44 |
| Octal | 330 | 212 | 205 | 0 | 44 | 46 | 17 | 4 | 64 | 104 |
| Binary | 11011000 | 10001010 | 10000101 | 0 | 100100 | 100110 | 1111 | 100 | 110100 | 1000100 |
Color Harmonies of #D88A85
Complementary color
Monochromatic Colors of #D88A85
Black with #D88A85
Text Example
Text Example
White with #D88A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88A85; }
p { color: rgb(216,138,133); }
H1.HeaderClassName
{
color: #D88A85;
}
.AnyTagClassName
{
color: #D88A85;
}
</style>
background-color css
<style>
a { background-color: #D88A85; }
a { background-color: rgb(216,138,133); }
div.DivClassName
{
background-color: #D88A85;
}
.BgClassName
{
background-color: #D88A85;
}
</style>
border-color css
<style>
span { border-color: #D88A85; }
span { border-color: rgb(216,138,133); }
td.TdClassName
{
border-color: #D88A85;
}
.TagClassName
{
border-color: #D88A85;
}
</style>