Shades of Carissma #DB828B
Tints of Carissma #DB828B
RGB
CMYK
RGB Variations
Color information
#DB828B (or 0xDB828B) is known color: Carissma. HEX triplet: DB, 82 and 8B. RGB value is (219,130,139). Sum of RGB (Red+Green+Blue) = 219+130+139=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB828B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB828B is #247D74. Grayscale: #9D9D9D. Windows color (decimal): -2391413 or 9143003. OLE color: 9143003.
HSL color Cylindrical-coordinate representation of color #DB828B: hue angle of 353.93º 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 #DB828B is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 139 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.14 |
| HSL | 353.93º | 0.55% | 0.68% | - |
| HSV(B) | 353.93º | 0.41% | 0.86% | - |
| XYZ | 41.86 | 32.89 | 28.57 | - |
| YUV | 157.64 | 117.49 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 139 | 0 | 0.41 | 0.37 | 0.14 | 353.93 | 0.55 | 0.68 |
| Hex | DB | 82 | 8B | 0 | 29 | 25 | E | 162 | 37 | 44 |
| Octal | 333 | 202 | 213 | 0 | 51 | 45 | 16 | 542 | 67 | 104 |
| Binary | 11011011 | 10000010 | 10001011 | 0 | 101001 | 100101 | 1110 | 101100010 | 110111 | 1000100 |
Color Harmonies of #DB828B
Complementary color
Monochromatic Colors of #DB828B
Black with #DB828B
Text Example
Text Example
White with #DB828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB828B; }
p { color: rgb(219,130,139); }
H1.HeaderClassName
{
color: #DB828B;
}
.AnyTagClassName
{
color: #DB828B;
}
</style>
background-color css
<style>
a { background-color: #DB828B; }
a { background-color: rgb(219,130,139); }
div.DivClassName
{
background-color: #DB828B;
}
.BgClassName
{
background-color: #DB828B;
}
</style>
border-color css
<style>
span { border-color: #DB828B; }
span { border-color: rgb(219,130,139); }
td.TdClassName
{
border-color: #DB828B;
}
.TagClassName
{
border-color: #DB828B;
}
</style>