Shades of Carissma #DB7D93
Tints of Carissma #DB7D93
RGB
CMYK
RGB Variations
Color information
#DB7D93 (or 0xDB7D93) is known color: Carissma. HEX triplet: DB, 7D and 93. RGB value is (219,125,147). Sum of RGB (Red+Green+Blue) = 219+125+147=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 147 (57.81% from 255 or 29.94% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7D93 is #24826C. Grayscale: #9B9B9B. Windows color (decimal): -2392685 or 9666011. OLE color: 9666011.
HSL color Cylindrical-coordinate representation of color #DB7D93: hue angle of 345.96º 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 #DB7D93 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 125 | 147 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.14 |
| HSL | 345.96º | 0.57% | 0.67% | - |
| HSV(B) | 345.96º | 0.43% | 0.86% | - |
| XYZ | 41.81 | 31.83 | 31.54 | - |
| YUV | 155.61 | 123.14 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 147 | 0 | 0.43 | 0.33 | 0.14 | 345.96 | 0.57 | 0.67 |
| Hex | DB | 7D | 93 | 0 | 2B | 21 | E | 15A | 39 | 43 |
| Octal | 333 | 175 | 223 | 0 | 53 | 41 | 16 | 532 | 71 | 103 |
| Binary | 11011011 | 1111101 | 10010011 | 0 | 101011 | 100001 | 1110 | 101011010 | 111001 | 1000011 |
Color Harmonies of #DB7D93
Complementary color
Monochromatic Colors of #DB7D93
Black with #DB7D93
Text Example
Text Example
White with #DB7D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7D93; }
p { color: rgb(219,125,147); }
H1.HeaderClassName
{
color: #DB7D93;
}
.AnyTagClassName
{
color: #DB7D93;
}
</style>
background-color css
<style>
a { background-color: #DB7D93; }
a { background-color: rgb(219,125,147); }
div.DivClassName
{
background-color: #DB7D93;
}
.BgClassName
{
background-color: #DB7D93;
}
</style>
border-color css
<style>
span { border-color: #DB7D93; }
span { border-color: rgb(219,125,147); }
td.TdClassName
{
border-color: #DB7D93;
}
.TagClassName
{
border-color: #DB7D93;
}
</style>