Shades of Carissma #DB8397
Tints of Carissma #DB8397
RGB
CMYK
RGB Variations
Color information
#DB8397 (or 0xDB8397) is known color: Carissma. HEX triplet: DB, 83 and 97. RGB value is (219,131,151). Sum of RGB (Red+Green+Blue) = 219+131+151=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 131 (51.56% from 255 or 26.15% from 501); Blue value is 151 (59.38% from 255 or 30.14% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8397 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8397 is #247C68. Grayscale: #9F9F9F. Windows color (decimal): -2391145 or 9929691. OLE color: 9929691.
HSL color Cylindrical-coordinate representation of color #DB8397: hue angle of 346.36º 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 #DB8397 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 131 | 151 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.14 |
| HSL | 346.36º | 0.55% | 0.69% | - |
| HSV(B) | 346.36º | 0.4% | 0.86% | - |
| XYZ | 42.92 | 33.53 | 33.49 | - |
| YUV | 159.59 | 123.15 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 131 | 151 | 0 | 0.40 | 0.31 | 0.14 | 346.36 | 0.55 | 0.69 |
| Hex | DB | 83 | 97 | 0 | 28 | 1F | E | 15A | 37 | 45 |
| Octal | 333 | 203 | 227 | 0 | 50 | 37 | 16 | 532 | 67 | 105 |
| Binary | 11011011 | 10000011 | 10010111 | 0 | 101000 | 11111 | 1110 | 101011010 | 110111 | 1000101 |
Color Harmonies of #DB8397
Complementary color
Monochromatic Colors of #DB8397
Black with #DB8397
Text Example
Text Example
White with #DB8397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8397; }
p { color: rgb(219,131,151); }
H1.HeaderClassName
{
color: #DB8397;
}
.AnyTagClassName
{
color: #DB8397;
}
</style>
background-color css
<style>
a { background-color: #DB8397; }
a { background-color: rgb(219,131,151); }
div.DivClassName
{
background-color: #DB8397;
}
.BgClassName
{
background-color: #DB8397;
}
</style>
border-color css
<style>
span { border-color: #DB8397; }
span { border-color: rgb(219,131,151); }
td.TdClassName
{
border-color: #DB8397;
}
.TagClassName
{
border-color: #DB8397;
}
</style>