Shades of Carissma #DB7E94
Tints of Carissma #DB7E94
RGB
CMYK
RGB Variations
Color information
#DB7E94 (or 0xDB7E94) is known color: Carissma. HEX triplet: DB, 7E and 94. RGB value is (219,126,148). Sum of RGB (Red+Green+Blue) = 219+126+148=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 126 (49.61% from 255 or 25.56% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7E94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7E94 is #24816B. Grayscale: #9C9C9C. Windows color (decimal): -2392428 or 9731803. OLE color: 9731803.
HSL color Cylindrical-coordinate representation of color #DB7E94: hue angle of 345.81º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB7E94 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 126 | 148 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.14 |
| HSL | 345.81º | 0.56% | 0.68% | - |
| HSV(B) | 345.81º | 0.42% | 0.86% | - |
| XYZ | 42.02 | 32.12 | 32 | - |
| YUV | 156.32 | 123.31 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 148 | 0 | 0.42 | 0.32 | 0.14 | 345.81 | 0.56 | 0.68 |
| Hex | DB | 7E | 94 | 0 | 2A | 20 | E | 15A | 38 | 44 |
| Octal | 333 | 176 | 224 | 0 | 52 | 40 | 16 | 532 | 70 | 104 |
| Binary | 11011011 | 1111110 | 10010100 | 0 | 101010 | 100000 | 1110 | 101011010 | 111000 | 1000100 |
Color Harmonies of #DB7E94
Complementary color
Monochromatic Colors of #DB7E94
Black with #DB7E94
Text Example
Text Example
White with #DB7E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7E94; }
p { color: rgb(219,126,148); }
H1.HeaderClassName
{
color: #DB7E94;
}
.AnyTagClassName
{
color: #DB7E94;
}
</style>
background-color css
<style>
a { background-color: #DB7E94; }
a { background-color: rgb(219,126,148); }
div.DivClassName
{
background-color: #DB7E94;
}
.BgClassName
{
background-color: #DB7E94;
}
</style>
border-color css
<style>
span { border-color: #DB7E94; }
span { border-color: rgb(219,126,148); }
td.TdClassName
{
border-color: #DB7E94;
}
.TagClassName
{
border-color: #DB7E94;
}
</style>