Shades of Carissma #DE828E
Tints of Carissma #DE828E
RGB
CMYK
RGB Variations
Color information
#DE828E (or 0xDE828E) is known color: Carissma. HEX triplet: DE, 82 and 8E. RGB value is (222,130,142). Sum of RGB (Red+Green+Blue) = 222+130+142=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 130 (51.17% from 255 or 26.32% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 222 - color contains mainly: red. Hex color #DE828E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE828E is #217D71. Grayscale: #9E9E9E. Windows color (decimal): -2194802 or 9339614. OLE color: 9339614.
HSL color Cylindrical-coordinate representation of color #DE828E: hue angle of 352.17º 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 #DE828E is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 130 | 142 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.13 |
| HSL | 352.17º | 0.58% | 0.69% | - |
| HSV(B) | 352.17º | 0.41% | 0.87% | - |
| XYZ | 42.99 | 33.45 | 29.78 | - |
| YUV | 158.88 | 118.48 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 130 | 142 | 0 | 0.41 | 0.36 | 0.13 | 352.17 | 0.58 | 0.69 |
| Hex | DE | 82 | 8E | 0 | 29 | 24 | D | 160 | 3A | 45 |
| Octal | 336 | 202 | 216 | 0 | 51 | 44 | 15 | 540 | 72 | 105 |
| Binary | 11011110 | 10000010 | 10001110 | 0 | 101001 | 100100 | 1101 | 101100000 | 111010 | 1000101 |
Color Harmonies of #DE828E
Complementary color
Monochromatic Colors of #DE828E
Black with #DE828E
Text Example
Text Example
White with #DE828E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE828E; }
p { color: rgb(222,130,142); }
H1.HeaderClassName
{
color: #DE828E;
}
.AnyTagClassName
{
color: #DE828E;
}
</style>
background-color css
<style>
a { background-color: #DE828E; }
a { background-color: rgb(222,130,142); }
div.DivClassName
{
background-color: #DE828E;
}
.BgClassName
{
background-color: #DE828E;
}
</style>
border-color css
<style>
span { border-color: #DE828E; }
span { border-color: rgb(222,130,142); }
td.TdClassName
{
border-color: #DE828E;
}
.TagClassName
{
border-color: #DE828E;
}
</style>