Shades of Carissma #DB868E
Tints of Carissma #DB868E
RGB
CMYK
RGB Variations
Color information
#DB868E (or 0xDB868E) is known color: Carissma. HEX triplet: DB, 86 and 8E. RGB value is (219,134,142). Sum of RGB (Red+Green+Blue) = 219+134+142=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 142 (55.86% from 255 or 28.69% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DB868E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB868E is #247971. Grayscale: #A0A0A0. Windows color (decimal): -2390386 or 9340635. OLE color: 9340635.
HSL color Cylindrical-coordinate representation of color #DB868E: hue angle of 354.35º 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 #DB868E is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 134 | 142 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.14 |
| HSL | 354.35º | 0.54% | 0.69% | - |
| HSV(B) | 354.35º | 0.39% | 0.86% | - |
| XYZ | 42.62 | 34.06 | 29.92 | - |
| YUV | 160.33 | 117.66 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 134 | 142 | 0 | 0.39 | 0.35 | 0.14 | 354.35 | 0.54 | 0.69 |
| Hex | DB | 86 | 8E | 0 | 27 | 23 | E | 162 | 36 | 45 |
| Octal | 333 | 206 | 216 | 0 | 47 | 43 | 16 | 542 | 66 | 105 |
| Binary | 11011011 | 10000110 | 10001110 | 0 | 100111 | 100011 | 1110 | 101100010 | 110110 | 1000101 |
Color Harmonies of #DB868E
Complementary color
Monochromatic Colors of #DB868E
Black with #DB868E
Text Example
Text Example
White with #DB868E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB868E; }
p { color: rgb(219,134,142); }
H1.HeaderClassName
{
color: #DB868E;
}
.AnyTagClassName
{
color: #DB868E;
}
</style>
background-color css
<style>
a { background-color: #DB868E; }
a { background-color: rgb(219,134,142); }
div.DivClassName
{
background-color: #DB868E;
}
.BgClassName
{
background-color: #DB868E;
}
</style>
border-color css
<style>
span { border-color: #DB868E; }
span { border-color: rgb(219,134,142); }
td.TdClassName
{
border-color: #DB868E;
}
.TagClassName
{
border-color: #DB868E;
}
</style>