Shades of Carissma #DB878E
Tints of Carissma #DB878E
RGB
CMYK
RGB Variations
Color information
#DB878E (or 0xDB878E) is known color: Carissma. HEX triplet: DB, 87 and 8E. RGB value is (219,135,142). Sum of RGB (Red+Green+Blue) = 219+135+142=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 135 (53.12% from 255 or 27.22% from 496); Blue value is 142 (55.86% from 255 or 28.63% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DB878E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB878E is #247871. Grayscale: #A0A0A0. Windows color (decimal): -2390130 or 9340891. OLE color: 9340891.
HSL color Cylindrical-coordinate representation of color #DB878E: hue angle of 355º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB878E is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 135 | 142 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.14 |
| HSL | 355º | 0.54% | 0.69% | - |
| HSV(B) | 355º | 0.38% | 0.86% | - |
| XYZ | 42.76 | 34.34 | 29.97 | - |
| YUV | 160.91 | 117.33 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 142 | 0 | 0.38 | 0.35 | 0.14 | 355 | 0.54 | 0.69 |
| Hex | DB | 87 | 8E | 0 | 26 | 23 | E | 163 | 36 | 45 |
| Octal | 333 | 207 | 216 | 0 | 46 | 43 | 16 | 543 | 66 | 105 |
| Binary | 11011011 | 10000111 | 10001110 | 0 | 100110 | 100011 | 1110 | 101100011 | 110110 | 1000101 |
Color Harmonies of #DB878E
Complementary color
Monochromatic Colors of #DB878E
Black with #DB878E
Text Example
Text Example
White with #DB878E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB878E; }
p { color: rgb(219,135,142); }
H1.HeaderClassName
{
color: #DB878E;
}
.AnyTagClassName
{
color: #DB878E;
}
</style>
background-color css
<style>
a { background-color: #DB878E; }
a { background-color: rgb(219,135,142); }
div.DivClassName
{
background-color: #DB878E;
}
.BgClassName
{
background-color: #DB878E;
}
</style>
border-color css
<style>
span { border-color: #DB878E; }
span { border-color: rgb(219,135,142); }
td.TdClassName
{
border-color: #DB878E;
}
.TagClassName
{
border-color: #DB878E;
}
</style>