Shades of Carissma #DB848B
Tints of Carissma #DB848B
RGB
CMYK
RGB Variations
Color information
#DB848B (or 0xDB848B) is known color: Carissma. HEX triplet: DB, 84 and 8B. RGB value is (219,132,139). Sum of RGB (Red+Green+Blue) = 219+132+139=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 132 (51.95% from 255 or 26.94% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB848B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB848B is #247B74. Grayscale: #9E9E9E. Windows color (decimal): -2390901 or 9143515. OLE color: 9143515.
HSL color Cylindrical-coordinate representation of color #DB848B: hue angle of 355.17º 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 #DB848B is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 139 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.14 |
| HSL | 355.17º | 0.55% | 0.69% | - |
| HSV(B) | 355.17º | 0.4% | 0.86% | - |
| XYZ | 42.12 | 33.43 | 28.66 | - |
| YUV | 158.81 | 116.82 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 139 | 0 | 0.40 | 0.37 | 0.14 | 355.17 | 0.55 | 0.69 |
| Hex | DB | 84 | 8B | 0 | 28 | 25 | E | 163 | 37 | 45 |
| Octal | 333 | 204 | 213 | 0 | 50 | 45 | 16 | 543 | 67 | 105 |
| Binary | 11011011 | 10000100 | 10001011 | 0 | 101000 | 100101 | 1110 | 101100011 | 110111 | 1000101 |
Color Harmonies of #DB848B
Complementary color
Monochromatic Colors of #DB848B
Black with #DB848B
Text Example
Text Example
White with #DB848B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB848B; }
p { color: rgb(219,132,139); }
H1.HeaderClassName
{
color: #DB848B;
}
.AnyTagClassName
{
color: #DB848B;
}
</style>
background-color css
<style>
a { background-color: #DB848B; }
a { background-color: rgb(219,132,139); }
div.DivClassName
{
background-color: #DB848B;
}
.BgClassName
{
background-color: #DB848B;
}
</style>
border-color css
<style>
span { border-color: #DB848B; }
span { border-color: rgb(219,132,139); }
td.TdClassName
{
border-color: #DB848B;
}
.TagClassName
{
border-color: #DB848B;
}
</style>