Shades of Carissma #DE7D9E
Tints of Carissma #DE7D9E
RGB
CMYK
RGB Variations
Color information
#DE7D9E (or 0xDE7D9E) is known color: Carissma. HEX triplet: DE, 7D and 9E. RGB value is (222,125,158). Sum of RGB (Red+Green+Blue) = 222+125+158=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 125 (49.22% from 255 or 24.75% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7D9E is #218261. Grayscale: #9D9D9D. Windows color (decimal): -2196066 or 10386910. OLE color: 10386910.
HSL color Cylindrical-coordinate representation of color #DE7D9E: hue angle of 339.59º 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 #DE7D9E is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 125 | 158 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.13 |
| HSL | 339.59º | 0.6% | 0.68% | - |
| HSV(B) | 339.59º | 0.44% | 0.87% | - |
| XYZ | 43.63 | 32.67 | 36.35 | - |
| YUV | 157.77 | 128.14 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 125 | 158 | 0 | 0.44 | 0.29 | 0.13 | 339.59 | 0.6 | 0.68 |
| Hex | DE | 7D | 9E | 0 | 2C | 1D | D | 154 | 3C | 44 |
| Octal | 336 | 175 | 236 | 0 | 54 | 35 | 15 | 524 | 74 | 104 |
| Binary | 11011110 | 1111101 | 10011110 | 0 | 101100 | 11101 | 1101 | 101010100 | 111100 | 1000100 |
Color Harmonies of #DE7D9E
Complementary color
Monochromatic Colors of #DE7D9E
Black with #DE7D9E
Text Example
Text Example
White with #DE7D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7D9E; }
p { color: rgb(222,125,158); }
H1.HeaderClassName
{
color: #DE7D9E;
}
.AnyTagClassName
{
color: #DE7D9E;
}
</style>
background-color css
<style>
a { background-color: #DE7D9E; }
a { background-color: rgb(222,125,158); }
div.DivClassName
{
background-color: #DE7D9E;
}
.BgClassName
{
background-color: #DE7D9E;
}
</style>
border-color css
<style>
span { border-color: #DE7D9E; }
span { border-color: rgb(222,125,158); }
td.TdClassName
{
border-color: #DE7D9E;
}
.TagClassName
{
border-color: #DE7D9E;
}
</style>