Shades of My Pink #D88A7A
Tints of My Pink #D88A7A
RGB
CMYK
RGB Variations
Color information
#D88A7A (or 0xD88A7A) is known color: My Pink. HEX triplet: D8, 8A and 7A. RGB value is (216,138,122). Sum of RGB (Red+Green+Blue) = 216+138+122=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 122 (48.05% from 255 or 25.63% from 476); Max value from RGB is 216 - color contains mainly: red. Hex color #D88A7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88A7A is #277585. Grayscale: #9F9F9F. Windows color (decimal): -2585990 or 8030936. OLE color: 8030936.
HSL color Cylindrical-coordinate representation of color #D88A7A: hue angle of 10.21º 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 #D88A7A is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 138 | 122 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.15 |
| HSL | 10.21º | 0.55% | 0.66% | - |
| HSV(B) | 10.21º | 0.44% | 0.85% | - |
| XYZ | 40.92 | 34.18 | 22.85 | - |
| YUV | 159.5 | 106.84 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 138 | 122 | 0 | 0.36 | 0.44 | 0.15 | 10.21 | 0.55 | 0.66 |
| Hex | D8 | 8A | 7A | 0 | 24 | 2C | F | A | 37 | 42 |
| Octal | 330 | 212 | 172 | 0 | 44 | 54 | 17 | 12 | 67 | 102 |
| Binary | 11011000 | 10001010 | 1111010 | 0 | 100100 | 101100 | 1111 | 1010 | 110111 | 1000010 |
Color Harmonies of #D88A7A
Complementary color
Monochromatic Colors of #D88A7A
Black with #D88A7A
Text Example
Text Example
White with #D88A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88A7A; }
p { color: rgb(216,138,122); }
H1.HeaderClassName
{
color: #D88A7A;
}
.AnyTagClassName
{
color: #D88A7A;
}
</style>
background-color css
<style>
a { background-color: #D88A7A; }
a { background-color: rgb(216,138,122); }
div.DivClassName
{
background-color: #D88A7A;
}
.BgClassName
{
background-color: #D88A7A;
}
</style>
border-color css
<style>
span { border-color: #D88A7A; }
span { border-color: rgb(216,138,122); }
td.TdClassName
{
border-color: #D88A7A;
}
.TagClassName
{
border-color: #D88A7A;
}
</style>