Shades of Carissma #DE8288
Tints of Carissma #DE8288
RGB
CMYK
RGB Variations
Color information
#DE8288 (or 0xDE8288) is known color: Carissma. HEX triplet: DE, 82 and 88. RGB value is (222,130,136). Sum of RGB (Red+Green+Blue) = 222+130+136=488 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.49% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 136 (53.52% from 255 or 27.87% from 488); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8288 is #217D77. Grayscale: #9E9E9E. Windows color (decimal): -2194808 or 8946398. OLE color: 8946398.
HSL color Cylindrical-coordinate representation of color #DE8288: hue angle of 356.09º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DE8288 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 130 | 136 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.13 |
| HSL | 356.09º | 0.58% | 0.69% | - |
| HSV(B) | 356.09º | 0.41% | 0.87% | - |
| XYZ | 42.55 | 33.27 | 27.47 | - |
| YUV | 158.19 | 115.48 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 130 | 136 | 0 | 0.41 | 0.39 | 0.13 | 356.09 | 0.58 | 0.69 |
| Hex | DE | 82 | 88 | 0 | 29 | 27 | D | 164 | 3A | 45 |
| Octal | 336 | 202 | 210 | 0 | 51 | 47 | 15 | 544 | 72 | 105 |
| Binary | 11011110 | 10000010 | 10001000 | 0 | 101001 | 100111 | 1101 | 101100100 | 111010 | 1000101 |
Color Harmonies of #DE8288
Complementary color
Monochromatic Colors of #DE8288
Black with #DE8288
Text Example
Text Example
White with #DE8288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8288; }
p { color: rgb(222,130,136); }
H1.HeaderClassName
{
color: #DE8288;
}
.AnyTagClassName
{
color: #DE8288;
}
</style>
background-color css
<style>
a { background-color: #DE8288; }
a { background-color: rgb(222,130,136); }
div.DivClassName
{
background-color: #DE8288;
}
.BgClassName
{
background-color: #DE8288;
}
</style>
border-color css
<style>
span { border-color: #DE8288; }
span { border-color: rgb(222,130,136); }
td.TdClassName
{
border-color: #DE8288;
}
.TagClassName
{
border-color: #DE8288;
}
</style>