Shades of Carissma #DB888A
Tints of Carissma #DB888A
RGB
CMYK
RGB Variations
Color information
#DB888A (or 0xDB888A) is known color: Carissma. HEX triplet: DB, 88 and 8A. RGB value is (219,136,138). Sum of RGB (Red+Green+Blue) = 219+136+138=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DB888A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB888A is #247775. Grayscale: #A1A1A1. Windows color (decimal): -2389878 or 9079003. OLE color: 9079003.
HSL color Cylindrical-coordinate representation of color #DB888A: hue angle of 358.55º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB888A is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 138 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.14 |
| HSL | 358.55º | 0.54% | 0.7% | - |
| HSV(B) | 358.55º | 0.38% | 0.86% | - |
| XYZ | 42.61 | 34.5 | 28.46 | - |
| YUV | 161.05 | 115 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 138 | 0 | 0.38 | 0.37 | 0.14 | 358.55 | 0.54 | 0.7 |
| Hex | DB | 88 | 8A | 0 | 26 | 25 | E | 167 | 36 | 46 |
| Octal | 333 | 210 | 212 | 0 | 46 | 45 | 16 | 547 | 66 | 106 |
| Binary | 11011011 | 10001000 | 10001010 | 0 | 100110 | 100101 | 1110 | 101100111 | 110110 | 1000110 |
Color Harmonies of #DB888A
Complementary color
Monochromatic Colors of #DB888A
Black with #DB888A
Text Example
Text Example
White with #DB888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB888A; }
p { color: rgb(219,136,138); }
H1.HeaderClassName
{
color: #DB888A;
}
.AnyTagClassName
{
color: #DB888A;
}
</style>
background-color css
<style>
a { background-color: #DB888A; }
a { background-color: rgb(219,136,138); }
div.DivClassName
{
background-color: #DB888A;
}
.BgClassName
{
background-color: #DB888A;
}
</style>
border-color css
<style>
span { border-color: #DB888A; }
span { border-color: rgb(219,136,138); }
td.TdClassName
{
border-color: #DB888A;
}
.TagClassName
{
border-color: #DB888A;
}
</style>