Shades of Carissma #DE84A0
Tints of Carissma #DE84A0
RGB
CMYK
RGB Variations
Color information
#DE84A0 (or 0xDE84A0) is known color: Carissma. HEX triplet: DE, 84 and A0. RGB value is (222,132,160). Sum of RGB (Red+Green+Blue) = 222+132+160=514 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.19% from 514); Green value is 132 (51.95% from 255 or 25.68% from 514); Blue value is 160 (62.89% from 255 or 31.13% from 514); Max value from RGB is 222 - color contains mainly: red. Hex color #DE84A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE84A0 is #217B5F. Grayscale: #A2A2A2. Windows color (decimal): -2194272 or 10519774. OLE color: 10519774.
HSL color Cylindrical-coordinate representation of color #DE84A0: hue angle of 341.33º 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 #DE84A0 is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 132 | 160 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.13 |
| HSL | 341.33º | 0.58% | 0.69% | - |
| HSV(B) | 341.33º | 0.41% | 0.87% | - |
| XYZ | 44.72 | 34.57 | 37.57 | - |
| YUV | 162.1 | 126.82 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 132 | 160 | 0 | 0.41 | 0.28 | 0.13 | 341.33 | 0.58 | 0.69 |
| Hex | DE | 84 | A0 | 0 | 29 | 1C | D | 155 | 3A | 45 |
| Octal | 336 | 204 | 240 | 0 | 51 | 34 | 15 | 525 | 72 | 105 |
| Binary | 11011110 | 10000100 | 10100000 | 0 | 101001 | 11100 | 1101 | 101010101 | 111010 | 1000101 |
Color Harmonies of #DE84A0
Complementary color
Monochromatic Colors of #DE84A0
Black with #DE84A0
Text Example
Text Example
White with #DE84A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE84A0; }
p { color: rgb(222,132,160); }
H1.HeaderClassName
{
color: #DE84A0;
}
.AnyTagClassName
{
color: #DE84A0;
}
</style>
background-color css
<style>
a { background-color: #DE84A0; }
a { background-color: rgb(222,132,160); }
div.DivClassName
{
background-color: #DE84A0;
}
.BgClassName
{
background-color: #DE84A0;
}
</style>
border-color css
<style>
span { border-color: #DE84A0; }
span { border-color: rgb(222,132,160); }
td.TdClassName
{
border-color: #DE84A0;
}
.TagClassName
{
border-color: #DE84A0;
}
</style>