Shades of Carissma #DE7A8D
Tints of Carissma #DE7A8D
RGB
CMYK
RGB Variations
Color information
#DE7A8D (or 0xDE7A8D) is known color: Carissma. HEX triplet: DE, 7A and 8D. RGB value is (222,122,141). Sum of RGB (Red+Green+Blue) = 222+122+141=485 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.77% from 485); Green value is 122 (48.05% from 255 or 25.15% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7A8D is #218572. Grayscale: #9A9A9A. Windows color (decimal): -2196851 or 9272030. OLE color: 9272030.
HSL color Cylindrical-coordinate representation of color #DE7A8D: hue angle of 348.6º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE7A8D is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 122 | 141 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.13 |
| HSL | 348.6º | 0.6% | 0.67% | - |
| HSV(B) | 348.6º | 0.45% | 0.87% | - |
| XYZ | 41.89 | 31.37 | 29.05 | - |
| YUV | 154.07 | 120.63 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 122 | 141 | 0 | 0.45 | 0.36 | 0.13 | 348.6 | 0.6 | 0.67 |
| Hex | DE | 7A | 8D | 0 | 2D | 24 | D | 15D | 3C | 43 |
| Octal | 336 | 172 | 215 | 0 | 55 | 44 | 15 | 535 | 74 | 103 |
| Binary | 11011110 | 1111010 | 10001101 | 0 | 101101 | 100100 | 1101 | 101011101 | 111100 | 1000011 |
Color Harmonies of #DE7A8D
Complementary color
Monochromatic Colors of #DE7A8D
Black with #DE7A8D
Text Example
Text Example
White with #DE7A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7A8D; }
p { color: rgb(222,122,141); }
H1.HeaderClassName
{
color: #DE7A8D;
}
.AnyTagClassName
{
color: #DE7A8D;
}
</style>
background-color css
<style>
a { background-color: #DE7A8D; }
a { background-color: rgb(222,122,141); }
div.DivClassName
{
background-color: #DE7A8D;
}
.BgClassName
{
background-color: #DE7A8D;
}
</style>
border-color css
<style>
span { border-color: #DE7A8D; }
span { border-color: rgb(222,122,141); }
td.TdClassName
{
border-color: #DE7A8D;
}
.TagClassName
{
border-color: #DE7A8D;
}
</style>