Shades of Carissma #DB8796
Tints of Carissma #DB8796
RGB
CMYK
RGB Variations
Color information
#DB8796 (or 0xDB8796) is known color: Carissma. HEX triplet: DB, 87 and 96. RGB value is (219,135,150). Sum of RGB (Red+Green+Blue) = 219+135+150=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 135 (53.12% from 255 or 26.79% from 504); Blue value is 150 (58.98% from 255 or 29.76% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8796 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8796 is #247869. Grayscale: #A1A1A1. Windows color (decimal): -2390122 or 9865179. OLE color: 9865179.
HSL color Cylindrical-coordinate representation of color #DB8796: hue angle of 349.29º 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 #DB8796 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 135 | 150 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.14 |
| HSL | 349.29º | 0.54% | 0.69% | - |
| HSV(B) | 349.29º | 0.38% | 0.86% | - |
| XYZ | 43.38 | 34.59 | 33.24 | - |
| YUV | 161.83 | 121.33 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 150 | 0 | 0.38 | 0.32 | 0.14 | 349.29 | 0.54 | 0.69 |
| Hex | DB | 87 | 96 | 0 | 26 | 20 | E | 15D | 36 | 45 |
| Octal | 333 | 207 | 226 | 0 | 46 | 40 | 16 | 535 | 66 | 105 |
| Binary | 11011011 | 10000111 | 10010110 | 0 | 100110 | 100000 | 1110 | 101011101 | 110110 | 1000101 |
Color Harmonies of #DB8796
Complementary color
Monochromatic Colors of #DB8796
Black with #DB8796
Text Example
Text Example
White with #DB8796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8796; }
p { color: rgb(219,135,150); }
H1.HeaderClassName
{
color: #DB8796;
}
.AnyTagClassName
{
color: #DB8796;
}
</style>
background-color css
<style>
a { background-color: #DB8796; }
a { background-color: rgb(219,135,150); }
div.DivClassName
{
background-color: #DB8796;
}
.BgClassName
{
background-color: #DB8796;
}
</style>
border-color css
<style>
span { border-color: #DB8796; }
span { border-color: rgb(219,135,150); }
td.TdClassName
{
border-color: #DB8796;
}
.TagClassName
{
border-color: #DB8796;
}
</style>