Shades of Carissma #DB7C96
Tints of Carissma #DB7C96
RGB
CMYK
RGB Variations
Color information
#DB7C96 (or 0xDB7C96) is known color: Carissma. HEX triplet: DB, 7C and 96. RGB value is (219,124,150). Sum of RGB (Red+Green+Blue) = 219+124+150=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 124 (48.83% from 255 or 25.15% from 493); Blue value is 150 (58.98% from 255 or 30.43% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7C96 is #248369. Grayscale: #9B9B9B. Windows color (decimal): -2392938 or 9862363. OLE color: 9862363.
HSL color Cylindrical-coordinate representation of color #DB7C96: hue angle of 343.58º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB7C96 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 150 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.14 |
| HSL | 343.58º | 0.57% | 0.67% | - |
| HSV(B) | 343.58º | 0.43% | 0.86% | - |
| XYZ | 41.93 | 31.68 | 32.76 | - |
| YUV | 155.37 | 124.97 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 150 | 0 | 0.43 | 0.32 | 0.14 | 343.58 | 0.57 | 0.67 |
| Hex | DB | 7C | 96 | 0 | 2B | 20 | E | 158 | 39 | 43 |
| Octal | 333 | 174 | 226 | 0 | 53 | 40 | 16 | 530 | 71 | 103 |
| Binary | 11011011 | 1111100 | 10010110 | 0 | 101011 | 100000 | 1110 | 101011000 | 111001 | 1000011 |
Color Harmonies of #DB7C96
Complementary color
Monochromatic Colors of #DB7C96
Black with #DB7C96
Text Example
Text Example
White with #DB7C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7C96; }
p { color: rgb(219,124,150); }
H1.HeaderClassName
{
color: #DB7C96;
}
.AnyTagClassName
{
color: #DB7C96;
}
</style>
background-color css
<style>
a { background-color: #DB7C96; }
a { background-color: rgb(219,124,150); }
div.DivClassName
{
background-color: #DB7C96;
}
.BgClassName
{
background-color: #DB7C96;
}
</style>
border-color css
<style>
span { border-color: #DB7C96; }
span { border-color: rgb(219,124,150); }
td.TdClassName
{
border-color: #DB7C96;
}
.TagClassName
{
border-color: #DB7C96;
}
</style>