Shades of Carissma #DB8891
Tints of Carissma #DB8891
RGB
CMYK
RGB Variations
Color information
#DB8891 (or 0xDB8891) is known color: Carissma. HEX triplet: DB, 88 and 91. RGB value is (219,136,145). Sum of RGB (Red+Green+Blue) = 219+136+145=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 136 (53.52% from 255 or 27.2% from 500); Blue value is 145 (57.03% from 255 or 29% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8891 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8891 is #24776E. Grayscale: #A1A1A1. Windows color (decimal): -2389871 or 9537755. OLE color: 9537755.
HSL color Cylindrical-coordinate representation of color #DB8891: hue angle of 353.49º 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 #DB8891 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 145 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.14 |
| HSL | 353.49º | 0.54% | 0.7% | - |
| HSV(B) | 353.49º | 0.38% | 0.86% | - |
| XYZ | 43.13 | 34.71 | 31.22 | - |
| YUV | 161.84 | 118.5 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 145 | 0 | 0.38 | 0.34 | 0.14 | 353.49 | 0.54 | 0.7 |
| Hex | DB | 88 | 91 | 0 | 26 | 22 | E | 161 | 36 | 46 |
| Octal | 333 | 210 | 221 | 0 | 46 | 42 | 16 | 541 | 66 | 106 |
| Binary | 11011011 | 10001000 | 10010001 | 0 | 100110 | 100010 | 1110 | 101100001 | 110110 | 1000110 |
Color Harmonies of #DB8891
Complementary color
Monochromatic Colors of #DB8891
Black with #DB8891
Text Example
Text Example
White with #DB8891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8891; }
p { color: rgb(219,136,145); }
H1.HeaderClassName
{
color: #DB8891;
}
.AnyTagClassName
{
color: #DB8891;
}
</style>
background-color css
<style>
a { background-color: #DB8891; }
a { background-color: rgb(219,136,145); }
div.DivClassName
{
background-color: #DB8891;
}
.BgClassName
{
background-color: #DB8891;
}
</style>
border-color css
<style>
span { border-color: #DB8891; }
span { border-color: rgb(219,136,145); }
td.TdClassName
{
border-color: #DB8891;
}
.TagClassName
{
border-color: #DB8891;
}
</style>