Shades of Carissma #DE82A1
Tints of Carissma #DE82A1
RGB
CMYK
RGB Variations
Color information
#DE82A1 (or 0xDE82A1) is known color: Carissma. HEX triplet: DE, 82 and A1. RGB value is (222,130,161). Sum of RGB (Red+Green+Blue) = 222+130+161=513 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.27% from 513); Green value is 130 (51.17% from 255 or 25.34% from 513); Blue value is 161 (63.28% from 255 or 31.38% from 513); Max value from RGB is 222 - color contains mainly: red. Hex color #DE82A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE82A1 is #217D5E. Grayscale: #A1A1A1. Windows color (decimal): -2194783 or 10584798. OLE color: 10584798.
HSL color Cylindrical-coordinate representation of color #DE82A1: hue angle of 339.78º 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 #DE82A1 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 130 | 161 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.13 |
| HSL | 339.78º | 0.58% | 0.69% | - |
| HSV(B) | 339.78º | 0.41% | 0.87% | - |
| XYZ | 44.54 | 34.07 | 37.95 | - |
| YUV | 161.04 | 127.98 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 130 | 161 | 0 | 0.41 | 0.27 | 0.13 | 339.78 | 0.58 | 0.69 |
| Hex | DE | 82 | A1 | 0 | 29 | 1B | D | 154 | 3A | 45 |
| Octal | 336 | 202 | 241 | 0 | 51 | 33 | 15 | 524 | 72 | 105 |
| Binary | 11011110 | 10000010 | 10100001 | 0 | 101001 | 11011 | 1101 | 101010100 | 111010 | 1000101 |
Color Harmonies of #DE82A1
Complementary color
Monochromatic Colors of #DE82A1
Black with #DE82A1
Text Example
Text Example
White with #DE82A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE82A1; }
p { color: rgb(222,130,161); }
H1.HeaderClassName
{
color: #DE82A1;
}
.AnyTagClassName
{
color: #DE82A1;
}
</style>
background-color css
<style>
a { background-color: #DE82A1; }
a { background-color: rgb(222,130,161); }
div.DivClassName
{
background-color: #DE82A1;
}
.BgClassName
{
background-color: #DE82A1;
}
</style>
border-color css
<style>
span { border-color: #DE82A1; }
span { border-color: rgb(222,130,161); }
td.TdClassName
{
border-color: #DE82A1;
}
.TagClassName
{
border-color: #DE82A1;
}
</style>