Shades of Carissma #DB888E
Tints of Carissma #DB888E
RGB
CMYK
RGB Variations
Color information
#DB888E (or 0xDB888E) is known color: Carissma. HEX triplet: DB, 88 and 8E. RGB value is (219,136,142). Sum of RGB (Red+Green+Blue) = 219+136+142=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 136 (53.52% from 255 or 27.36% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DB888E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB888E is #247771. Grayscale: #A1A1A1. Windows color (decimal): -2389874 or 9341147. OLE color: 9341147.
HSL color Cylindrical-coordinate representation of color #DB888E: hue angle of 355.66º 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 #DB888E is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 142 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.14 |
| HSL | 355.66º | 0.54% | 0.7% | - |
| HSV(B) | 355.66º | 0.38% | 0.86% | - |
| XYZ | 42.9 | 34.62 | 30.01 | - |
| YUV | 161.5 | 117 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 142 | 0 | 0.38 | 0.35 | 0.14 | 355.66 | 0.54 | 0.7 |
| Hex | DB | 88 | 8E | 0 | 26 | 23 | E | 164 | 36 | 46 |
| Octal | 333 | 210 | 216 | 0 | 46 | 43 | 16 | 544 | 66 | 106 |
| Binary | 11011011 | 10001000 | 10001110 | 0 | 100110 | 100011 | 1110 | 101100100 | 110110 | 1000110 |
Color Harmonies of #DB888E
Complementary color
Monochromatic Colors of #DB888E
Black with #DB888E
Text Example
Text Example
White with #DB888E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB888E; }
p { color: rgb(219,136,142); }
H1.HeaderClassName
{
color: #DB888E;
}
.AnyTagClassName
{
color: #DB888E;
}
</style>
background-color css
<style>
a { background-color: #DB888E; }
a { background-color: rgb(219,136,142); }
div.DivClassName
{
background-color: #DB888E;
}
.BgClassName
{
background-color: #DB888E;
}
</style>
border-color css
<style>
span { border-color: #DB888E; }
span { border-color: rgb(219,136,142); }
td.TdClassName
{
border-color: #DB888E;
}
.TagClassName
{
border-color: #DB888E;
}
</style>