Shades of Carissma #DE80A1
Tints of Carissma #DE80A1
RGB
CMYK
RGB Variations
Color information
#DE80A1 (or 0xDE80A1) is known color: Carissma. HEX triplet: DE, 80 and A1. RGB value is (222,128,161). Sum of RGB (Red+Green+Blue) = 222+128+161=511 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.44% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 161 (63.28% from 255 or 31.51% from 511); Max value from RGB is 222 - color contains mainly: red. Hex color #DE80A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE80A1 is #217F5E. Grayscale: #9F9F9F. Windows color (decimal): -2195295 or 10584286. OLE color: 10584286.
HSL color Cylindrical-coordinate representation of color #DE80A1: hue angle of 338.94º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DE80A1 is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 128 | 161 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.13 |
| HSL | 338.94º | 0.59% | 0.69% | - |
| HSV(B) | 338.94º | 0.42% | 0.87% | - |
| XYZ | 44.28 | 33.54 | 37.86 | - |
| YUV | 159.87 | 128.64 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 128 | 161 | 0 | 0.42 | 0.27 | 0.13 | 338.94 | 0.59 | 0.69 |
| Hex | DE | 80 | A1 | 0 | 2A | 1B | D | 153 | 3B | 45 |
| Octal | 336 | 200 | 241 | 0 | 52 | 33 | 15 | 523 | 73 | 105 |
| Binary | 11011110 | 10000000 | 10100001 | 0 | 101010 | 11011 | 1101 | 101010011 | 111011 | 1000101 |
Color Harmonies of #DE80A1
Complementary color
Monochromatic Colors of #DE80A1
Black with #DE80A1
Text Example
Text Example
White with #DE80A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE80A1; }
p { color: rgb(222,128,161); }
H1.HeaderClassName
{
color: #DE80A1;
}
.AnyTagClassName
{
color: #DE80A1;
}
</style>
background-color css
<style>
a { background-color: #DE80A1; }
a { background-color: rgb(222,128,161); }
div.DivClassName
{
background-color: #DE80A1;
}
.BgClassName
{
background-color: #DE80A1;
}
</style>
border-color css
<style>
span { border-color: #DE80A1; }
span { border-color: rgb(222,128,161); }
td.TdClassName
{
border-color: #DE80A1;
}
.TagClassName
{
border-color: #DE80A1;
}
</style>