Shades of Carissma #DE848A
Tints of Carissma #DE848A
RGB
CMYK
RGB Variations
Color information
#DE848A (or 0xDE848A) is known color: Carissma. HEX triplet: DE, 84 and 8A. RGB value is (222,132,138). Sum of RGB (Red+Green+Blue) = 222+132+138=492 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.12% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 222 - color contains mainly: red. Hex color #DE848A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE848A is #217B75. Grayscale: #9F9F9F. Windows color (decimal): -2194294 or 9077982. OLE color: 9077982.
HSL color Cylindrical-coordinate representation of color #DE848A: hue angle of 356º 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 #DE848A is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 132 | 138 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.13 |
| HSL | 356º | 0.58% | 0.69% | - |
| HSV(B) | 356º | 0.41% | 0.87% | - |
| XYZ | 42.96 | 33.87 | 28.32 | - |
| YUV | 159.59 | 115.82 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 132 | 138 | 0 | 0.41 | 0.38 | 0.13 | 356 | 0.58 | 0.69 |
| Hex | DE | 84 | 8A | 0 | 29 | 26 | D | 164 | 3A | 45 |
| Octal | 336 | 204 | 212 | 0 | 51 | 46 | 15 | 544 | 72 | 105 |
| Binary | 11011110 | 10000100 | 10001010 | 0 | 101001 | 100110 | 1101 | 101100100 | 111010 | 1000101 |
Color Harmonies of #DE848A
Complementary color
Monochromatic Colors of #DE848A
Black with #DE848A
Text Example
Text Example
White with #DE848A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE848A; }
p { color: rgb(222,132,138); }
H1.HeaderClassName
{
color: #DE848A;
}
.AnyTagClassName
{
color: #DE848A;
}
</style>
background-color css
<style>
a { background-color: #DE848A; }
a { background-color: rgb(222,132,138); }
div.DivClassName
{
background-color: #DE848A;
}
.BgClassName
{
background-color: #DE848A;
}
</style>
border-color css
<style>
span { border-color: #DE848A; }
span { border-color: rgb(222,132,138); }
td.TdClassName
{
border-color: #DE848A;
}
.TagClassName
{
border-color: #DE848A;
}
</style>