Shades of Carissma #DB878A
Tints of Carissma #DB878A
RGB
CMYK
RGB Variations
Color information
#DB878A (or 0xDB878A) is known color: Carissma. HEX triplet: DB, 87 and 8A. RGB value is (219,135,138). Sum of RGB (Red+Green+Blue) = 219+135+138=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 135 (53.12% from 255 or 27.44% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DB878A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB878A is #247875. Grayscale: #A0A0A0. Windows color (decimal): -2390134 or 9078747. OLE color: 9078747.
HSL color Cylindrical-coordinate representation of color #DB878A: hue angle of 357.86º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB878A is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 135 | 138 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.14 |
| HSL | 357.86º | 0.54% | 0.69% | - |
| HSV(B) | 357.86º | 0.38% | 0.86% | - |
| XYZ | 42.46 | 34.22 | 28.41 | - |
| YUV | 160.46 | 115.33 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 138 | 0 | 0.38 | 0.37 | 0.14 | 357.86 | 0.54 | 0.69 |
| Hex | DB | 87 | 8A | 0 | 26 | 25 | E | 166 | 36 | 45 |
| Octal | 333 | 207 | 212 | 0 | 46 | 45 | 16 | 546 | 66 | 105 |
| Binary | 11011011 | 10000111 | 10001010 | 0 | 100110 | 100101 | 1110 | 101100110 | 110110 | 1000101 |
Color Harmonies of #DB878A
Complementary color
Monochromatic Colors of #DB878A
Black with #DB878A
Text Example
Text Example
White with #DB878A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB878A; }
p { color: rgb(219,135,138); }
H1.HeaderClassName
{
color: #DB878A;
}
.AnyTagClassName
{
color: #DB878A;
}
</style>
background-color css
<style>
a { background-color: #DB878A; }
a { background-color: rgb(219,135,138); }
div.DivClassName
{
background-color: #DB878A;
}
.BgClassName
{
background-color: #DB878A;
}
</style>
border-color css
<style>
span { border-color: #DB878A; }
span { border-color: rgb(219,135,138); }
td.TdClassName
{
border-color: #DB878A;
}
.TagClassName
{
border-color: #DB878A;
}
</style>