Shades of Carissma #DE7C8B
Tints of Carissma #DE7C8B
RGB
CMYK
RGB Variations
Color information
#DE7C8B (or 0xDE7C8B) is known color: Carissma. HEX triplet: DE, 7C and 8B. RGB value is (222,124,139). Sum of RGB (Red+Green+Blue) = 222+124+139=485 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.77% from 485); Green value is 124 (48.83% from 255 or 25.57% from 485); Blue value is 139 (54.69% from 255 or 28.66% from 485); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7C8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7C8B is #218374. Grayscale: #9B9B9B. Windows color (decimal): -2196341 or 9141470. OLE color: 9141470.
HSL color Cylindrical-coordinate representation of color #DE7C8B: hue angle of 350.82º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DE7C8B is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 124 | 139 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.13 |
| HSL | 350.82º | 0.6% | 0.68% | - |
| HSV(B) | 350.82º | 0.44% | 0.87% | - |
| XYZ | 41.99 | 31.81 | 28.35 | - |
| YUV | 155.01 | 118.97 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 124 | 139 | 0 | 0.44 | 0.37 | 0.13 | 350.82 | 0.6 | 0.68 |
| Hex | DE | 7C | 8B | 0 | 2C | 25 | D | 15F | 3C | 44 |
| Octal | 336 | 174 | 213 | 0 | 54 | 45 | 15 | 537 | 74 | 104 |
| Binary | 11011110 | 1111100 | 10001011 | 0 | 101100 | 100101 | 1101 | 101011111 | 111100 | 1000100 |
Color Harmonies of #DE7C8B
Complementary color
Monochromatic Colors of #DE7C8B
Black with #DE7C8B
Text Example
Text Example
White with #DE7C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7C8B; }
p { color: rgb(222,124,139); }
H1.HeaderClassName
{
color: #DE7C8B;
}
.AnyTagClassName
{
color: #DE7C8B;
}
</style>
background-color css
<style>
a { background-color: #DE7C8B; }
a { background-color: rgb(222,124,139); }
div.DivClassName
{
background-color: #DE7C8B;
}
.BgClassName
{
background-color: #DE7C8B;
}
</style>
border-color css
<style>
span { border-color: #DE7C8B; }
span { border-color: rgb(222,124,139); }
td.TdClassName
{
border-color: #DE7C8B;
}
.TagClassName
{
border-color: #DE7C8B;
}
</style>