Shades of Carissma #DB7E93
Tints of Carissma #DB7E93
RGB
CMYK
RGB Variations
Color information
#DB7E93 (or 0xDB7E93) is known color: Carissma. HEX triplet: DB, 7E and 93. RGB value is (219,126,147). Sum of RGB (Red+Green+Blue) = 219+126+147=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 126 (49.61% from 255 or 25.61% from 492); Blue value is 147 (57.81% from 255 or 29.88% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7E93 is #24816C. Grayscale: #9C9C9C. Windows color (decimal): -2392429 or 9666267. OLE color: 9666267.
HSL color Cylindrical-coordinate representation of color #DB7E93: hue angle of 346.45º 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 #DB7E93 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 126 | 147 | - |
CMYK | 0 | 0.42 | 0.33 | 0.14 |
HSL | 346.45º | 0.56% | 0.68% | - |
HSV(B) | 346.45º | 0.42% | 0.86% | - |
XYZ | 41.94 | 32.09 | 31.59 | - |
YUV | 156.2 | 122.81 | 172.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 126 | 147 | 0 | 0.42 | 0.33 | 0.14 | 346.45 | 0.56 | 0.68 |
Hex | DB | 7E | 93 | 0 | 2A | 21 | E | 15A | 38 | 44 |
Octal | 333 | 176 | 223 | 0 | 52 | 41 | 16 | 532 | 70 | 104 |
Binary | 11011011 | 1111110 | 10010011 | 0 | 101010 | 100001 | 1110 | 101011010 | 111000 | 1000100 |
Color Harmonies of #DB7E93
Complementary color
Monochromatic Colors of #DB7E93
Black with #DB7E93
Text Example
Text Example
White with #DB7E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7E93; }
p { color: rgb(219,126,147); }
H1.HeaderClassName
{
color: #DB7E93;
}
.AnyTagClassName
{
color: #DB7E93;
}
</style>
background-color css
<style>
a { background-color: #DB7E93; }
a { background-color: rgb(219,126,147); }
div.DivClassName
{
background-color: #DB7E93;
}
.BgClassName
{
background-color: #DB7E93;
}
</style>
border-color css
<style>
span { border-color: #DB7E93; }
span { border-color: rgb(219,126,147); }
td.TdClassName
{
border-color: #DB7E93;
}
.TagClassName
{
border-color: #DB7E93;
}
</style>