Shades of Carissma #DB8092
Tints of Carissma #DB8092
RGB
CMYK
RGB Variations
Color information
#DB8092 (or 0xDB8092) is known color: Carissma. HEX triplet: DB, 80 and 92. RGB value is (219,128,146). Sum of RGB (Red+Green+Blue) = 219+128+146=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 146 (57.42% from 255 or 29.61% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8092 is #247F6D. Grayscale: #9D9D9D. Windows color (decimal): -2391918 or 9601243. OLE color: 9601243.
HSL color Cylindrical-coordinate representation of color #DB8092: hue angle of 348.13º 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 #DB8092 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 146 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.14 |
| HSL | 348.13º | 0.56% | 0.68% | - |
| HSV(B) | 348.13º | 0.42% | 0.86% | - |
| XYZ | 42.12 | 32.57 | 31.26 | - |
| YUV | 157.26 | 121.65 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 146 | 0 | 0.42 | 0.33 | 0.14 | 348.13 | 0.56 | 0.68 |
| Hex | DB | 80 | 92 | 0 | 2A | 21 | E | 15C | 38 | 44 |
| Octal | 333 | 200 | 222 | 0 | 52 | 41 | 16 | 534 | 70 | 104 |
| Binary | 11011011 | 10000000 | 10010010 | 0 | 101010 | 100001 | 1110 | 101011100 | 111000 | 1000100 |
Color Harmonies of #DB8092
Complementary color
Monochromatic Colors of #DB8092
Black with #DB8092
Text Example
Text Example
White with #DB8092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8092; }
p { color: rgb(219,128,146); }
H1.HeaderClassName
{
color: #DB8092;
}
.AnyTagClassName
{
color: #DB8092;
}
</style>
background-color css
<style>
a { background-color: #DB8092; }
a { background-color: rgb(219,128,146); }
div.DivClassName
{
background-color: #DB8092;
}
.BgClassName
{
background-color: #DB8092;
}
</style>
border-color css
<style>
span { border-color: #DB8092; }
span { border-color: rgb(219,128,146); }
td.TdClassName
{
border-color: #DB8092;
}
.TagClassName
{
border-color: #DB8092;
}
</style>