Shades of Carissma #D97E97
Tints of Carissma #D97E97
RGB
CMYK
RGB Variations
Color information
#D97E97 (or 0xD97E97) is known color: Carissma. HEX triplet: D9, 7E and 97. RGB value is (217,126,151). Sum of RGB (Red+Green+Blue) = 217+126+151=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 126 (49.61% from 255 or 25.51% from 494); Blue value is 151 (59.38% from 255 or 30.57% from 494); Max value from RGB is 217 - color contains mainly: red. Hex color #D97E97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97E97 is #268168. Grayscale: #9C9C9C. Windows color (decimal): -2523497 or 9928409. OLE color: 9928409.
HSL color Cylindrical-coordinate representation of color #D97E97: hue angle of 343.52º 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 #D97E97 is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 126 | 151 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.15 |
| HSL | 343.52º | 0.54% | 0.67% | - |
| HSV(B) | 343.52º | 0.42% | 0.85% | - |
| XYZ | 41.66 | 31.91 | 33.24 | - |
| YUV | 156.06 | 125.15 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 126 | 151 | 0 | 0.42 | 0.30 | 0.15 | 343.52 | 0.54 | 0.67 |
| Hex | D9 | 7E | 97 | 0 | 2A | 1E | F | 158 | 36 | 43 |
| Octal | 331 | 176 | 227 | 0 | 52 | 36 | 17 | 530 | 66 | 103 |
| Binary | 11011001 | 1111110 | 10010111 | 0 | 101010 | 11110 | 1111 | 101011000 | 110110 | 1000011 |
Color Harmonies of #D97E97
Complementary color
Monochromatic Colors of #D97E97
Black with #D97E97
Text Example
Text Example
White with #D97E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97E97; }
p { color: rgb(217,126,151); }
H1.HeaderClassName
{
color: #D97E97;
}
.AnyTagClassName
{
color: #D97E97;
}
</style>
background-color css
<style>
a { background-color: #D97E97; }
a { background-color: rgb(217,126,151); }
div.DivClassName
{
background-color: #D97E97;
}
.BgClassName
{
background-color: #D97E97;
}
</style>
border-color css
<style>
span { border-color: #D97E97; }
span { border-color: rgb(217,126,151); }
td.TdClassName
{
border-color: #D97E97;
}
.TagClassName
{
border-color: #D97E97;
}
</style>