Shades of Carissma #DB8586
Tints of Carissma #DB8586
RGB
CMYK
RGB Variations
Color information
#DB8586 (or 0xDB8586) is known color: Carissma. HEX triplet: DB, 85 and 86. RGB value is (219,133,134). Sum of RGB (Red+Green+Blue) = 219+133+134=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 134 (52.73% from 255 or 27.57% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8586 is #247A79. Grayscale: #9E9E9E. Windows color (decimal): -2390650 or 8816091. OLE color: 8816091.
HSL color Cylindrical-coordinate representation of color #DB8586: hue angle of 359.3º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB8586 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 134 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.14 |
| HSL | 359.3º | 0.54% | 0.69% | - |
| HSV(B) | 359.3º | 0.39% | 0.86% | - |
| XYZ | 41.9 | 33.56 | 26.82 | - |
| YUV | 158.83 | 113.99 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 134 | 0 | 0.39 | 0.39 | 0.14 | 359.3 | 0.54 | 0.69 |
| Hex | DB | 85 | 86 | 0 | 27 | 27 | E | 167 | 36 | 45 |
| Octal | 333 | 205 | 206 | 0 | 47 | 47 | 16 | 547 | 66 | 105 |
| Binary | 11011011 | 10000101 | 10000110 | 0 | 100111 | 100111 | 1110 | 101100111 | 110110 | 1000101 |
Color Harmonies of #DB8586
Complementary color
Monochromatic Colors of #DB8586
Black with #DB8586
Text Example
Text Example
White with #DB8586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8586; }
p { color: rgb(219,133,134); }
H1.HeaderClassName
{
color: #DB8586;
}
.AnyTagClassName
{
color: #DB8586;
}
</style>
background-color css
<style>
a { background-color: #DB8586; }
a { background-color: rgb(219,133,134); }
div.DivClassName
{
background-color: #DB8586;
}
.BgClassName
{
background-color: #DB8586;
}
</style>
border-color css
<style>
span { border-color: #DB8586; }
span { border-color: rgb(219,133,134); }
td.TdClassName
{
border-color: #DB8586;
}
.TagClassName
{
border-color: #DB8586;
}
</style>