Shades of Carissma #DB848D
Tints of Carissma #DB848D
RGB
CMYK
RGB Variations
Color information
#DB848D (or 0xDB848D) is known color: Carissma. HEX triplet: DB, 84 and 8D. RGB value is (219,132,141). Sum of RGB (Red+Green+Blue) = 219+132+141=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 141 (55.47% from 255 or 28.66% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DB848D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB848D is #247B72. Grayscale: #9F9F9F. Windows color (decimal): -2390899 or 9274587. OLE color: 9274587.
HSL color Cylindrical-coordinate representation of color #DB848D: hue angle of 353.79º 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 #DB848D is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 141 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.14 |
| HSL | 353.79º | 0.55% | 0.69% | - |
| HSV(B) | 353.79º | 0.4% | 0.86% | - |
| XYZ | 42.27 | 33.49 | 29.43 | - |
| YUV | 159.04 | 117.82 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 141 | 0 | 0.40 | 0.36 | 0.14 | 353.79 | 0.55 | 0.69 |
| Hex | DB | 84 | 8D | 0 | 28 | 24 | E | 162 | 37 | 45 |
| Octal | 333 | 204 | 215 | 0 | 50 | 44 | 16 | 542 | 67 | 105 |
| Binary | 11011011 | 10000100 | 10001101 | 0 | 101000 | 100100 | 1110 | 101100010 | 110111 | 1000101 |
Color Harmonies of #DB848D
Complementary color
Monochromatic Colors of #DB848D
Black with #DB848D
Text Example
Text Example
White with #DB848D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB848D; }
p { color: rgb(219,132,141); }
H1.HeaderClassName
{
color: #DB848D;
}
.AnyTagClassName
{
color: #DB848D;
}
</style>
background-color css
<style>
a { background-color: #DB848D; }
a { background-color: rgb(219,132,141); }
div.DivClassName
{
background-color: #DB848D;
}
.BgClassName
{
background-color: #DB848D;
}
</style>
border-color css
<style>
span { border-color: #DB848D; }
span { border-color: rgb(219,132,141); }
td.TdClassName
{
border-color: #DB848D;
}
.TagClassName
{
border-color: #DB848D;
}
</style>