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