Shades of Carissma #DB868B
Tints of Carissma #DB868B
RGB
CMYK
RGB Variations
Color information
#DB868B (or 0xDB868B) is known color: Carissma. HEX triplet: DB, 86 and 8B. RGB value is (219,134,139). Sum of RGB (Red+Green+Blue) = 219+134+139=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 134 (52.73% from 255 or 27.24% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DB868B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB868B is #247974. Grayscale: #A0A0A0. Windows color (decimal): -2390389 or 9144027. OLE color: 9144027.
HSL color Cylindrical-coordinate representation of color #DB868B: hue angle of 356.47º 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 #DB868B is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 134 | 139 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.14 |
| HSL | 356.47º | 0.54% | 0.69% | - |
| HSV(B) | 356.47º | 0.39% | 0.86% | - |
| XYZ | 42.4 | 33.97 | 28.75 | - |
| YUV | 159.99 | 116.16 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 134 | 139 | 0 | 0.39 | 0.37 | 0.14 | 356.47 | 0.54 | 0.69 |
| Hex | DB | 86 | 8B | 0 | 27 | 25 | E | 164 | 36 | 45 |
| Octal | 333 | 206 | 213 | 0 | 47 | 45 | 16 | 544 | 66 | 105 |
| Binary | 11011011 | 10000110 | 10001011 | 0 | 100111 | 100101 | 1110 | 101100100 | 110110 | 1000101 |
Color Harmonies of #DB868B
Complementary color
Monochromatic Colors of #DB868B
Black with #DB868B
Text Example
Text Example
White with #DB868B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB868B; }
p { color: rgb(219,134,139); }
H1.HeaderClassName
{
color: #DB868B;
}
.AnyTagClassName
{
color: #DB868B;
}
</style>
background-color css
<style>
a { background-color: #DB868B; }
a { background-color: rgb(219,134,139); }
div.DivClassName
{
background-color: #DB868B;
}
.BgClassName
{
background-color: #DB868B;
}
</style>
border-color css
<style>
span { border-color: #DB868B; }
span { border-color: rgb(219,134,139); }
td.TdClassName
{
border-color: #DB868B;
}
.TagClassName
{
border-color: #DB868B;
}
</style>