Shades of Carissma #DE8497
Tints of Carissma #DE8497
RGB
CMYK
RGB Variations
Color information
#DE8497 (or 0xDE8497) is known color: Carissma. HEX triplet: DE, 84 and 97. RGB value is (222,132,151). Sum of RGB (Red+Green+Blue) = 222+132+151=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 132 (51.95% from 255 or 26.14% from 505); Blue value is 151 (59.38% from 255 or 29.90% from 505); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8497 is #217B68. Grayscale: #A1A1A1. Windows color (decimal): -2194281 or 9929950. OLE color: 9929950.
HSL color Cylindrical-coordinate representation of color #DE8497: hue angle of 347.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 #DE8497 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 132 | 151 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.13 |
| HSL | 347.33º | 0.58% | 0.69% | - |
| HSV(B) | 347.33º | 0.41% | 0.87% | - |
| XYZ | 43.96 | 34.27 | 33.58 | - |
| YUV | 161.08 | 122.32 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 132 | 151 | 0 | 0.41 | 0.32 | 0.13 | 347.33 | 0.58 | 0.69 |
| Hex | DE | 84 | 97 | 0 | 29 | 20 | D | 15B | 3A | 45 |
| Octal | 336 | 204 | 227 | 0 | 51 | 40 | 15 | 533 | 72 | 105 |
| Binary | 11011110 | 10000100 | 10010111 | 0 | 101001 | 100000 | 1101 | 101011011 | 111010 | 1000101 |
Color Harmonies of #DE8497
Complementary color
Monochromatic Colors of #DE8497
Black with #DE8497
Text Example
Text Example
White with #DE8497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8497; }
p { color: rgb(222,132,151); }
H1.HeaderClassName
{
color: #DE8497;
}
.AnyTagClassName
{
color: #DE8497;
}
</style>
background-color css
<style>
a { background-color: #DE8497; }
a { background-color: rgb(222,132,151); }
div.DivClassName
{
background-color: #DE8497;
}
.BgClassName
{
background-color: #DE8497;
}
</style>
border-color css
<style>
span { border-color: #DE8497; }
span { border-color: rgb(222,132,151); }
td.TdClassName
{
border-color: #DE8497;
}
.TagClassName
{
border-color: #DE8497;
}
</style>