Shades of Carissma #DB898B
Tints of Carissma #DB898B
RGB
CMYK
RGB Variations
Color information
#DB898B (or 0xDB898B) is known color: Carissma. HEX triplet: DB, 89 and 8B. RGB value is (219,137,139). Sum of RGB (Red+Green+Blue) = 219+137+139=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DB898B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB898B is #247674. Grayscale: #A1A1A1. Windows color (decimal): -2389621 or 9144795. OLE color: 9144795.
HSL color Cylindrical-coordinate representation of color #DB898B: hue angle of 358.54º 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 #DB898B is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 139 | - |
| CMYK | 0 | 0.37 | 0.37 | 0.14 |
| HSL | 358.54º | 0.53% | 0.7% | - |
| HSV(B) | 358.54º | 0.37% | 0.86% | - |
| XYZ | 42.82 | 34.82 | 28.89 | - |
| YUV | 161.75 | 115.17 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 139 | 0 | 0.37 | 0.37 | 0.14 | 358.54 | 0.53 | 0.7 |
| Hex | DB | 89 | 8B | 0 | 25 | 25 | E | 167 | 35 | 46 |
| Octal | 333 | 211 | 213 | 0 | 45 | 45 | 16 | 547 | 65 | 106 |
| Binary | 11011011 | 10001001 | 10001011 | 0 | 100101 | 100101 | 1110 | 101100111 | 110101 | 1000110 |
Color Harmonies of #DB898B
Complementary color
Monochromatic Colors of #DB898B
Black with #DB898B
Text Example
Text Example
White with #DB898B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB898B; }
p { color: rgb(219,137,139); }
H1.HeaderClassName
{
color: #DB898B;
}
.AnyTagClassName
{
color: #DB898B;
}
</style>
background-color css
<style>
a { background-color: #DB898B; }
a { background-color: rgb(219,137,139); }
div.DivClassName
{
background-color: #DB898B;
}
.BgClassName
{
background-color: #DB898B;
}
</style>
border-color css
<style>
span { border-color: #DB898B; }
span { border-color: rgb(219,137,139); }
td.TdClassName
{
border-color: #DB898B;
}
.TagClassName
{
border-color: #DB898B;
}
</style>