Shades of Carissma #DB8086
Tints of Carissma #DB8086
RGB
CMYK
RGB Variations
Color information
#DB8086 (or 0xDB8086) is known color: Carissma. HEX triplet: DB, 80 and 86. RGB value is (219,128,134). Sum of RGB (Red+Green+Blue) = 219+128+134=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 134 (52.73% from 255 or 27.86% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8086 is #247F79. Grayscale: #9B9B9B. Windows color (decimal): -2391930 or 8814811. OLE color: 8814811.
HSL color Cylindrical-coordinate representation of color #DB8086: hue angle of 356.04º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB8086 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 134 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.14 |
| HSL | 356.04º | 0.56% | 0.68% | - |
| HSV(B) | 356.04º | 0.42% | 0.86% | - |
| XYZ | 41.24 | 32.22 | 26.6 | - |
| YUV | 155.89 | 115.65 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 134 | 0 | 0.42 | 0.39 | 0.14 | 356.04 | 0.56 | 0.68 |
| Hex | DB | 80 | 86 | 0 | 2A | 27 | E | 164 | 38 | 44 |
| Octal | 333 | 200 | 206 | 0 | 52 | 47 | 16 | 544 | 70 | 104 |
| Binary | 11011011 | 10000000 | 10000110 | 0 | 101010 | 100111 | 1110 | 101100100 | 111000 | 1000100 |
Color Harmonies of #DB8086
Complementary color
Monochromatic Colors of #DB8086
Black with #DB8086
Text Example
Text Example
White with #DB8086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8086; }
p { color: rgb(219,128,134); }
H1.HeaderClassName
{
color: #DB8086;
}
.AnyTagClassName
{
color: #DB8086;
}
</style>
background-color css
<style>
a { background-color: #DB8086; }
a { background-color: rgb(219,128,134); }
div.DivClassName
{
background-color: #DB8086;
}
.BgClassName
{
background-color: #DB8086;
}
</style>
border-color css
<style>
span { border-color: #DB8086; }
span { border-color: rgb(219,128,134); }
td.TdClassName
{
border-color: #DB8086;
}
.TagClassName
{
border-color: #DB8086;
}
</style>