Shades of Charm #D87990
Tints of Charm #D87990
RGB
CMYK
RGB Variations
Color information
#D87990 (or 0xD87990) is known color: Charm. HEX triplet: D8, 79 and 90. RGB value is (216,121,144). Sum of RGB (Red+Green+Blue) = 216+121+144=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 121 (47.66% from 255 or 25.16% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 216 - color contains mainly: red. Hex color #D87990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87990 is #27866F. Grayscale: #989898. Windows color (decimal): -2590320 or 9468376. OLE color: 9468376.
HSL color Cylindrical-coordinate representation of color #D87990: hue angle of 345.47º 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 #D87990 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 121 | 144 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.15 |
| HSL | 345.47º | 0.55% | 0.66% | - |
| HSV(B) | 345.47º | 0.44% | 0.85% | - |
| XYZ | 40.19 | 30.29 | 30.11 | - |
| YUV | 152.03 | 123.47 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 121 | 144 | 0 | 0.44 | 0.33 | 0.15 | 345.47 | 0.55 | 0.66 |
| Hex | D8 | 79 | 90 | 0 | 2C | 21 | F | 159 | 37 | 42 |
| Octal | 330 | 171 | 220 | 0 | 54 | 41 | 17 | 531 | 67 | 102 |
| Binary | 11011000 | 1111001 | 10010000 | 0 | 101100 | 100001 | 1111 | 101011001 | 110111 | 1000010 |
Color Harmonies of #D87990
Complementary color
Monochromatic Colors of #D87990
Black with #D87990
Text Example
Text Example
White with #D87990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87990; }
p { color: rgb(216,121,144); }
H1.HeaderClassName
{
color: #D87990;
}
.AnyTagClassName
{
color: #D87990;
}
</style>
background-color css
<style>
a { background-color: #D87990; }
a { background-color: rgb(216,121,144); }
div.DivClassName
{
background-color: #D87990;
}
.BgClassName
{
background-color: #D87990;
}
</style>
border-color css
<style>
span { border-color: #D87990; }
span { border-color: rgb(216,121,144); }
td.TdClassName
{
border-color: #D87990;
}
.TagClassName
{
border-color: #D87990;
}
</style>