Shades of Carissma #DE7D94
Tints of Carissma #DE7D94
RGB
CMYK
RGB Variations
Color information
#DE7D94 (or 0xDE7D94) is known color: Carissma. HEX triplet: DE, 7D and 94. RGB value is (222,125,148). Sum of RGB (Red+Green+Blue) = 222+125+148=495 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.85% from 495); Green value is 125 (49.22% from 255 or 25.25% from 495); Blue value is 148 (58.20% from 255 or 29.90% from 495); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7D94 is #21826B. Grayscale: #9C9C9C. Windows color (decimal): -2196076 or 9731550. OLE color: 9731550.
HSL color Cylindrical-coordinate representation of color #DE7D94: hue angle of 345.77º 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 #DE7D94 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 125 | 148 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.13 |
| HSL | 345.77º | 0.6% | 0.68% | - |
| HSV(B) | 345.77º | 0.44% | 0.87% | - |
| XYZ | 42.8 | 32.33 | 32 | - |
| YUV | 156.63 | 123.14 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 125 | 148 | 0 | 0.44 | 0.33 | 0.13 | 345.77 | 0.6 | 0.68 |
| Hex | DE | 7D | 94 | 0 | 2C | 21 | D | 15A | 3C | 44 |
| Octal | 336 | 175 | 224 | 0 | 54 | 41 | 15 | 532 | 74 | 104 |
| Binary | 11011110 | 1111101 | 10010100 | 0 | 101100 | 100001 | 1101 | 101011010 | 111100 | 1000100 |
Color Harmonies of #DE7D94
Complementary color
Monochromatic Colors of #DE7D94
Black with #DE7D94
Text Example
Text Example
White with #DE7D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7D94; }
p { color: rgb(222,125,148); }
H1.HeaderClassName
{
color: #DE7D94;
}
.AnyTagClassName
{
color: #DE7D94;
}
</style>
background-color css
<style>
a { background-color: #DE7D94; }
a { background-color: rgb(222,125,148); }
div.DivClassName
{
background-color: #DE7D94;
}
.BgClassName
{
background-color: #DE7D94;
}
</style>
border-color css
<style>
span { border-color: #DE7D94; }
span { border-color: rgb(222,125,148); }
td.TdClassName
{
border-color: #DE7D94;
}
.TagClassName
{
border-color: #DE7D94;
}
</style>