Shades of Carissma #DE7E8A
Tints of Carissma #DE7E8A
RGB
CMYK
RGB Variations
Color information
#DE7E8A (or 0xDE7E8A) is known color: Carissma. HEX triplet: DE, 7E and 8A. RGB value is (222,126,138). Sum of RGB (Red+Green+Blue) = 222+126+138=486 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.68% from 486); Green value is 126 (49.61% from 255 or 25.93% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7E8A is #218175. Grayscale: #9C9C9C. Windows color (decimal): -2195830 or 9076446. OLE color: 9076446.
HSL color Cylindrical-coordinate representation of color #DE7E8A: hue angle of 352.5º 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 #DE7E8A is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 126 | 138 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.13 |
| HSL | 352.5º | 0.59% | 0.68% | - |
| HSV(B) | 352.5º | 0.43% | 0.87% | - |
| XYZ | 42.17 | 32.29 | 28.05 | - |
| YUV | 156.07 | 117.8 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 126 | 138 | 0 | 0.43 | 0.38 | 0.13 | 352.5 | 0.59 | 0.68 |
| Hex | DE | 7E | 8A | 0 | 2B | 26 | D | 160 | 3B | 44 |
| Octal | 336 | 176 | 212 | 0 | 53 | 46 | 15 | 540 | 73 | 104 |
| Binary | 11011110 | 1111110 | 10001010 | 0 | 101011 | 100110 | 1101 | 101100000 | 111011 | 1000100 |
Color Harmonies of #DE7E8A
Complementary color
Monochromatic Colors of #DE7E8A
Black with #DE7E8A
Text Example
Text Example
White with #DE7E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7E8A; }
p { color: rgb(222,126,138); }
H1.HeaderClassName
{
color: #DE7E8A;
}
.AnyTagClassName
{
color: #DE7E8A;
}
</style>
background-color css
<style>
a { background-color: #DE7E8A; }
a { background-color: rgb(222,126,138); }
div.DivClassName
{
background-color: #DE7E8A;
}
.BgClassName
{
background-color: #DE7E8A;
}
</style>
border-color css
<style>
span { border-color: #DE7E8A; }
span { border-color: rgb(222,126,138); }
td.TdClassName
{
border-color: #DE7E8A;
}
.TagClassName
{
border-color: #DE7E8A;
}
</style>