Shades of Carissma #DE80A2
Tints of Carissma #DE80A2
RGB
CMYK
RGB Variations
Color information
#DE80A2 (or 0xDE80A2) is known color: Carissma. HEX triplet: DE, 80 and A2. RGB value is (222,128,162). Sum of RGB (Red+Green+Blue) = 222+128+162=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 128 (50.39% from 255 or 25% from 512); Blue value is 162 (63.67% from 255 or 31.64% from 512); Max value from RGB is 222 - color contains mainly: red. Hex color #DE80A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE80A2 is #217F5D. Grayscale: #9F9F9F. Windows color (decimal): -2195294 or 10649822. OLE color: 10649822.
HSL color Cylindrical-coordinate representation of color #DE80A2: hue angle of 338.3º 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 #DE80A2 is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 128 | 162 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.13 |
| HSL | 338.3º | 0.59% | 0.69% | - |
| HSV(B) | 338.3º | 0.42% | 0.87% | - |
| XYZ | 44.36 | 33.58 | 38.33 | - |
| YUV | 159.98 | 129.14 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 128 | 162 | 0 | 0.42 | 0.27 | 0.13 | 338.3 | 0.59 | 0.69 |
| Hex | DE | 80 | A2 | 0 | 2A | 1B | D | 152 | 3B | 45 |
| Octal | 336 | 200 | 242 | 0 | 52 | 33 | 15 | 522 | 73 | 105 |
| Binary | 11011110 | 10000000 | 10100010 | 0 | 101010 | 11011 | 1101 | 101010010 | 111011 | 1000101 |
Color Harmonies of #DE80A2
Complementary color
Monochromatic Colors of #DE80A2
Black with #DE80A2
Text Example
Text Example
White with #DE80A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE80A2; }
p { color: rgb(222,128,162); }
H1.HeaderClassName
{
color: #DE80A2;
}
.AnyTagClassName
{
color: #DE80A2;
}
</style>
background-color css
<style>
a { background-color: #DE80A2; }
a { background-color: rgb(222,128,162); }
div.DivClassName
{
background-color: #DE80A2;
}
.BgClassName
{
background-color: #DE80A2;
}
</style>
border-color css
<style>
span { border-color: #DE80A2; }
span { border-color: rgb(222,128,162); }
td.TdClassName
{
border-color: #DE80A2;
}
.TagClassName
{
border-color: #DE80A2;
}
</style>