Shades of Carissma #DB8488
Tints of Carissma #DB8488
RGB
CMYK
RGB Variations
Color information
#DB8488 (or 0xDB8488) is known color: Carissma. HEX triplet: DB, 84 and 88. RGB value is (219,132,136). Sum of RGB (Red+Green+Blue) = 219+132+136=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 136 (53.52% from 255 or 27.93% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8488 is #247B77. Grayscale: #9E9E9E. Windows color (decimal): -2390904 or 8946907. OLE color: 8946907.
HSL color Cylindrical-coordinate representation of color #DB8488: hue angle of 357.24º 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 #DB8488 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 136 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.14 |
| HSL | 357.24º | 0.55% | 0.69% | - |
| HSV(B) | 357.24º | 0.4% | 0.86% | - |
| XYZ | 41.91 | 33.34 | 27.52 | - |
| YUV | 158.47 | 115.32 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 136 | 0 | 0.40 | 0.38 | 0.14 | 357.24 | 0.55 | 0.69 |
| Hex | DB | 84 | 88 | 0 | 28 | 26 | E | 165 | 37 | 45 |
| Octal | 333 | 204 | 210 | 0 | 50 | 46 | 16 | 545 | 67 | 105 |
| Binary | 11011011 | 10000100 | 10001000 | 0 | 101000 | 100110 | 1110 | 101100101 | 110111 | 1000101 |
Color Harmonies of #DB8488
Complementary color
Monochromatic Colors of #DB8488
Black with #DB8488
Text Example
Text Example
White with #DB8488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8488; }
p { color: rgb(219,132,136); }
H1.HeaderClassName
{
color: #DB8488;
}
.AnyTagClassName
{
color: #DB8488;
}
</style>
background-color css
<style>
a { background-color: #DB8488; }
a { background-color: rgb(219,132,136); }
div.DivClassName
{
background-color: #DB8488;
}
.BgClassName
{
background-color: #DB8488;
}
</style>
border-color css
<style>
span { border-color: #DB8488; }
span { border-color: rgb(219,132,136); }
td.TdClassName
{
border-color: #DB8488;
}
.TagClassName
{
border-color: #DB8488;
}
</style>