Shades of Carissma #D97E93
Tints of Carissma #D97E93
RGB
CMYK
RGB Variations
Color information
#D97E93 (or 0xD97E93) is known color: Carissma. HEX triplet: D9, 7E and 93. RGB value is (217,126,147). Sum of RGB (Red+Green+Blue) = 217+126+147=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 126 (49.61% from 255 or 25.71% from 490); Blue value is 147 (57.81% from 255 or 30% from 490); Max value from RGB is 217 - color contains mainly: red. Hex color #D97E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97E93 is #26816C. Grayscale: #9B9B9B. Windows color (decimal): -2523501 or 9666265. OLE color: 9666265.
HSL color Cylindrical-coordinate representation of color #D97E93: hue angle of 346.15º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D97E93 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 126 | 147 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.15 |
| HSL | 346.15º | 0.54% | 0.67% | - |
| HSV(B) | 346.15º | 0.42% | 0.85% | - |
| XYZ | 41.34 | 31.78 | 31.56 | - |
| YUV | 155.6 | 123.15 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 126 | 147 | 0 | 0.42 | 0.32 | 0.15 | 346.15 | 0.54 | 0.67 |
| Hex | D9 | 7E | 93 | 0 | 2A | 20 | F | 15A | 36 | 43 |
| Octal | 331 | 176 | 223 | 0 | 52 | 40 | 17 | 532 | 66 | 103 |
| Binary | 11011001 | 1111110 | 10010011 | 0 | 101010 | 100000 | 1111 | 101011010 | 110110 | 1000011 |
Color Harmonies of #D97E93
Complementary color
Monochromatic Colors of #D97E93
Black with #D97E93
Text Example
Text Example
White with #D97E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97E93; }
p { color: rgb(217,126,147); }
H1.HeaderClassName
{
color: #D97E93;
}
.AnyTagClassName
{
color: #D97E93;
}
</style>
background-color css
<style>
a { background-color: #D97E93; }
a { background-color: rgb(217,126,147); }
div.DivClassName
{
background-color: #D97E93;
}
.BgClassName
{
background-color: #D97E93;
}
</style>
border-color css
<style>
span { border-color: #D97E93; }
span { border-color: rgb(217,126,147); }
td.TdClassName
{
border-color: #D97E93;
}
.TagClassName
{
border-color: #D97E93;
}
</style>