Shades of Carissma #DB7B92
Tints of Carissma #DB7B92
RGB
CMYK
RGB Variations
Color information
#DB7B92 (or 0xDB7B92) is known color: Carissma. HEX triplet: DB, 7B and 92. RGB value is (219,123,146). Sum of RGB (Red+Green+Blue) = 219+123+146=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 123 (48.44% from 255 or 25.20% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7B92 is #24846D. Grayscale: #9A9A9A. Windows color (decimal): -2393198 or 9599963. OLE color: 9599963.
HSL color Cylindrical-coordinate representation of color #DB7B92: hue angle of 345.62º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB7B92 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 123 | 146 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.14 |
| HSL | 345.63º | 0.57% | 0.67% | - |
| HSV(B) | 345.63º | 0.44% | 0.86% | - |
| XYZ | 41.48 | 31.3 | 31.05 | - |
| YUV | 154.33 | 123.3 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 123 | 146 | 0 | 0.44 | 0.33 | 0.14 | 345.63 | 0.57 | 0.67 |
| Hex | DB | 7B | 92 | 0 | 2C | 21 | E | 15A | 39 | 43 |
| Octal | 333 | 173 | 222 | 0 | 54 | 41 | 16 | 532 | 71 | 103 |
| Binary | 11011011 | 1111011 | 10010010 | 0 | 101100 | 100001 | 1110 | 101011010 | 111001 | 1000011 |
Color Harmonies of #DB7B92
Complementary color
Monochromatic Colors of #DB7B92
Black with #DB7B92
Text Example
Text Example
White with #DB7B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7B92; }
p { color: rgb(219,123,146); }
H1.HeaderClassName
{
color: #DB7B92;
}
.AnyTagClassName
{
color: #DB7B92;
}
</style>
background-color css
<style>
a { background-color: #DB7B92; }
a { background-color: rgb(219,123,146); }
div.DivClassName
{
background-color: #DB7B92;
}
.BgClassName
{
background-color: #DB7B92;
}
</style>
border-color css
<style>
span { border-color: #DB7B92; }
span { border-color: rgb(219,123,146); }
td.TdClassName
{
border-color: #DB7B92;
}
.TagClassName
{
border-color: #DB7B92;
}
</style>