Shades of Carissma #DB8990
Tints of Carissma #DB8990
RGB
CMYK
RGB Variations
Color information
#DB8990 (or 0xDB8990) is known color: Carissma. HEX triplet: DB, 89 and 90. RGB value is (219,137,144). Sum of RGB (Red+Green+Blue) = 219+137+144=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 137 (53.91% from 255 or 27.4% from 500); Blue value is 144 (56.64% from 255 or 28.8% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8990 is #24766F. Grayscale: #A2A2A2. Windows color (decimal): -2389616 or 9472475. OLE color: 9472475.
HSL color Cylindrical-coordinate representation of color #DB8990: hue angle of 354.88º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB8990 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 144 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.14 |
| HSL | 354.88º | 0.53% | 0.7% | - |
| HSV(B) | 354.88º | 0.37% | 0.86% | - |
| XYZ | 43.19 | 34.97 | 30.86 | - |
| YUV | 162.32 | 117.67 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 144 | 0 | 0.37 | 0.34 | 0.14 | 354.88 | 0.53 | 0.7 |
| Hex | DB | 89 | 90 | 0 | 25 | 22 | E | 163 | 35 | 46 |
| Octal | 333 | 211 | 220 | 0 | 45 | 42 | 16 | 543 | 65 | 106 |
| Binary | 11011011 | 10001001 | 10010000 | 0 | 100101 | 100010 | 1110 | 101100011 | 110101 | 1000110 |
Color Harmonies of #DB8990
Complementary color
Monochromatic Colors of #DB8990
Black with #DB8990
Text Example
Text Example
White with #DB8990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8990; }
p { color: rgb(219,137,144); }
H1.HeaderClassName
{
color: #DB8990;
}
.AnyTagClassName
{
color: #DB8990;
}
</style>
background-color css
<style>
a { background-color: #DB8990; }
a { background-color: rgb(219,137,144); }
div.DivClassName
{
background-color: #DB8990;
}
.BgClassName
{
background-color: #DB8990;
}
</style>
border-color css
<style>
span { border-color: #DB8990; }
span { border-color: rgb(219,137,144); }
td.TdClassName
{
border-color: #DB8990;
}
.TagClassName
{
border-color: #DB8990;
}
</style>