Shades of Carissma #DE8990
Tints of Carissma #DE8990
RGB
CMYK
RGB Variations
Color information
#DE8990 (or 0xDE8990) is known color: Carissma. HEX triplet: DE, 89 and 90. RGB value is (222,137,144). Sum of RGB (Red+Green+Blue) = 222+137+144=503 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.14% from 503); Green value is 137 (53.91% from 255 or 27.24% from 503); Blue value is 144 (56.64% from 255 or 28.63% from 503); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8990 is #21766F. Grayscale: #A3A3A3. Windows color (decimal): -2193008 or 9472478. OLE color: 9472478.
HSL color Cylindrical-coordinate representation of color #DE8990: hue angle of 355.06º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DE8990 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 137 | 144 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.13 |
| HSL | 355.06º | 0.56% | 0.7% | - |
| HSV(B) | 355.06º | 0.38% | 0.87% | - |
| XYZ | 44.1 | 35.43 | 30.9 | - |
| YUV | 163.21 | 117.16 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 137 | 144 | 0 | 0.38 | 0.35 | 0.13 | 355.06 | 0.56 | 0.7 |
| Hex | DE | 89 | 90 | 0 | 26 | 23 | D | 163 | 38 | 46 |
| Octal | 336 | 211 | 220 | 0 | 46 | 43 | 15 | 543 | 70 | 106 |
| Binary | 11011110 | 10001001 | 10010000 | 0 | 100110 | 100011 | 1101 | 101100011 | 111000 | 1000110 |
Color Harmonies of #DE8990
Complementary color
Monochromatic Colors of #DE8990
Black with #DE8990
Text Example
Text Example
White with #DE8990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8990; }
p { color: rgb(222,137,144); }
H1.HeaderClassName
{
color: #DE8990;
}
.AnyTagClassName
{
color: #DE8990;
}
</style>
background-color css
<style>
a { background-color: #DE8990; }
a { background-color: rgb(222,137,144); }
div.DivClassName
{
background-color: #DE8990;
}
.BgClassName
{
background-color: #DE8990;
}
</style>
border-color css
<style>
span { border-color: #DE8990; }
span { border-color: rgb(222,137,144); }
td.TdClassName
{
border-color: #DE8990;
}
.TagClassName
{
border-color: #DE8990;
}
</style>