Shades of Carissma #DB838E
Tints of Carissma #DB838E
RGB
CMYK
RGB Variations
Color information
#DB838E (or 0xDB838E) is known color: Carissma. HEX triplet: DB, 83 and 8E. RGB value is (219,131,142). Sum of RGB (Red+Green+Blue) = 219+131+142=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 131 (51.56% from 255 or 26.63% from 492); Blue value is 142 (55.86% from 255 or 28.86% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DB838E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB838E is #247C71. Grayscale: #9E9E9E. Windows color (decimal): -2391154 or 9339867. OLE color: 9339867.
HSL color Cylindrical-coordinate representation of color #DB838E: hue angle of 352.5º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB838E is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 131 | 142 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.14 |
| HSL | 352.5º | 0.55% | 0.69% | - |
| HSV(B) | 352.5º | 0.4% | 0.86% | - |
| XYZ | 42.21 | 33.25 | 29.78 | - |
| YUV | 158.57 | 118.65 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 131 | 142 | 0 | 0.40 | 0.35 | 0.14 | 352.5 | 0.55 | 0.69 |
| Hex | DB | 83 | 8E | 0 | 28 | 23 | E | 160 | 37 | 45 |
| Octal | 333 | 203 | 216 | 0 | 50 | 43 | 16 | 540 | 67 | 105 |
| Binary | 11011011 | 10000011 | 10001110 | 0 | 101000 | 100011 | 1110 | 101100000 | 110111 | 1000101 |
Color Harmonies of #DB838E
Complementary color
Monochromatic Colors of #DB838E
Black with #DB838E
Text Example
Text Example
White with #DB838E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB838E; }
p { color: rgb(219,131,142); }
H1.HeaderClassName
{
color: #DB838E;
}
.AnyTagClassName
{
color: #DB838E;
}
</style>
background-color css
<style>
a { background-color: #DB838E; }
a { background-color: rgb(219,131,142); }
div.DivClassName
{
background-color: #DB838E;
}
.BgClassName
{
background-color: #DB838E;
}
</style>
border-color css
<style>
span { border-color: #DB838E; }
span { border-color: rgb(219,131,142); }
td.TdClassName
{
border-color: #DB838E;
}
.TagClassName
{
border-color: #DB838E;
}
</style>