Shades of Carissma #DE8C99
Tints of Carissma #DE8C99
RGB
CMYK
RGB Variations
Color information
#DE8C99 (or 0xDE8C99) is known color: Carissma. HEX triplet: DE, 8C and 99. RGB value is (222,140,153). Sum of RGB (Red+Green+Blue) = 222+140+153=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 140 (55.08% from 255 or 27.18% from 515); Blue value is 153 (60.16% from 255 or 29.71% from 515); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8C99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8C99 is #217366. Grayscale: #A6A6A6. Windows color (decimal): -2192231 or 10063070. OLE color: 10063070.
HSL color Cylindrical-coordinate representation of color #DE8C99: hue angle of 350.49º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DE8C99 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 140 | 153 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.13 |
| HSL | 350.49º | 0.55% | 0.71% | - |
| HSV(B) | 350.49º | 0.37% | 0.87% | - |
| XYZ | 45.25 | 36.59 | 34.81 | - |
| YUV | 166 | 120.67 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 140 | 153 | 0 | 0.37 | 0.31 | 0.13 | 350.49 | 0.55 | 0.71 |
| Hex | DE | 8C | 99 | 0 | 25 | 1F | D | 15E | 37 | 47 |
| Octal | 336 | 214 | 231 | 0 | 45 | 37 | 15 | 536 | 67 | 107 |
| Binary | 11011110 | 10001100 | 10011001 | 0 | 100101 | 11111 | 1101 | 101011110 | 110111 | 1000111 |
Color Harmonies of #DE8C99
Complementary color
Monochromatic Colors of #DE8C99
Black with #DE8C99
Text Example
Text Example
White with #DE8C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8C99; }
p { color: rgb(222,140,153); }
H1.HeaderClassName
{
color: #DE8C99;
}
.AnyTagClassName
{
color: #DE8C99;
}
</style>
background-color css
<style>
a { background-color: #DE8C99; }
a { background-color: rgb(222,140,153); }
div.DivClassName
{
background-color: #DE8C99;
}
.BgClassName
{
background-color: #DE8C99;
}
</style>
border-color css
<style>
span { border-color: #DE8C99; }
span { border-color: rgb(222,140,153); }
td.TdClassName
{
border-color: #DE8C99;
}
.TagClassName
{
border-color: #DE8C99;
}
</style>