Shades of Carissma #DB898A
Tints of Carissma #DB898A
RGB
CMYK
RGB Variations
Color information
#DB898A (or 0xDB898A) is known color: Carissma. HEX triplet: DB, 89 and 8A. RGB value is (219,137,138). Sum of RGB (Red+Green+Blue) = 219+137+138=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DB898A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB898A is #247675. Grayscale: #A1A1A1. Windows color (decimal): -2389622 or 9079259. OLE color: 9079259.
HSL color Cylindrical-coordinate representation of color #DB898A: hue angle of 359.27º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB898A is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 138 | - |
| CMYK | 0 | 0.37 | 0.37 | 0.14 |
| HSL | 359.27º | 0.53% | 0.7% | - |
| HSV(B) | 359.27º | 0.37% | 0.86% | - |
| XYZ | 42.75 | 34.79 | 28.51 | - |
| YUV | 161.63 | 114.67 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 138 | 0 | 0.37 | 0.37 | 0.14 | 359.27 | 0.53 | 0.7 |
| Hex | DB | 89 | 8A | 0 | 25 | 25 | E | 167 | 35 | 46 |
| Octal | 333 | 211 | 212 | 0 | 45 | 45 | 16 | 547 | 65 | 106 |
| Binary | 11011011 | 10001001 | 10001010 | 0 | 100101 | 100101 | 1110 | 101100111 | 110101 | 1000110 |
Color Harmonies of #DB898A
Complementary color
Monochromatic Colors of #DB898A
Black with #DB898A
Text Example
Text Example
White with #DB898A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB898A; }
p { color: rgb(219,137,138); }
H1.HeaderClassName
{
color: #DB898A;
}
.AnyTagClassName
{
color: #DB898A;
}
</style>
background-color css
<style>
a { background-color: #DB898A; }
a { background-color: rgb(219,137,138); }
div.DivClassName
{
background-color: #DB898A;
}
.BgClassName
{
background-color: #DB898A;
}
</style>
border-color css
<style>
span { border-color: #DB898A; }
span { border-color: rgb(219,137,138); }
td.TdClassName
{
border-color: #DB898A;
}
.TagClassName
{
border-color: #DB898A;
}
</style>