Shades of Carissma #DB848A
Tints of Carissma #DB848A
RGB
CMYK
RGB Variations
Color information
#DB848A (or 0xDB848A) is known color: Carissma. HEX triplet: DB, 84 and 8A. RGB value is (219,132,138). Sum of RGB (Red+Green+Blue) = 219+132+138=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 132 (51.95% from 255 or 26.99% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DB848A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB848A is #247B75. Grayscale: #9E9E9E. Windows color (decimal): -2390902 or 9077979. OLE color: 9077979.
HSL color Cylindrical-coordinate representation of color #DB848A: hue angle of 355.86º 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 #DB848A is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 138 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.14 |
| HSL | 355.86º | 0.55% | 0.69% | - |
| HSV(B) | 355.86º | 0.4% | 0.86% | - |
| XYZ | 42.05 | 33.4 | 28.27 | - |
| YUV | 158.7 | 116.32 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 138 | 0 | 0.40 | 0.37 | 0.14 | 355.86 | 0.55 | 0.69 |
| Hex | DB | 84 | 8A | 0 | 28 | 25 | E | 164 | 37 | 45 |
| Octal | 333 | 204 | 212 | 0 | 50 | 45 | 16 | 544 | 67 | 105 |
| Binary | 11011011 | 10000100 | 10001010 | 0 | 101000 | 100101 | 1110 | 101100100 | 110111 | 1000101 |
Color Harmonies of #DB848A
Complementary color
Monochromatic Colors of #DB848A
Black with #DB848A
Text Example
Text Example
White with #DB848A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB848A; }
p { color: rgb(219,132,138); }
H1.HeaderClassName
{
color: #DB848A;
}
.AnyTagClassName
{
color: #DB848A;
}
</style>
background-color css
<style>
a { background-color: #DB848A; }
a { background-color: rgb(219,132,138); }
div.DivClassName
{
background-color: #DB848A;
}
.BgClassName
{
background-color: #DB848A;
}
</style>
border-color css
<style>
span { border-color: #DB848A; }
span { border-color: rgb(219,132,138); }
td.TdClassName
{
border-color: #DB848A;
}
.TagClassName
{
border-color: #DB848A;
}
</style>