Shades of Carissma #DB8892
Tints of Carissma #DB8892
RGB
CMYK
RGB Variations
Color information
#DB8892 (or 0xDB8892) is known color: Carissma. HEX triplet: DB, 88 and 92. RGB value is (219,136,146). Sum of RGB (Red+Green+Blue) = 219+136+146=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 136 (53.52% from 255 or 27.15% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8892 is #24776D. Grayscale: #A2A2A2. Windows color (decimal): -2389870 or 9603291. OLE color: 9603291.
HSL color Cylindrical-coordinate representation of color #DB8892: hue angle of 352.77º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB8892 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 146 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.14 |
| HSL | 352.77º | 0.54% | 0.7% | - |
| HSV(B) | 352.77º | 0.38% | 0.86% | - |
| XYZ | 43.21 | 34.74 | 31.62 | - |
| YUV | 161.96 | 119 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 146 | 0 | 0.38 | 0.33 | 0.14 | 352.77 | 0.54 | 0.7 |
| Hex | DB | 88 | 92 | 0 | 26 | 21 | E | 161 | 36 | 46 |
| Octal | 333 | 210 | 222 | 0 | 46 | 41 | 16 | 541 | 66 | 106 |
| Binary | 11011011 | 10001000 | 10010010 | 0 | 100110 | 100001 | 1110 | 101100001 | 110110 | 1000110 |
Color Harmonies of #DB8892
Complementary color
Monochromatic Colors of #DB8892
Black with #DB8892
Text Example
Text Example
White with #DB8892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8892; }
p { color: rgb(219,136,146); }
H1.HeaderClassName
{
color: #DB8892;
}
.AnyTagClassName
{
color: #DB8892;
}
</style>
background-color css
<style>
a { background-color: #DB8892; }
a { background-color: rgb(219,136,146); }
div.DivClassName
{
background-color: #DB8892;
}
.BgClassName
{
background-color: #DB8892;
}
</style>
border-color css
<style>
span { border-color: #DB8892; }
span { border-color: rgb(219,136,146); }
td.TdClassName
{
border-color: #DB8892;
}
.TagClassName
{
border-color: #DB8892;
}
</style>