Shades of Carissma #DB868A
Tints of Carissma #DB868A
RGB
CMYK
RGB Variations
Color information
#DB868A (or 0xDB868A) is known color: Carissma. HEX triplet: DB, 86 and 8A. RGB value is (219,134,138). Sum of RGB (Red+Green+Blue) = 219+134+138=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DB868A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB868A is #247975. Grayscale: #9F9F9F. Windows color (decimal): -2390390 or 9078491. OLE color: 9078491.
HSL color Cylindrical-coordinate representation of color #DB868A: hue angle of 357.18º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB868A is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 134 | 138 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.14 |
| HSL | 357.18º | 0.54% | 0.69% | - |
| HSV(B) | 357.18º | 0.39% | 0.86% | - |
| XYZ | 42.33 | 33.95 | 28.37 | - |
| YUV | 159.87 | 115.66 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 134 | 138 | 0 | 0.39 | 0.37 | 0.14 | 357.18 | 0.54 | 0.69 |
| Hex | DB | 86 | 8A | 0 | 27 | 25 | E | 165 | 36 | 45 |
| Octal | 333 | 206 | 212 | 0 | 47 | 45 | 16 | 545 | 66 | 105 |
| Binary | 11011011 | 10000110 | 10001010 | 0 | 100111 | 100101 | 1110 | 101100101 | 110110 | 1000101 |
Color Harmonies of #DB868A
Complementary color
Monochromatic Colors of #DB868A
Black with #DB868A
Text Example
Text Example
White with #DB868A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB868A; }
p { color: rgb(219,134,138); }
H1.HeaderClassName
{
color: #DB868A;
}
.AnyTagClassName
{
color: #DB868A;
}
</style>
background-color css
<style>
a { background-color: #DB868A; }
a { background-color: rgb(219,134,138); }
div.DivClassName
{
background-color: #DB868A;
}
.BgClassName
{
background-color: #DB868A;
}
</style>
border-color css
<style>
span { border-color: #DB868A; }
span { border-color: rgb(219,134,138); }
td.TdClassName
{
border-color: #DB868A;
}
.TagClassName
{
border-color: #DB868A;
}
</style>