Shades of Carissma #DB8497
Tints of Carissma #DB8497
RGB
CMYK
RGB Variations
Color information
#DB8497 (or 0xDB8497) is known color: Carissma. HEX triplet: DB, 84 and 97. RGB value is (219,132,151). Sum of RGB (Red+Green+Blue) = 219+132+151=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 132 (51.95% from 255 or 26.29% from 502); Blue value is 151 (59.38% from 255 or 30.08% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8497 is #247B68. Grayscale: #A0A0A0. Windows color (decimal): -2390889 or 9929947. OLE color: 9929947.
HSL color Cylindrical-coordinate representation of color #DB8497: hue angle of 346.9º 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 #DB8497 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 151 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.14 |
| HSL | 346.9º | 0.55% | 0.69% | - |
| HSV(B) | 346.9º | 0.4% | 0.86% | - |
| XYZ | 43.05 | 33.8 | 33.53 | - |
| YUV | 160.18 | 122.82 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 151 | 0 | 0.40 | 0.31 | 0.14 | 346.9 | 0.55 | 0.69 |
| Hex | DB | 84 | 97 | 0 | 28 | 1F | E | 15B | 37 | 45 |
| Octal | 333 | 204 | 227 | 0 | 50 | 37 | 16 | 533 | 67 | 105 |
| Binary | 11011011 | 10000100 | 10010111 | 0 | 101000 | 11111 | 1110 | 101011011 | 110111 | 1000101 |
Color Harmonies of #DB8497
Complementary color
Monochromatic Colors of #DB8497
Black with #DB8497
Text Example
Text Example
White with #DB8497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8497; }
p { color: rgb(219,132,151); }
H1.HeaderClassName
{
color: #DB8497;
}
.AnyTagClassName
{
color: #DB8497;
}
</style>
background-color css
<style>
a { background-color: #DB8497; }
a { background-color: rgb(219,132,151); }
div.DivClassName
{
background-color: #DB8497;
}
.BgClassName
{
background-color: #DB8497;
}
</style>
border-color css
<style>
span { border-color: #DB8497; }
span { border-color: rgb(219,132,151); }
td.TdClassName
{
border-color: #DB8497;
}
.TagClassName
{
border-color: #DB8497;
}
</style>