Shades of Carissma #DB8889
Tints of Carissma #DB8889
RGB
CMYK
RGB Variations
Color information
#DB8889 (or 0xDB8889) is known color: Carissma. HEX triplet: DB, 88 and 89. RGB value is (219,136,137). Sum of RGB (Red+Green+Blue) = 219+136+137=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 136 (53.52% from 255 or 27.64% from 492); Blue value is 137 (53.91% from 255 or 27.85% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8889 is #247776. Grayscale: #A1A1A1. Windows color (decimal): -2389879 or 9013467. OLE color: 9013467.
HSL color Cylindrical-coordinate representation of color #DB8889: hue angle of 359.28º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB8889 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 137 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.14 |
| HSL | 359.28º | 0.54% | 0.7% | - |
| HSV(B) | 359.28º | 0.38% | 0.86% | - |
| XYZ | 42.53 | 34.47 | 28.08 | - |
| YUV | 160.93 | 114.5 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 137 | 0 | 0.38 | 0.37 | 0.14 | 359.28 | 0.54 | 0.7 |
| Hex | DB | 88 | 89 | 0 | 26 | 25 | E | 167 | 36 | 46 |
| Octal | 333 | 210 | 211 | 0 | 46 | 45 | 16 | 547 | 66 | 106 |
| Binary | 11011011 | 10001000 | 10001001 | 0 | 100110 | 100101 | 1110 | 101100111 | 110110 | 1000110 |
Color Harmonies of #DB8889
Complementary color
Monochromatic Colors of #DB8889
Black with #DB8889
Text Example
Text Example
White with #DB8889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8889; }
p { color: rgb(219,136,137); }
H1.HeaderClassName
{
color: #DB8889;
}
.AnyTagClassName
{
color: #DB8889;
}
</style>
background-color css
<style>
a { background-color: #DB8889; }
a { background-color: rgb(219,136,137); }
div.DivClassName
{
background-color: #DB8889;
}
.BgClassName
{
background-color: #DB8889;
}
</style>
border-color css
<style>
span { border-color: #DB8889; }
span { border-color: rgb(219,136,137); }
td.TdClassName
{
border-color: #DB8889;
}
.TagClassName
{
border-color: #DB8889;
}
</style>