Shades of Carissma #DB8489
Tints of Carissma #DB8489
RGB
CMYK
RGB Variations
Color information
#DB8489 (or 0xDB8489) is known color: Carissma. HEX triplet: DB, 84 and 89. RGB value is (219,132,137). Sum of RGB (Red+Green+Blue) = 219+132+137=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 137 (53.91% from 255 or 28.07% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8489 is #247B76. Grayscale: #9E9E9E. Windows color (decimal): -2390903 or 9012443. OLE color: 9012443.
HSL color Cylindrical-coordinate representation of color #DB8489: hue angle of 356.55º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB8489 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 137 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.14 |
| HSL | 356.55º | 0.55% | 0.69% | - |
| HSV(B) | 356.55º | 0.4% | 0.86% | - |
| XYZ | 41.98 | 33.37 | 27.9 | - |
| YUV | 158.58 | 115.82 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 137 | 0 | 0.40 | 0.37 | 0.14 | 356.55 | 0.55 | 0.69 |
| Hex | DB | 84 | 89 | 0 | 28 | 25 | E | 165 | 37 | 45 |
| Octal | 333 | 204 | 211 | 0 | 50 | 45 | 16 | 545 | 67 | 105 |
| Binary | 11011011 | 10000100 | 10001001 | 0 | 101000 | 100101 | 1110 | 101100101 | 110111 | 1000101 |
Color Harmonies of #DB8489
Complementary color
Monochromatic Colors of #DB8489
Black with #DB8489
Text Example
Text Example
White with #DB8489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8489; }
p { color: rgb(219,132,137); }
H1.HeaderClassName
{
color: #DB8489;
}
.AnyTagClassName
{
color: #DB8489;
}
</style>
background-color css
<style>
a { background-color: #DB8489; }
a { background-color: rgb(219,132,137); }
div.DivClassName
{
background-color: #DB8489;
}
.BgClassName
{
background-color: #DB8489;
}
</style>
border-color css
<style>
span { border-color: #DB8489; }
span { border-color: rgb(219,132,137); }
td.TdClassName
{
border-color: #DB8489;
}
.TagClassName
{
border-color: #DB8489;
}
</style>