Shades of Carissma #DE829A
Tints of Carissma #DE829A
RGB
CMYK
RGB Variations
Color information
#DE829A (or 0xDE829A) is known color: Carissma. HEX triplet: DE, 82 and 9A. RGB value is (222,130,154). Sum of RGB (Red+Green+Blue) = 222+130+154=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 130 (51.17% from 255 or 25.69% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 222 - color contains mainly: red. Hex color #DE829A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE829A is #217D65. Grayscale: #A0A0A0. Windows color (decimal): -2194790 or 10126046. OLE color: 10126046.
HSL color Cylindrical-coordinate representation of color #DE829A: hue angle of 344.35º 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 #DE829A is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 130 | 154 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.13 |
| HSL | 344.35º | 0.58% | 0.69% | - |
| HSV(B) | 344.35º | 0.41% | 0.87% | - |
| XYZ | 43.94 | 33.83 | 34.79 | - |
| YUV | 160.24 | 124.48 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 130 | 154 | 0 | 0.41 | 0.31 | 0.13 | 344.35 | 0.58 | 0.69 |
| Hex | DE | 82 | 9A | 0 | 29 | 1F | D | 158 | 3A | 45 |
| Octal | 336 | 202 | 232 | 0 | 51 | 37 | 15 | 530 | 72 | 105 |
| Binary | 11011110 | 10000010 | 10011010 | 0 | 101001 | 11111 | 1101 | 101011000 | 111010 | 1000101 |
Color Harmonies of #DE829A
Complementary color
Monochromatic Colors of #DE829A
Black with #DE829A
Text Example
Text Example
White with #DE829A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE829A; }
p { color: rgb(222,130,154); }
H1.HeaderClassName
{
color: #DE829A;
}
.AnyTagClassName
{
color: #DE829A;
}
</style>
background-color css
<style>
a { background-color: #DE829A; }
a { background-color: rgb(222,130,154); }
div.DivClassName
{
background-color: #DE829A;
}
.BgClassName
{
background-color: #DE829A;
}
</style>
border-color css
<style>
span { border-color: #DE829A; }
span { border-color: rgb(222,130,154); }
td.TdClassName
{
border-color: #DE829A;
}
.TagClassName
{
border-color: #DE829A;
}
</style>