Shades of Carissma #DE8E93
Tints of Carissma #DE8E93
RGB
CMYK
RGB Variations
Color information
#DE8E93 (or 0xDE8E93) is known color: Carissma. HEX triplet: DE, 8E and 93. RGB value is (222,142,147). Sum of RGB (Red+Green+Blue) = 222+142+147=511 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.44% from 511); Green value is 142 (55.86% from 255 or 27.79% from 511); Blue value is 147 (57.81% from 255 or 28.77% from 511); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8E93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8E93 is #21716C. Grayscale: #A6A6A6. Windows color (decimal): -2191725 or 9670366. OLE color: 9670366.
HSL color Cylindrical-coordinate representation of color #DE8E93: hue angle of 356.25º 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 #DE8E93 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 142 | 147 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.13 |
| HSL | 356.25º | 0.55% | 0.71% | - |
| HSV(B) | 356.25º | 0.36% | 0.87% | - |
| XYZ | 45.06 | 36.98 | 32.37 | - |
| YUV | 166.49 | 117 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 142 | 147 | 0 | 0.36 | 0.34 | 0.13 | 356.25 | 0.55 | 0.71 |
| Hex | DE | 8E | 93 | 0 | 24 | 22 | D | 164 | 37 | 47 |
| Octal | 336 | 216 | 223 | 0 | 44 | 42 | 15 | 544 | 67 | 107 |
| Binary | 11011110 | 10001110 | 10010011 | 0 | 100100 | 100010 | 1101 | 101100100 | 110111 | 1000111 |
Color Harmonies of #DE8E93
Complementary color
Monochromatic Colors of #DE8E93
Black with #DE8E93
Text Example
Text Example
White with #DE8E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8E93; }
p { color: rgb(222,142,147); }
H1.HeaderClassName
{
color: #DE8E93;
}
.AnyTagClassName
{
color: #DE8E93;
}
</style>
background-color css
<style>
a { background-color: #DE8E93; }
a { background-color: rgb(222,142,147); }
div.DivClassName
{
background-color: #DE8E93;
}
.BgClassName
{
background-color: #DE8E93;
}
</style>
border-color css
<style>
span { border-color: #DE8E93; }
span { border-color: rgb(222,142,147); }
td.TdClassName
{
border-color: #DE8E93;
}
.TagClassName
{
border-color: #DE8E93;
}
</style>