Shades of Carissma #DB8296
Tints of Carissma #DB8296
RGB
CMYK
RGB Variations
Color information
#DB8296 (or 0xDB8296) is known color: Carissma. HEX triplet: DB, 82 and 96. RGB value is (219,130,150). Sum of RGB (Red+Green+Blue) = 219+130+150=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 130 (51.17% from 255 or 26.05% from 499); Blue value is 150 (58.98% from 255 or 30.06% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8296 is #247D69. Grayscale: #9E9E9E. Windows color (decimal): -2391402 or 9863899. OLE color: 9863899.
HSL color Cylindrical-coordinate representation of color #DB8296: hue angle of 346.52º 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 #DB8296 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 150 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.14 |
| HSL | 346.52º | 0.55% | 0.68% | - |
| HSV(B) | 346.52º | 0.41% | 0.86% | - |
| XYZ | 42.7 | 33.23 | 33.02 | - |
| YUV | 158.89 | 122.99 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 150 | 0 | 0.41 | 0.32 | 0.14 | 346.52 | 0.55 | 0.68 |
| Hex | DB | 82 | 96 | 0 | 29 | 20 | E | 15B | 37 | 44 |
| Octal | 333 | 202 | 226 | 0 | 51 | 40 | 16 | 533 | 67 | 104 |
| Binary | 11011011 | 10000010 | 10010110 | 0 | 101001 | 100000 | 1110 | 101011011 | 110111 | 1000100 |
Color Harmonies of #DB8296
Complementary color
Monochromatic Colors of #DB8296
Black with #DB8296
Text Example
Text Example
White with #DB8296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8296; }
p { color: rgb(219,130,150); }
H1.HeaderClassName
{
color: #DB8296;
}
.AnyTagClassName
{
color: #DB8296;
}
</style>
background-color css
<style>
a { background-color: #DB8296; }
a { background-color: rgb(219,130,150); }
div.DivClassName
{
background-color: #DB8296;
}
.BgClassName
{
background-color: #DB8296;
}
</style>
border-color css
<style>
span { border-color: #DB8296; }
span { border-color: rgb(219,130,150); }
td.TdClassName
{
border-color: #DB8296;
}
.TagClassName
{
border-color: #DB8296;
}
</style>