Shades of Carissma #DB888B
Tints of Carissma #DB888B
RGB
CMYK
RGB Variations
Color information
#DB888B (or 0xDB888B) is known color: Carissma. HEX triplet: DB, 88 and 8B. RGB value is (219,136,139). Sum of RGB (Red+Green+Blue) = 219+136+139=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 136 (53.52% from 255 or 27.53% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DB888B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB888B is #247774. Grayscale: #A1A1A1. Windows color (decimal): -2389877 or 9144539. OLE color: 9144539.
HSL color Cylindrical-coordinate representation of color #DB888B: hue angle of 357.83º 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 #DB888B is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 139 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.14 |
| HSL | 357.83º | 0.54% | 0.7% | - |
| HSV(B) | 357.83º | 0.38% | 0.86% | - |
| XYZ | 42.68 | 34.53 | 28.84 | - |
| YUV | 161.16 | 115.5 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 139 | 0 | 0.38 | 0.37 | 0.14 | 357.83 | 0.54 | 0.7 |
| Hex | DB | 88 | 8B | 0 | 26 | 25 | E | 166 | 36 | 46 |
| Octal | 333 | 210 | 213 | 0 | 46 | 45 | 16 | 546 | 66 | 106 |
| Binary | 11011011 | 10001000 | 10001011 | 0 | 100110 | 100101 | 1110 | 101100110 | 110110 | 1000110 |
Color Harmonies of #DB888B
Complementary color
Monochromatic Colors of #DB888B
Black with #DB888B
Text Example
Text Example
White with #DB888B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB888B; }
p { color: rgb(219,136,139); }
H1.HeaderClassName
{
color: #DB888B;
}
.AnyTagClassName
{
color: #DB888B;
}
</style>
background-color css
<style>
a { background-color: #DB888B; }
a { background-color: rgb(219,136,139); }
div.DivClassName
{
background-color: #DB888B;
}
.BgClassName
{
background-color: #DB888B;
}
</style>
border-color css
<style>
span { border-color: #DB888B; }
span { border-color: rgb(219,136,139); }
td.TdClassName
{
border-color: #DB888B;
}
.TagClassName
{
border-color: #DB888B;
}
</style>