Shades of Carissma #DB8396
Tints of Carissma #DB8396
RGB
CMYK
RGB Variations
Color information
#DB8396 (or 0xDB8396) is known color: Carissma. HEX triplet: DB, 83 and 96. RGB value is (219,131,150). Sum of RGB (Red+Green+Blue) = 219+131+150=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 131 (51.56% from 255 or 26.2% from 500); Blue value is 150 (58.98% from 255 or 30% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8396 is #247C69. Grayscale: #9F9F9F. Windows color (decimal): -2391146 or 9864155. OLE color: 9864155.
HSL color Cylindrical-coordinate representation of color #DB8396: hue angle of 347.05º 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 #DB8396 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 131 | 150 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.14 |
| HSL | 347.05º | 0.55% | 0.69% | - |
| HSV(B) | 347.05º | 0.4% | 0.86% | - |
| XYZ | 42.83 | 33.49 | 33.06 | - |
| YUV | 159.48 | 122.65 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 131 | 150 | 0 | 0.40 | 0.32 | 0.14 | 347.05 | 0.55 | 0.69 |
| Hex | DB | 83 | 96 | 0 | 28 | 20 | E | 15B | 37 | 45 |
| Octal | 333 | 203 | 226 | 0 | 50 | 40 | 16 | 533 | 67 | 105 |
| Binary | 11011011 | 10000011 | 10010110 | 0 | 101000 | 100000 | 1110 | 101011011 | 110111 | 1000101 |
Color Harmonies of #DB8396
Complementary color
Monochromatic Colors of #DB8396
Black with #DB8396
Text Example
Text Example
White with #DB8396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8396; }
p { color: rgb(219,131,150); }
H1.HeaderClassName
{
color: #DB8396;
}
.AnyTagClassName
{
color: #DB8396;
}
</style>
background-color css
<style>
a { background-color: #DB8396; }
a { background-color: rgb(219,131,150); }
div.DivClassName
{
background-color: #DB8396;
}
.BgClassName
{
background-color: #DB8396;
}
</style>
border-color css
<style>
span { border-color: #DB8396; }
span { border-color: rgb(219,131,150); }
td.TdClassName
{
border-color: #DB8396;
}
.TagClassName
{
border-color: #DB8396;
}
</style>