Shades of Carissma #DB8496
Tints of Carissma #DB8496
RGB
CMYK
RGB Variations
Color information
#DB8496 (or 0xDB8496) is known color: Carissma. HEX triplet: DB, 84 and 96. RGB value is (219,132,150). Sum of RGB (Red+Green+Blue) = 219+132+150=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 132 (51.95% from 255 or 26.35% from 501); Blue value is 150 (58.98% from 255 or 29.94% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8496 is #247B69. Grayscale: #A0A0A0. Windows color (decimal): -2390890 or 9864411. OLE color: 9864411.
HSL color Cylindrical-coordinate representation of color #DB8496: hue angle of 347.59º 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 #DB8496 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 150 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.14 |
| HSL | 347.59º | 0.55% | 0.69% | - |
| HSV(B) | 347.59º | 0.4% | 0.86% | - |
| XYZ | 42.97 | 33.76 | 33.11 | - |
| YUV | 160.07 | 122.32 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 150 | 0 | 0.40 | 0.32 | 0.14 | 347.59 | 0.55 | 0.69 |
| Hex | DB | 84 | 96 | 0 | 28 | 20 | E | 15C | 37 | 45 |
| Octal | 333 | 204 | 226 | 0 | 50 | 40 | 16 | 534 | 67 | 105 |
| Binary | 11011011 | 10000100 | 10010110 | 0 | 101000 | 100000 | 1110 | 101011100 | 110111 | 1000101 |
Color Harmonies of #DB8496
Complementary color
Monochromatic Colors of #DB8496
Black with #DB8496
Text Example
Text Example
White with #DB8496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8496; }
p { color: rgb(219,132,150); }
H1.HeaderClassName
{
color: #DB8496;
}
.AnyTagClassName
{
color: #DB8496;
}
</style>
background-color css
<style>
a { background-color: #DB8496; }
a { background-color: rgb(219,132,150); }
div.DivClassName
{
background-color: #DB8496;
}
.BgClassName
{
background-color: #DB8496;
}
</style>
border-color css
<style>
span { border-color: #DB8496; }
span { border-color: rgb(219,132,150); }
td.TdClassName
{
border-color: #DB8496;
}
.TagClassName
{
border-color: #DB8496;
}
</style>