Shades of Carissma #DE7E88
Tints of Carissma #DE7E88
RGB
CMYK
RGB Variations
Color information
#DE7E88 (or 0xDE7E88) is known color: Carissma. HEX triplet: DE, 7E and 88. RGB value is (222,126,136). Sum of RGB (Red+Green+Blue) = 222+126+136=484 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.87% from 484); Green value is 126 (49.61% from 255 or 26.03% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7E88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7E88 is #218177. Grayscale: #9B9B9B. Windows color (decimal): -2195832 or 8945374. OLE color: 8945374.
HSL color Cylindrical-coordinate representation of color #DE7E88: hue angle of 353.75º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DE7E88 is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 126 | 136 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.13 |
| HSL | 353.75º | 0.59% | 0.68% | - |
| HSV(B) | 353.75º | 0.43% | 0.87% | - |
| XYZ | 42.03 | 32.23 | 27.3 | - |
| YUV | 155.84 | 116.8 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 126 | 136 | 0 | 0.43 | 0.39 | 0.13 | 353.75 | 0.59 | 0.68 |
| Hex | DE | 7E | 88 | 0 | 2B | 27 | D | 162 | 3B | 44 |
| Octal | 336 | 176 | 210 | 0 | 53 | 47 | 15 | 542 | 73 | 104 |
| Binary | 11011110 | 1111110 | 10001000 | 0 | 101011 | 100111 | 1101 | 101100010 | 111011 | 1000100 |
Color Harmonies of #DE7E88
Complementary color
Monochromatic Colors of #DE7E88
Black with #DE7E88
Text Example
Text Example
White with #DE7E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7E88; }
p { color: rgb(222,126,136); }
H1.HeaderClassName
{
color: #DE7E88;
}
.AnyTagClassName
{
color: #DE7E88;
}
</style>
background-color css
<style>
a { background-color: #DE7E88; }
a { background-color: rgb(222,126,136); }
div.DivClassName
{
background-color: #DE7E88;
}
.BgClassName
{
background-color: #DE7E88;
}
</style>
border-color css
<style>
span { border-color: #DE7E88; }
span { border-color: rgb(222,126,136); }
td.TdClassName
{
border-color: #DE7E88;
}
.TagClassName
{
border-color: #DE7E88;
}
</style>