Shades of Carissma #DB8192
Tints of Carissma #DB8192
RGB
CMYK
RGB Variations
Color information
#DB8192 (or 0xDB8192) is known color: Carissma. HEX triplet: DB, 81 and 92. RGB value is (219,129,146). Sum of RGB (Red+Green+Blue) = 219+129+146=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 129 (50.78% from 255 or 26.11% from 494); Blue value is 146 (57.42% from 255 or 29.55% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8192 is #247E6D. Grayscale: #9D9D9D. Windows color (decimal): -2391662 or 9601499. OLE color: 9601499.
HSL color Cylindrical-coordinate representation of color #DB8192: hue angle of 348.67º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB8192 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 129 | 146 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.14 |
| HSL | 348.67º | 0.56% | 0.68% | - |
| HSV(B) | 348.67º | 0.41% | 0.86% | - |
| XYZ | 42.25 | 32.84 | 31.31 | - |
| YUV | 157.85 | 121.32 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 146 | 0 | 0.41 | 0.33 | 0.14 | 348.67 | 0.56 | 0.68 |
| Hex | DB | 81 | 92 | 0 | 29 | 21 | E | 15D | 38 | 44 |
| Octal | 333 | 201 | 222 | 0 | 51 | 41 | 16 | 535 | 70 | 104 |
| Binary | 11011011 | 10000001 | 10010010 | 0 | 101001 | 100001 | 1110 | 101011101 | 111000 | 1000100 |
Color Harmonies of #DB8192
Complementary color
Monochromatic Colors of #DB8192
Black with #DB8192
Text Example
Text Example
White with #DB8192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8192; }
p { color: rgb(219,129,146); }
H1.HeaderClassName
{
color: #DB8192;
}
.AnyTagClassName
{
color: #DB8192;
}
</style>
background-color css
<style>
a { background-color: #DB8192; }
a { background-color: rgb(219,129,146); }
div.DivClassName
{
background-color: #DB8192;
}
.BgClassName
{
background-color: #DB8192;
}
</style>
border-color css
<style>
span { border-color: #DB8192; }
span { border-color: rgb(219,129,146); }
td.TdClassName
{
border-color: #DB8192;
}
.TagClassName
{
border-color: #DB8192;
}
</style>