Shades of Carissma #DE8098
Tints of Carissma #DE8098
RGB
CMYK
RGB Variations
Color information
#DE8098 (or 0xDE8098) is known color: Carissma. HEX triplet: DE, 80 and 98. RGB value is (222,128,152). Sum of RGB (Red+Green+Blue) = 222+128+152=502 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.22% from 502); Green value is 128 (50.39% from 255 or 25.50% from 502); Blue value is 152 (59.77% from 255 or 30.28% from 502); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8098 is #217F67. Grayscale: #9E9E9E. Windows color (decimal): -2195304 or 9994462. OLE color: 9994462.
HSL color Cylindrical-coordinate representation of color #DE8098: hue angle of 344.68º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DE8098 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 128 | 152 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.13 |
| HSL | 344.68º | 0.59% | 0.69% | - |
| HSV(B) | 344.68º | 0.42% | 0.87% | - |
| XYZ | 43.51 | 33.23 | 33.83 | - |
| YUV | 158.84 | 124.14 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 128 | 152 | 0 | 0.42 | 0.32 | 0.13 | 344.68 | 0.59 | 0.69 |
| Hex | DE | 80 | 98 | 0 | 2A | 20 | D | 159 | 3B | 45 |
| Octal | 336 | 200 | 230 | 0 | 52 | 40 | 15 | 531 | 73 | 105 |
| Binary | 11011110 | 10000000 | 10011000 | 0 | 101010 | 100000 | 1101 | 101011001 | 111011 | 1000101 |
Color Harmonies of #DE8098
Complementary color
Monochromatic Colors of #DE8098
Black with #DE8098
Text Example
Text Example
White with #DE8098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8098; }
p { color: rgb(222,128,152); }
H1.HeaderClassName
{
color: #DE8098;
}
.AnyTagClassName
{
color: #DE8098;
}
</style>
background-color css
<style>
a { background-color: #DE8098; }
a { background-color: rgb(222,128,152); }
div.DivClassName
{
background-color: #DE8098;
}
.BgClassName
{
background-color: #DE8098;
}
</style>
border-color css
<style>
span { border-color: #DE8098; }
span { border-color: rgb(222,128,152); }
td.TdClassName
{
border-color: #DE8098;
}
.TagClassName
{
border-color: #DE8098;
}
</style>