Shades of Carissma #DB8992
Tints of Carissma #DB8992
RGB
CMYK
RGB Variations
Color information
#DB8992 (or 0xDB8992) is known color: Carissma. HEX triplet: DB, 89 and 92. RGB value is (219,137,146). Sum of RGB (Red+Green+Blue) = 219+137+146=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 137 (53.91% from 255 or 27.29% from 502); Blue value is 146 (57.42% from 255 or 29.08% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8992 is #24766D. Grayscale: #A2A2A2. Windows color (decimal): -2389614 or 9603547. OLE color: 9603547.
HSL color Cylindrical-coordinate representation of color #DB8992: hue angle of 353.41º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB8992 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 146 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.14 |
| HSL | 353.41º | 0.53% | 0.7% | - |
| HSV(B) | 353.41º | 0.37% | 0.86% | - |
| XYZ | 43.35 | 35.03 | 31.67 | - |
| YUV | 162.54 | 118.67 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 146 | 0 | 0.37 | 0.33 | 0.14 | 353.41 | 0.53 | 0.7 |
| Hex | DB | 89 | 92 | 0 | 25 | 21 | E | 161 | 35 | 46 |
| Octal | 333 | 211 | 222 | 0 | 45 | 41 | 16 | 541 | 65 | 106 |
| Binary | 11011011 | 10001001 | 10010010 | 0 | 100101 | 100001 | 1110 | 101100001 | 110101 | 1000110 |
Color Harmonies of #DB8992
Complementary color
Monochromatic Colors of #DB8992
Black with #DB8992
Text Example
Text Example
White with #DB8992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8992; }
p { color: rgb(219,137,146); }
H1.HeaderClassName
{
color: #DB8992;
}
.AnyTagClassName
{
color: #DB8992;
}
</style>
background-color css
<style>
a { background-color: #DB8992; }
a { background-color: rgb(219,137,146); }
div.DivClassName
{
background-color: #DB8992;
}
.BgClassName
{
background-color: #DB8992;
}
</style>
border-color css
<style>
span { border-color: #DB8992; }
span { border-color: rgb(219,137,146); }
td.TdClassName
{
border-color: #DB8992;
}
.TagClassName
{
border-color: #DB8992;
}
</style>