Shades of Carissma #DE858A
Tints of Carissma #DE858A
RGB
CMYK
RGB Variations
Color information
#DE858A (or 0xDE858A) is known color: Carissma. HEX triplet: DE, 85 and 8A. RGB value is (222,133,138). Sum of RGB (Red+Green+Blue) = 222+133+138=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 133 (52.34% from 255 or 26.98% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 222 - color contains mainly: red. Hex color #DE858A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE858A is #217A75. Grayscale: #A0A0A0. Windows color (decimal): -2194038 or 9078238. OLE color: 9078238.
HSL color Cylindrical-coordinate representation of color #DE858A: hue angle of 356.63º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DE858A is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 133 | 138 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.13 |
| HSL | 356.63º | 0.57% | 0.7% | - |
| HSV(B) | 356.63º | 0.4% | 0.87% | - |
| XYZ | 43.1 | 34.14 | 28.36 | - |
| YUV | 160.18 | 115.49 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 133 | 138 | 0 | 0.40 | 0.38 | 0.13 | 356.63 | 0.57 | 0.7 |
| Hex | DE | 85 | 8A | 0 | 28 | 26 | D | 165 | 39 | 46 |
| Octal | 336 | 205 | 212 | 0 | 50 | 46 | 15 | 545 | 71 | 106 |
| Binary | 11011110 | 10000101 | 10001010 | 0 | 101000 | 100110 | 1101 | 101100101 | 111001 | 1000110 |
Color Harmonies of #DE858A
Complementary color
Monochromatic Colors of #DE858A
Black with #DE858A
Text Example
Text Example
White with #DE858A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE858A; }
p { color: rgb(222,133,138); }
H1.HeaderClassName
{
color: #DE858A;
}
.AnyTagClassName
{
color: #DE858A;
}
</style>
background-color css
<style>
a { background-color: #DE858A; }
a { background-color: rgb(222,133,138); }
div.DivClassName
{
background-color: #DE858A;
}
.BgClassName
{
background-color: #DE858A;
}
</style>
border-color css
<style>
span { border-color: #DE858A; }
span { border-color: rgb(222,133,138); }
td.TdClassName
{
border-color: #DE858A;
}
.TagClassName
{
border-color: #DE858A;
}
</style>