Shades of Carissma #DE8D93
Tints of Carissma #DE8D93
RGB
CMYK
RGB Variations
Color information
#DE8D93 (or 0xDE8D93) is known color: Carissma. HEX triplet: DE, 8D and 93. RGB value is (222,141,147). Sum of RGB (Red+Green+Blue) = 222+141+147=510 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.53% from 510); Green value is 141 (55.47% from 255 or 27.65% from 510); Blue value is 147 (57.81% from 255 or 28.82% from 510); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8D93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8D93 is #21726C. Grayscale: #A5A5A5. Windows color (decimal): -2191981 or 9670110. OLE color: 9670110.
HSL color Cylindrical-coordinate representation of color #DE8D93: hue angle of 355.56º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DE8D93 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 141 | 147 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.13 |
| HSL | 355.56º | 0.55% | 0.71% | - |
| HSV(B) | 355.56º | 0.36% | 0.87% | - |
| XYZ | 44.92 | 36.69 | 32.32 | - |
| YUV | 165.9 | 117.34 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 141 | 147 | 0 | 0.36 | 0.34 | 0.13 | 355.56 | 0.55 | 0.71 |
| Hex | DE | 8D | 93 | 0 | 24 | 22 | D | 164 | 37 | 47 |
| Octal | 336 | 215 | 223 | 0 | 44 | 42 | 15 | 544 | 67 | 107 |
| Binary | 11011110 | 10001101 | 10010011 | 0 | 100100 | 100010 | 1101 | 101100100 | 110111 | 1000111 |
Color Harmonies of #DE8D93
Complementary color
Monochromatic Colors of #DE8D93
Black with #DE8D93
Text Example
Text Example
White with #DE8D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8D93; }
p { color: rgb(222,141,147); }
H1.HeaderClassName
{
color: #DE8D93;
}
.AnyTagClassName
{
color: #DE8D93;
}
</style>
background-color css
<style>
a { background-color: #DE8D93; }
a { background-color: rgb(222,141,147); }
div.DivClassName
{
background-color: #DE8D93;
}
.BgClassName
{
background-color: #DE8D93;
}
</style>
border-color css
<style>
span { border-color: #DE8D93; }
span { border-color: rgb(222,141,147); }
td.TdClassName
{
border-color: #DE8D93;
}
.TagClassName
{
border-color: #DE8D93;
}
</style>