Shades of Carissma #DE858F
Tints of Carissma #DE858F
RGB
CMYK
RGB Variations
Color information
#DE858F (or 0xDE858F) is known color: Carissma. HEX triplet: DE, 85 and 8F. RGB value is (222,133,143). Sum of RGB (Red+Green+Blue) = 222+133+143=498 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.58% from 498); Green value is 133 (52.34% from 255 or 26.71% from 498); Blue value is 143 (56.25% from 255 or 28.71% from 498); Max value from RGB is 222 - color contains mainly: red. Hex color #DE858F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE858F is #217A70. Grayscale: #A0A0A0. Windows color (decimal): -2194033 or 9405918. OLE color: 9405918.
HSL color Cylindrical-coordinate representation of color #DE858F: hue angle of 353.26º 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 #DE858F is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 133 | 143 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.13 |
| HSL | 353.26º | 0.57% | 0.7% | - |
| HSV(B) | 353.26º | 0.4% | 0.87% | - |
| XYZ | 43.47 | 34.29 | 30.31 | - |
| YUV | 160.75 | 117.99 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 133 | 143 | 0 | 0.40 | 0.36 | 0.13 | 353.26 | 0.57 | 0.7 |
| Hex | DE | 85 | 8F | 0 | 28 | 24 | D | 161 | 39 | 46 |
| Octal | 336 | 205 | 217 | 0 | 50 | 44 | 15 | 541 | 71 | 106 |
| Binary | 11011110 | 10000101 | 10001111 | 0 | 101000 | 100100 | 1101 | 101100001 | 111001 | 1000110 |
Color Harmonies of #DE858F
Complementary color
Monochromatic Colors of #DE858F
Black with #DE858F
Text Example
Text Example
White with #DE858F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE858F; }
p { color: rgb(222,133,143); }
H1.HeaderClassName
{
color: #DE858F;
}
.AnyTagClassName
{
color: #DE858F;
}
</style>
background-color css
<style>
a { background-color: #DE858F; }
a { background-color: rgb(222,133,143); }
div.DivClassName
{
background-color: #DE858F;
}
.BgClassName
{
background-color: #DE858F;
}
</style>
border-color css
<style>
span { border-color: #DE858F; }
span { border-color: rgb(222,133,143); }
td.TdClassName
{
border-color: #DE858F;
}
.TagClassName
{
border-color: #DE858F;
}
</style>