Shades of Carissma #DB838D
Tints of Carissma #DB838D
RGB
CMYK
RGB Variations
Color information
#DB838D (or 0xDB838D) is known color: Carissma. HEX triplet: DB, 83 and 8D. RGB value is (219,131,141). Sum of RGB (Red+Green+Blue) = 219+131+141=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DB838D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB838D is #247C72. Grayscale: #9E9E9E. Windows color (decimal): -2391155 or 9274331. OLE color: 9274331.
HSL color Cylindrical-coordinate representation of color #DB838D: hue angle of 353.18º 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 #DB838D is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 131 | 141 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.14 |
| HSL | 353.18º | 0.55% | 0.69% | - |
| HSV(B) | 353.18º | 0.4% | 0.86% | - |
| XYZ | 42.14 | 33.22 | 29.39 | - |
| YUV | 158.45 | 118.15 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 131 | 141 | 0 | 0.40 | 0.36 | 0.14 | 353.18 | 0.55 | 0.69 |
| Hex | DB | 83 | 8D | 0 | 28 | 24 | E | 161 | 37 | 45 |
| Octal | 333 | 203 | 215 | 0 | 50 | 44 | 16 | 541 | 67 | 105 |
| Binary | 11011011 | 10000011 | 10001101 | 0 | 101000 | 100100 | 1110 | 101100001 | 110111 | 1000101 |
Color Harmonies of #DB838D
Complementary color
Monochromatic Colors of #DB838D
Black with #DB838D
Text Example
Text Example
White with #DB838D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB838D; }
p { color: rgb(219,131,141); }
H1.HeaderClassName
{
color: #DB838D;
}
.AnyTagClassName
{
color: #DB838D;
}
</style>
background-color css
<style>
a { background-color: #DB838D; }
a { background-color: rgb(219,131,141); }
div.DivClassName
{
background-color: #DB838D;
}
.BgClassName
{
background-color: #DB838D;
}
</style>
border-color css
<style>
span { border-color: #DB838D; }
span { border-color: rgb(219,131,141); }
td.TdClassName
{
border-color: #DB838D;
}
.TagClassName
{
border-color: #DB838D;
}
</style>