Shades of Carissma #DE8289
Tints of Carissma #DE8289
RGB
CMYK
RGB Variations
Color information
#DE8289 (or 0xDE8289) is known color: Carissma. HEX triplet: DE, 82 and 89. RGB value is (222,130,137). Sum of RGB (Red+Green+Blue) = 222+130+137=489 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.40% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 137 (53.91% from 255 or 28.02% from 489); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8289 is #217D76. Grayscale: #9E9E9E. Windows color (decimal): -2194807 or 9011934. OLE color: 9011934.
HSL color Cylindrical-coordinate representation of color #DE8289: hue angle of 355.43º 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 #DE8289 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 130 | 137 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.13 |
| HSL | 355.43º | 0.58% | 0.69% | - |
| HSV(B) | 355.43º | 0.41% | 0.87% | - |
| XYZ | 42.62 | 33.3 | 27.85 | - |
| YUV | 158.31 | 115.98 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 130 | 137 | 0 | 0.41 | 0.38 | 0.13 | 355.43 | 0.58 | 0.69 |
| Hex | DE | 82 | 89 | 0 | 29 | 26 | D | 163 | 3A | 45 |
| Octal | 336 | 202 | 211 | 0 | 51 | 46 | 15 | 543 | 72 | 105 |
| Binary | 11011110 | 10000010 | 10001001 | 0 | 101001 | 100110 | 1101 | 101100011 | 111010 | 1000101 |
Color Harmonies of #DE8289
Complementary color
Monochromatic Colors of #DE8289
Black with #DE8289
Text Example
Text Example
White with #DE8289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8289; }
p { color: rgb(222,130,137); }
H1.HeaderClassName
{
color: #DE8289;
}
.AnyTagClassName
{
color: #DE8289;
}
</style>
background-color css
<style>
a { background-color: #DE8289; }
a { background-color: rgb(222,130,137); }
div.DivClassName
{
background-color: #DE8289;
}
.BgClassName
{
background-color: #DE8289;
}
</style>
border-color css
<style>
span { border-color: #DE8289; }
span { border-color: rgb(222,130,137); }
td.TdClassName
{
border-color: #DE8289;
}
.TagClassName
{
border-color: #DE8289;
}
</style>