Shades of Carissma #DE8398
Tints of Carissma #DE8398
RGB
CMYK
RGB Variations
Color information
#DE8398 (or 0xDE8398) is known color: Carissma. HEX triplet: DE, 83 and 98. RGB value is (222,131,152). Sum of RGB (Red+Green+Blue) = 222+131+152=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 131 (51.56% from 255 or 25.94% from 505); Blue value is 152 (59.77% from 255 or 30.10% from 505); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8398 is #217C67. Grayscale: #A0A0A0. Windows color (decimal): -2194536 or 9995230. OLE color: 9995230.
HSL color Cylindrical-coordinate representation of color #DE8398: hue angle of 346.15º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DE8398 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 131 | 152 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.13 |
| HSL | 346.15º | 0.58% | 0.69% | - |
| HSV(B) | 346.15º | 0.41% | 0.87% | - |
| XYZ | 43.91 | 34.03 | 33.96 | - |
| YUV | 160.6 | 123.15 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 131 | 152 | 0 | 0.41 | 0.32 | 0.13 | 346.15 | 0.58 | 0.69 |
| Hex | DE | 83 | 98 | 0 | 29 | 20 | D | 15A | 3A | 45 |
| Octal | 336 | 203 | 230 | 0 | 51 | 40 | 15 | 532 | 72 | 105 |
| Binary | 11011110 | 10000011 | 10011000 | 0 | 101001 | 100000 | 1101 | 101011010 | 111010 | 1000101 |
Color Harmonies of #DE8398
Complementary color
Monochromatic Colors of #DE8398
Black with #DE8398
Text Example
Text Example
White with #DE8398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8398; }
p { color: rgb(222,131,152); }
H1.HeaderClassName
{
color: #DE8398;
}
.AnyTagClassName
{
color: #DE8398;
}
</style>
background-color css
<style>
a { background-color: #DE8398; }
a { background-color: rgb(222,131,152); }
div.DivClassName
{
background-color: #DE8398;
}
.BgClassName
{
background-color: #DE8398;
}
</style>
border-color css
<style>
span { border-color: #DE8398; }
span { border-color: rgb(222,131,152); }
td.TdClassName
{
border-color: #DE8398;
}
.TagClassName
{
border-color: #DE8398;
}
</style>