Shades of Carissma #DB8297
Tints of Carissma #DB8297
RGB
CMYK
RGB Variations
Color information
#DB8297 (or 0xDB8297) is known color: Carissma. HEX triplet: DB, 82 and 97. RGB value is (219,130,151). Sum of RGB (Red+Green+Blue) = 219+130+151=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 151 (59.38% from 255 or 30.2% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8297 is #247D68. Grayscale: #9F9F9F. Windows color (decimal): -2391401 or 9929435. OLE color: 9929435.
HSL color Cylindrical-coordinate representation of color #DB8297: hue angle of 345.84º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB8297 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 151 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.14 |
| HSL | 345.84º | 0.55% | 0.68% | - |
| HSV(B) | 345.84º | 0.41% | 0.86% | - |
| XYZ | 42.78 | 33.26 | 33.44 | - |
| YUV | 159.01 | 123.49 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 151 | 0 | 0.41 | 0.31 | 0.14 | 345.84 | 0.55 | 0.68 |
| Hex | DB | 82 | 97 | 0 | 29 | 1F | E | 15A | 37 | 44 |
| Octal | 333 | 202 | 227 | 0 | 51 | 37 | 16 | 532 | 67 | 104 |
| Binary | 11011011 | 10000010 | 10010111 | 0 | 101001 | 11111 | 1110 | 101011010 | 110111 | 1000100 |
Color Harmonies of #DB8297
Complementary color
Monochromatic Colors of #DB8297
Black with #DB8297
Text Example
Text Example
White with #DB8297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8297; }
p { color: rgb(219,130,151); }
H1.HeaderClassName
{
color: #DB8297;
}
.AnyTagClassName
{
color: #DB8297;
}
</style>
background-color css
<style>
a { background-color: #DB8297; }
a { background-color: rgb(219,130,151); }
div.DivClassName
{
background-color: #DB8297;
}
.BgClassName
{
background-color: #DB8297;
}
</style>
border-color css
<style>
span { border-color: #DB8297; }
span { border-color: rgb(219,130,151); }
td.TdClassName
{
border-color: #DB8297;
}
.TagClassName
{
border-color: #DB8297;
}
</style>