Shades of Carissma #DE859F
Tints of Carissma #DE859F
RGB
CMYK
RGB Variations
Color information
#DE859F (or 0xDE859F) is known color: Carissma. HEX triplet: DE, 85 and 9F. RGB value is (222,133,159). Sum of RGB (Red+Green+Blue) = 222+133+159=514 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.19% from 514); Green value is 133 (52.34% from 255 or 25.88% from 514); Blue value is 159 (62.5% from 255 or 30.93% from 514); Max value from RGB is 222 - color contains mainly: red. Hex color #DE859F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE859F is #217A60. Grayscale: #A2A2A2. Windows color (decimal): -2194017 or 10454494. OLE color: 10454494.
HSL color Cylindrical-coordinate representation of color #DE859F: hue angle of 342.47º 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 #DE859F is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 133 | 159 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.13 |
| HSL | 342.47º | 0.57% | 0.7% | - |
| HSV(B) | 342.47º | 0.4% | 0.87% | - |
| XYZ | 44.77 | 34.81 | 37.16 | - |
| YUV | 162.58 | 125.99 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 133 | 159 | 0 | 0.40 | 0.28 | 0.13 | 342.47 | 0.57 | 0.7 |
| Hex | DE | 85 | 9F | 0 | 28 | 1C | D | 156 | 39 | 46 |
| Octal | 336 | 205 | 237 | 0 | 50 | 34 | 15 | 526 | 71 | 106 |
| Binary | 11011110 | 10000101 | 10011111 | 0 | 101000 | 11100 | 1101 | 101010110 | 111001 | 1000110 |
Color Harmonies of #DE859F
Complementary color
Monochromatic Colors of #DE859F
Black with #DE859F
Text Example
Text Example
White with #DE859F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE859F; }
p { color: rgb(222,133,159); }
H1.HeaderClassName
{
color: #DE859F;
}
.AnyTagClassName
{
color: #DE859F;
}
</style>
background-color css
<style>
a { background-color: #DE859F; }
a { background-color: rgb(222,133,159); }
div.DivClassName
{
background-color: #DE859F;
}
.BgClassName
{
background-color: #DE859F;
}
</style>
border-color css
<style>
span { border-color: #DE859F; }
span { border-color: rgb(222,133,159); }
td.TdClassName
{
border-color: #DE859F;
}
.TagClassName
{
border-color: #DE859F;
}
</style>