Shades of Carissma #DB898E
Tints of Carissma #DB898E
RGB
CMYK
RGB Variations
Color information
#DB898E (or 0xDB898E) is known color: Carissma. HEX triplet: DB, 89 and 8E. RGB value is (219,137,142). Sum of RGB (Red+Green+Blue) = 219+137+142=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 137 (53.91% from 255 or 27.51% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DB898E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB898E is #247671. Grayscale: #A2A2A2. Windows color (decimal): -2389618 or 9341403. OLE color: 9341403.
HSL color Cylindrical-coordinate representation of color #DB898E: hue angle of 356.34º 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 #DB898E is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 142 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.14 |
| HSL | 356.34º | 0.53% | 0.7% | - |
| HSV(B) | 356.34º | 0.37% | 0.86% | - |
| XYZ | 43.04 | 34.9 | 30.06 | - |
| YUV | 162.09 | 116.67 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 142 | 0 | 0.37 | 0.35 | 0.14 | 356.34 | 0.53 | 0.7 |
| Hex | DB | 89 | 8E | 0 | 25 | 23 | E | 164 | 35 | 46 |
| Octal | 333 | 211 | 216 | 0 | 45 | 43 | 16 | 544 | 65 | 106 |
| Binary | 11011011 | 10001001 | 10001110 | 0 | 100101 | 100011 | 1110 | 101100100 | 110101 | 1000110 |
Color Harmonies of #DB898E
Complementary color
Monochromatic Colors of #DB898E
Black with #DB898E
Text Example
Text Example
White with #DB898E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB898E; }
p { color: rgb(219,137,142); }
H1.HeaderClassName
{
color: #DB898E;
}
.AnyTagClassName
{
color: #DB898E;
}
</style>
background-color css
<style>
a { background-color: #DB898E; }
a { background-color: rgb(219,137,142); }
div.DivClassName
{
background-color: #DB898E;
}
.BgClassName
{
background-color: #DB898E;
}
</style>
border-color css
<style>
span { border-color: #DB898E; }
span { border-color: rgb(219,137,142); }
td.TdClassName
{
border-color: #DB898E;
}
.TagClassName
{
border-color: #DB898E;
}
</style>