Shades of Charm #D97990
Tints of Charm #D97990
RGB
CMYK
RGB Variations
Color information
#D97990 (or 0xD97990) is known color: Charm. HEX triplet: D9, 79 and 90. RGB value is (217,121,144). Sum of RGB (Red+Green+Blue) = 217+121+144=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 121 (47.66% from 255 or 25.10% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 217 - color contains mainly: red. Hex color #D97990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97990 is #26866F. Grayscale: #989898. Windows color (decimal): -2524784 or 9468377. OLE color: 9468377.
HSL color Cylindrical-coordinate representation of color #D97990: hue angle of 345.62º degrees, saturation: 0.56, 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 #D97990 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 121 | 144 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.15 |
| HSL | 345.63º | 0.56% | 0.66% | - |
| HSV(B) | 345.63º | 0.44% | 0.85% | - |
| XYZ | 40.49 | 30.44 | 30.13 | - |
| YUV | 152.33 | 123.3 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 121 | 144 | 0 | 0.44 | 0.34 | 0.15 | 345.63 | 0.56 | 0.66 |
| Hex | D9 | 79 | 90 | 0 | 2C | 22 | F | 15A | 38 | 42 |
| Octal | 331 | 171 | 220 | 0 | 54 | 42 | 17 | 532 | 70 | 102 |
| Binary | 11011001 | 1111001 | 10010000 | 0 | 101100 | 100010 | 1111 | 101011010 | 111000 | 1000010 |
Color Harmonies of #D97990
Complementary color
Monochromatic Colors of #D97990
Black with #D97990
Text Example
Text Example
White with #D97990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97990; }
p { color: rgb(217,121,144); }
H1.HeaderClassName
{
color: #D97990;
}
.AnyTagClassName
{
color: #D97990;
}
</style>
background-color css
<style>
a { background-color: #D97990; }
a { background-color: rgb(217,121,144); }
div.DivClassName
{
background-color: #D97990;
}
.BgClassName
{
background-color: #D97990;
}
</style>
border-color css
<style>
span { border-color: #D97990; }
span { border-color: rgb(217,121,144); }
td.TdClassName
{
border-color: #D97990;
}
.TagClassName
{
border-color: #D97990;
}
</style>