Shades of Carissma #DB8286
Tints of Carissma #DB8286
RGB
CMYK
RGB Variations
Color information
#DB8286 (or 0xDB8286) is known color: Carissma. HEX triplet: DB, 82 and 86. RGB value is (219,130,134). Sum of RGB (Red+Green+Blue) = 219+130+134=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 134 (52.73% from 255 or 27.74% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8286 is #247D79. Grayscale: #9D9D9D. Windows color (decimal): -2391418 or 8815323. OLE color: 8815323.
HSL color Cylindrical-coordinate representation of color #DB8286: hue angle of 357.3º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB8286 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 134 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.14 |
| HSL | 357.3º | 0.55% | 0.68% | - |
| HSV(B) | 357.3º | 0.41% | 0.86% | - |
| XYZ | 41.5 | 32.75 | 26.69 | - |
| YUV | 157.07 | 114.99 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 134 | 0 | 0.41 | 0.39 | 0.14 | 357.3 | 0.55 | 0.68 |
| Hex | DB | 82 | 86 | 0 | 29 | 27 | E | 165 | 37 | 44 |
| Octal | 333 | 202 | 206 | 0 | 51 | 47 | 16 | 545 | 67 | 104 |
| Binary | 11011011 | 10000010 | 10000110 | 0 | 101001 | 100111 | 1110 | 101100101 | 110111 | 1000100 |
Color Harmonies of #DB8286
Complementary color
Monochromatic Colors of #DB8286
Black with #DB8286
Text Example
Text Example
White with #DB8286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8286; }
p { color: rgb(219,130,134); }
H1.HeaderClassName
{
color: #DB8286;
}
.AnyTagClassName
{
color: #DB8286;
}
</style>
background-color css
<style>
a { background-color: #DB8286; }
a { background-color: rgb(219,130,134); }
div.DivClassName
{
background-color: #DB8286;
}
.BgClassName
{
background-color: #DB8286;
}
</style>
border-color css
<style>
span { border-color: #DB8286; }
span { border-color: rgb(219,130,134); }
td.TdClassName
{
border-color: #DB8286;
}
.TagClassName
{
border-color: #DB8286;
}
</style>