Shades of Carissma #DB848E
Tints of Carissma #DB848E
RGB
CMYK
RGB Variations
Color information
#DB848E (or 0xDB848E) is known color: Carissma. HEX triplet: DB, 84 and 8E. RGB value is (219,132,142). Sum of RGB (Red+Green+Blue) = 219+132+142=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 132 (51.95% from 255 or 26.77% from 493); Blue value is 142 (55.86% from 255 or 28.80% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DB848E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB848E is #247B71. Grayscale: #9F9F9F. Windows color (decimal): -2390898 or 9340123. OLE color: 9340123.
HSL color Cylindrical-coordinate representation of color #DB848E: hue angle of 353.1º 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 #DB848E is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 142 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.14 |
| HSL | 353.1º | 0.55% | 0.69% | - |
| HSV(B) | 353.1º | 0.4% | 0.86% | - |
| XYZ | 42.35 | 33.52 | 29.83 | - |
| YUV | 159.15 | 118.32 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 142 | 0 | 0.40 | 0.35 | 0.14 | 353.1 | 0.55 | 0.69 |
| Hex | DB | 84 | 8E | 0 | 28 | 23 | E | 161 | 37 | 45 |
| Octal | 333 | 204 | 216 | 0 | 50 | 43 | 16 | 541 | 67 | 105 |
| Binary | 11011011 | 10000100 | 10001110 | 0 | 101000 | 100011 | 1110 | 101100001 | 110111 | 1000101 |
Color Harmonies of #DB848E
Complementary color
Monochromatic Colors of #DB848E
Black with #DB848E
Text Example
Text Example
White with #DB848E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB848E; }
p { color: rgb(219,132,142); }
H1.HeaderClassName
{
color: #DB848E;
}
.AnyTagClassName
{
color: #DB848E;
}
</style>
background-color css
<style>
a { background-color: #DB848E; }
a { background-color: rgb(219,132,142); }
div.DivClassName
{
background-color: #DB848E;
}
.BgClassName
{
background-color: #DB848E;
}
</style>
border-color css
<style>
span { border-color: #DB848E; }
span { border-color: rgb(219,132,142); }
td.TdClassName
{
border-color: #DB848E;
}
.TagClassName
{
border-color: #DB848E;
}
</style>