Shades of Carissma #DB8389
Tints of Carissma #DB8389
RGB
CMYK
RGB Variations
Color information
#DB8389 (or 0xDB8389) is known color: Carissma. HEX triplet: DB, 83 and 89. RGB value is (219,131,137). Sum of RGB (Red+Green+Blue) = 219+131+137=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 131 (51.56% from 255 or 26.90% from 487); Blue value is 137 (53.91% from 255 or 28.13% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8389 is #247C76. Grayscale: #9E9E9E. Windows color (decimal): -2391159 or 9012187. OLE color: 9012187.
HSL color Cylindrical-coordinate representation of color #DB8389: hue angle of 355.91º 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 #DB8389 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 131 | 137 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.14 |
| HSL | 355.91º | 0.55% | 0.69% | - |
| HSV(B) | 355.91º | 0.4% | 0.86% | - |
| XYZ | 41.85 | 33.1 | 27.85 | - |
| YUV | 158 | 116.15 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 131 | 137 | 0 | 0.40 | 0.37 | 0.14 | 355.91 | 0.55 | 0.69 |
| Hex | DB | 83 | 89 | 0 | 28 | 25 | E | 164 | 37 | 45 |
| Octal | 333 | 203 | 211 | 0 | 50 | 45 | 16 | 544 | 67 | 105 |
| Binary | 11011011 | 10000011 | 10001001 | 0 | 101000 | 100101 | 1110 | 101100100 | 110111 | 1000101 |
Color Harmonies of #DB8389
Complementary color
Monochromatic Colors of #DB8389
Black with #DB8389
Text Example
Text Example
White with #DB8389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8389; }
p { color: rgb(219,131,137); }
H1.HeaderClassName
{
color: #DB8389;
}
.AnyTagClassName
{
color: #DB8389;
}
</style>
background-color css
<style>
a { background-color: #DB8389; }
a { background-color: rgb(219,131,137); }
div.DivClassName
{
background-color: #DB8389;
}
.BgClassName
{
background-color: #DB8389;
}
</style>
border-color css
<style>
span { border-color: #DB8389; }
span { border-color: rgb(219,131,137); }
td.TdClassName
{
border-color: #DB8389;
}
.TagClassName
{
border-color: #DB8389;
}
</style>