Shades of Carissma #DE7D97
Tints of Carissma #DE7D97
RGB
CMYK
RGB Variations
Color information
#DE7D97 (or 0xDE7D97) is known color: Carissma. HEX triplet: DE, 7D and 97. RGB value is (222,125,151). Sum of RGB (Red+Green+Blue) = 222+125+151=498 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.58% from 498); Green value is 125 (49.22% from 255 or 25.10% from 498); Blue value is 151 (59.38% from 255 or 30.32% from 498); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7D97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7D97 is #218268. Grayscale: #9C9C9C. Windows color (decimal): -2196073 or 9928158. OLE color: 9928158.
HSL color Cylindrical-coordinate representation of color #DE7D97: hue angle of 343.92º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DE7D97 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 125 | 151 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.13 |
| HSL | 343.92º | 0.6% | 0.68% | - |
| HSV(B) | 343.92º | 0.44% | 0.87% | - |
| XYZ | 43.04 | 32.43 | 33.27 | - |
| YUV | 156.97 | 124.64 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 125 | 151 | 0 | 0.44 | 0.32 | 0.13 | 343.92 | 0.6 | 0.68 |
| Hex | DE | 7D | 97 | 0 | 2C | 20 | D | 158 | 3C | 44 |
| Octal | 336 | 175 | 227 | 0 | 54 | 40 | 15 | 530 | 74 | 104 |
| Binary | 11011110 | 1111101 | 10010111 | 0 | 101100 | 100000 | 1101 | 101011000 | 111100 | 1000100 |
Color Harmonies of #DE7D97
Complementary color
Monochromatic Colors of #DE7D97
Black with #DE7D97
Text Example
Text Example
White with #DE7D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7D97; }
p { color: rgb(222,125,151); }
H1.HeaderClassName
{
color: #DE7D97;
}
.AnyTagClassName
{
color: #DE7D97;
}
</style>
background-color css
<style>
a { background-color: #DE7D97; }
a { background-color: rgb(222,125,151); }
div.DivClassName
{
background-color: #DE7D97;
}
.BgClassName
{
background-color: #DE7D97;
}
</style>
border-color css
<style>
span { border-color: #DE7D97; }
span { border-color: rgb(222,125,151); }
td.TdClassName
{
border-color: #DE7D97;
}
.TagClassName
{
border-color: #DE7D97;
}
</style>