Shades of Carissma #DB8890
Tints of Carissma #DB8890
RGB
CMYK
RGB Variations
Color information
#DB8890 (or 0xDB8890) is known color: Carissma. HEX triplet: DB, 88 and 90. RGB value is (219,136,144). Sum of RGB (Red+Green+Blue) = 219+136+144=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 136 (53.52% from 255 or 27.25% from 499); Blue value is 144 (56.64% from 255 or 28.86% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8890 is #24776F. Grayscale: #A1A1A1. Windows color (decimal): -2389872 or 9472219. OLE color: 9472219.
HSL color Cylindrical-coordinate representation of color #DB8890: hue angle of 354.22º 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 #DB8890 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 144 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.14 |
| HSL | 354.22º | 0.54% | 0.7% | - |
| HSV(B) | 354.22º | 0.38% | 0.86% | - |
| XYZ | 43.05 | 34.68 | 30.81 | - |
| YUV | 161.73 | 118 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 144 | 0 | 0.38 | 0.34 | 0.14 | 354.22 | 0.54 | 0.7 |
| Hex | DB | 88 | 90 | 0 | 26 | 22 | E | 162 | 36 | 46 |
| Octal | 333 | 210 | 220 | 0 | 46 | 42 | 16 | 542 | 66 | 106 |
| Binary | 11011011 | 10001000 | 10010000 | 0 | 100110 | 100010 | 1110 | 101100010 | 110110 | 1000110 |
Color Harmonies of #DB8890
Complementary color
Monochromatic Colors of #DB8890
Black with #DB8890
Text Example
Text Example
White with #DB8890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8890; }
p { color: rgb(219,136,144); }
H1.HeaderClassName
{
color: #DB8890;
}
.AnyTagClassName
{
color: #DB8890;
}
</style>
background-color css
<style>
a { background-color: #DB8890; }
a { background-color: rgb(219,136,144); }
div.DivClassName
{
background-color: #DB8890;
}
.BgClassName
{
background-color: #DB8890;
}
</style>
border-color css
<style>
span { border-color: #DB8890; }
span { border-color: rgb(219,136,144); }
td.TdClassName
{
border-color: #DB8890;
}
.TagClassName
{
border-color: #DB8890;
}
</style>