Shades of Carissma #DB8395
Tints of Carissma #DB8395
RGB
CMYK
RGB Variations
Color information
#DB8395 (or 0xDB8395) is known color: Carissma. HEX triplet: DB, 83 and 95. RGB value is (219,131,149). Sum of RGB (Red+Green+Blue) = 219+131+149=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 131 (51.56% from 255 or 26.25% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8395 is #247C6A. Grayscale: #9F9F9F. Windows color (decimal): -2391147 or 9798619. OLE color: 9798619.
HSL color Cylindrical-coordinate representation of color #DB8395: hue angle of 347.73º 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 #DB8395 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 131 | 149 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.14 |
| HSL | 347.73º | 0.55% | 0.69% | - |
| HSV(B) | 347.73º | 0.4% | 0.86% | - |
| XYZ | 42.75 | 33.46 | 32.64 | - |
| YUV | 159.36 | 122.15 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 131 | 149 | 0 | 0.40 | 0.32 | 0.14 | 347.73 | 0.55 | 0.69 |
| Hex | DB | 83 | 95 | 0 | 28 | 20 | E | 15C | 37 | 45 |
| Octal | 333 | 203 | 225 | 0 | 50 | 40 | 16 | 534 | 67 | 105 |
| Binary | 11011011 | 10000011 | 10010101 | 0 | 101000 | 100000 | 1110 | 101011100 | 110111 | 1000101 |
Color Harmonies of #DB8395
Complementary color
Monochromatic Colors of #DB8395
Black with #DB8395
Text Example
Text Example
White with #DB8395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8395; }
p { color: rgb(219,131,149); }
H1.HeaderClassName
{
color: #DB8395;
}
.AnyTagClassName
{
color: #DB8395;
}
</style>
background-color css
<style>
a { background-color: #DB8395; }
a { background-color: rgb(219,131,149); }
div.DivClassName
{
background-color: #DB8395;
}
.BgClassName
{
background-color: #DB8395;
}
</style>
border-color css
<style>
span { border-color: #DB8395; }
span { border-color: rgb(219,131,149); }
td.TdClassName
{
border-color: #DB8395;
}
.TagClassName
{
border-color: #DB8395;
}
</style>