Shades of Carissma #DB8292
Tints of Carissma #DB8292
RGB
CMYK
RGB Variations
Color information
#DB8292 (or 0xDB8292) is known color: Carissma. HEX triplet: DB, 82 and 92. RGB value is (219,130,146). Sum of RGB (Red+Green+Blue) = 219+130+146=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8292 is #247D6D. Grayscale: #9E9E9E. Windows color (decimal): -2391406 or 9601755. OLE color: 9601755.
HSL color Cylindrical-coordinate representation of color #DB8292: hue angle of 349.21º degrees, saturation: 0.55, 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 #DB8292 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 146 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.14 |
| HSL | 349.21º | 0.55% | 0.68% | - |
| HSV(B) | 349.21º | 0.41% | 0.86% | - |
| XYZ | 42.38 | 33.1 | 31.35 | - |
| YUV | 158.44 | 120.99 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 146 | 0 | 0.41 | 0.33 | 0.14 | 349.21 | 0.55 | 0.68 |
| Hex | DB | 82 | 92 | 0 | 29 | 21 | E | 15D | 37 | 44 |
| Octal | 333 | 202 | 222 | 0 | 51 | 41 | 16 | 535 | 67 | 104 |
| Binary | 11011011 | 10000010 | 10010010 | 0 | 101001 | 100001 | 1110 | 101011101 | 110111 | 1000100 |
Color Harmonies of #DB8292
Complementary color
Monochromatic Colors of #DB8292
Black with #DB8292
Text Example
Text Example
White with #DB8292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8292; }
p { color: rgb(219,130,146); }
H1.HeaderClassName
{
color: #DB8292;
}
.AnyTagClassName
{
color: #DB8292;
}
</style>
background-color css
<style>
a { background-color: #DB8292; }
a { background-color: rgb(219,130,146); }
div.DivClassName
{
background-color: #DB8292;
}
.BgClassName
{
background-color: #DB8292;
}
</style>
border-color css
<style>
span { border-color: #DB8292; }
span { border-color: rgb(219,130,146); }
td.TdClassName
{
border-color: #DB8292;
}
.TagClassName
{
border-color: #DB8292;
}
</style>