Shades of Carissma #DE8498
Tints of Carissma #DE8498
RGB
CMYK
RGB Variations
Color information
#DE8498 (or 0xDE8498) is known color: Carissma. HEX triplet: DE, 84 and 98. RGB value is (222,132,152). Sum of RGB (Red+Green+Blue) = 222+132+152=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 132 (51.95% from 255 or 26.09% from 506); Blue value is 152 (59.77% from 255 or 30.04% from 506); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8498 is #217B67. Grayscale: #A1A1A1. Windows color (decimal): -2194280 or 9995486. OLE color: 9995486.
HSL color Cylindrical-coordinate representation of color #DE8498: hue angle of 346.67º 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 #DE8498 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 132 | 152 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.13 |
| HSL | 346.67º | 0.58% | 0.69% | - |
| HSV(B) | 346.67º | 0.41% | 0.87% | - |
| XYZ | 44.04 | 34.3 | 34 | - |
| YUV | 161.19 | 122.82 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 132 | 152 | 0 | 0.41 | 0.32 | 0.13 | 346.67 | 0.58 | 0.69 |
| Hex | DE | 84 | 98 | 0 | 29 | 20 | D | 15B | 3A | 45 |
| Octal | 336 | 204 | 230 | 0 | 51 | 40 | 15 | 533 | 72 | 105 |
| Binary | 11011110 | 10000100 | 10011000 | 0 | 101001 | 100000 | 1101 | 101011011 | 111010 | 1000101 |
Color Harmonies of #DE8498
Complementary color
Monochromatic Colors of #DE8498
Black with #DE8498
Text Example
Text Example
White with #DE8498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8498; }
p { color: rgb(222,132,152); }
H1.HeaderClassName
{
color: #DE8498;
}
.AnyTagClassName
{
color: #DE8498;
}
</style>
background-color css
<style>
a { background-color: #DE8498; }
a { background-color: rgb(222,132,152); }
div.DivClassName
{
background-color: #DE8498;
}
.BgClassName
{
background-color: #DE8498;
}
</style>
border-color css
<style>
span { border-color: #DE8498; }
span { border-color: rgb(222,132,152); }
td.TdClassName
{
border-color: #DE8498;
}
.TagClassName
{
border-color: #DE8498;
}
</style>