Shades of Carissma #DE8D91
Tints of Carissma #DE8D91
RGB
CMYK
RGB Variations
Color information
#DE8D91 (or 0xDE8D91) is known color: Carissma. HEX triplet: DE, 8D and 91. RGB value is (222,141,145). Sum of RGB (Red+Green+Blue) = 222+141+145=508 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.70% from 508); Green value is 141 (55.47% from 255 or 27.76% from 508); Blue value is 145 (57.03% from 255 or 28.54% from 508); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8D91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8D91 is #21726E. Grayscale: #A5A5A5. Windows color (decimal): -2191983 or 9539038. OLE color: 9539038.
HSL color Cylindrical-coordinate representation of color #DE8D91: hue angle of 357.04º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DE8D91 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 141 | 145 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.13 |
| HSL | 357.04º | 0.55% | 0.71% | - |
| HSV(B) | 357.04º | 0.36% | 0.87% | - |
| XYZ | 44.76 | 36.62 | 31.5 | - |
| YUV | 165.68 | 116.34 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 141 | 145 | 0 | 0.36 | 0.35 | 0.13 | 357.04 | 0.55 | 0.71 |
| Hex | DE | 8D | 91 | 0 | 24 | 23 | D | 165 | 37 | 47 |
| Octal | 336 | 215 | 221 | 0 | 44 | 43 | 15 | 545 | 67 | 107 |
| Binary | 11011110 | 10001101 | 10010001 | 0 | 100100 | 100011 | 1101 | 101100101 | 110111 | 1000111 |
Color Harmonies of #DE8D91
Complementary color
Monochromatic Colors of #DE8D91
Black with #DE8D91
Text Example
Text Example
White with #DE8D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8D91; }
p { color: rgb(222,141,145); }
H1.HeaderClassName
{
color: #DE8D91;
}
.AnyTagClassName
{
color: #DE8D91;
}
</style>
background-color css
<style>
a { background-color: #DE8D91; }
a { background-color: rgb(222,141,145); }
div.DivClassName
{
background-color: #DE8D91;
}
.BgClassName
{
background-color: #DE8D91;
}
</style>
border-color css
<style>
span { border-color: #DE8D91; }
span { border-color: rgb(222,141,145); }
td.TdClassName
{
border-color: #DE8D91;
}
.TagClassName
{
border-color: #DE8D91;
}
</style>