Shades of Carissma #DE858B
Tints of Carissma #DE858B
RGB
CMYK
RGB Variations
Color information
#DE858B (or 0xDE858B) is known color: Carissma. HEX triplet: DE, 85 and 8B. RGB value is (222,133,139). Sum of RGB (Red+Green+Blue) = 222+133+139=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 222 - color contains mainly: red. Hex color #DE858B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE858B is #217A74. Grayscale: #A0A0A0. Windows color (decimal): -2194037 or 9143774. OLE color: 9143774.
HSL color Cylindrical-coordinate representation of color #DE858B: hue angle of 355.96º 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 #DE858B is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 133 | 139 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.13 |
| HSL | 355.96º | 0.57% | 0.7% | - |
| HSV(B) | 355.96º | 0.4% | 0.87% | - |
| XYZ | 43.17 | 34.17 | 28.75 | - |
| YUV | 160.3 | 115.99 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 133 | 139 | 0 | 0.40 | 0.37 | 0.13 | 355.96 | 0.57 | 0.7 |
| Hex | DE | 85 | 8B | 0 | 28 | 25 | D | 164 | 39 | 46 |
| Octal | 336 | 205 | 213 | 0 | 50 | 45 | 15 | 544 | 71 | 106 |
| Binary | 11011110 | 10000101 | 10001011 | 0 | 101000 | 100101 | 1101 | 101100100 | 111001 | 1000110 |
Color Harmonies of #DE858B
Complementary color
Monochromatic Colors of #DE858B
Black with #DE858B
Text Example
Text Example
White with #DE858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE858B; }
p { color: rgb(222,133,139); }
H1.HeaderClassName
{
color: #DE858B;
}
.AnyTagClassName
{
color: #DE858B;
}
</style>
background-color css
<style>
a { background-color: #DE858B; }
a { background-color: rgb(222,133,139); }
div.DivClassName
{
background-color: #DE858B;
}
.BgClassName
{
background-color: #DE858B;
}
</style>
border-color css
<style>
span { border-color: #DE858B; }
span { border-color: rgb(222,133,139); }
td.TdClassName
{
border-color: #DE858B;
}
.TagClassName
{
border-color: #DE858B;
}
</style>