Shades of Carissma #DB7E88
Tints of Carissma #DB7E88
RGB
CMYK
RGB Variations
Color information
#DB7E88 (or 0xDB7E88) is known color: Carissma. HEX triplet: DB, 7E and 88. RGB value is (219,126,136). Sum of RGB (Red+Green+Blue) = 219+126+136=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 126 (49.61% from 255 or 26.20% from 481); Blue value is 136 (53.52% from 255 or 28.27% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7E88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7E88 is #248177. Grayscale: #9B9B9B. Windows color (decimal): -2392440 or 8945371. OLE color: 8945371.
HSL color Cylindrical-coordinate representation of color #DB7E88: hue angle of 353.55º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB7E88 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 126 | 136 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.14 |
| HSL | 353.55º | 0.56% | 0.68% | - |
| HSV(B) | 353.55º | 0.42% | 0.86% | - |
| XYZ | 41.12 | 31.76 | 27.26 | - |
| YUV | 154.95 | 117.31 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 136 | 0 | 0.42 | 0.38 | 0.14 | 353.55 | 0.56 | 0.68 |
| Hex | DB | 7E | 88 | 0 | 2A | 26 | E | 162 | 38 | 44 |
| Octal | 333 | 176 | 210 | 0 | 52 | 46 | 16 | 542 | 70 | 104 |
| Binary | 11011011 | 1111110 | 10001000 | 0 | 101010 | 100110 | 1110 | 101100010 | 111000 | 1000100 |
Color Harmonies of #DB7E88
Complementary color
Monochromatic Colors of #DB7E88
Black with #DB7E88
Text Example
Text Example
White with #DB7E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7E88; }
p { color: rgb(219,126,136); }
H1.HeaderClassName
{
color: #DB7E88;
}
.AnyTagClassName
{
color: #DB7E88;
}
</style>
background-color css
<style>
a { background-color: #DB7E88; }
a { background-color: rgb(219,126,136); }
div.DivClassName
{
background-color: #DB7E88;
}
.BgClassName
{
background-color: #DB7E88;
}
</style>
border-color css
<style>
span { border-color: #DB7E88; }
span { border-color: rgb(219,126,136); }
td.TdClassName
{
border-color: #DB7E88;
}
.TagClassName
{
border-color: #DB7E88;
}
</style>