Shades of Carissma #DB8491
Tints of Carissma #DB8491
RGB
CMYK
RGB Variations
Color information
#DB8491 (or 0xDB8491) is known color: Carissma. HEX triplet: DB, 84 and 91. RGB value is (219,132,145). Sum of RGB (Red+Green+Blue) = 219+132+145=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 132 (51.95% from 255 or 26.61% from 496); Blue value is 145 (57.03% from 255 or 29.23% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8491 is #247B6E. Grayscale: #9F9F9F. Windows color (decimal): -2390895 or 9536731. OLE color: 9536731.
HSL color Cylindrical-coordinate representation of color #DB8491: hue angle of 351.03º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB8491 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 145 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.14 |
| HSL | 351.03º | 0.55% | 0.69% | - |
| HSV(B) | 351.03º | 0.4% | 0.86% | - |
| XYZ | 42.58 | 33.61 | 31.03 | - |
| YUV | 159.5 | 119.82 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 145 | 0 | 0.40 | 0.34 | 0.14 | 351.03 | 0.55 | 0.69 |
| Hex | DB | 84 | 91 | 0 | 28 | 22 | E | 15F | 37 | 45 |
| Octal | 333 | 204 | 221 | 0 | 50 | 42 | 16 | 537 | 67 | 105 |
| Binary | 11011011 | 10000100 | 10010001 | 0 | 101000 | 100010 | 1110 | 101011111 | 110111 | 1000101 |
Color Harmonies of #DB8491
Complementary color
Monochromatic Colors of #DB8491
Black with #DB8491
Text Example
Text Example
White with #DB8491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8491; }
p { color: rgb(219,132,145); }
H1.HeaderClassName
{
color: #DB8491;
}
.AnyTagClassName
{
color: #DB8491;
}
</style>
background-color css
<style>
a { background-color: #DB8491; }
a { background-color: rgb(219,132,145); }
div.DivClassName
{
background-color: #DB8491;
}
.BgClassName
{
background-color: #DB8491;
}
</style>
border-color css
<style>
span { border-color: #DB8491; }
span { border-color: rgb(219,132,145); }
td.TdClassName
{
border-color: #DB8491;
}
.TagClassName
{
border-color: #DB8491;
}
</style>