Shades of Carissma #DB878F
Tints of Carissma #DB878F
RGB
CMYK
RGB Variations
Color information
#DB878F (or 0xDB878F) is known color: Carissma. HEX triplet: DB, 87 and 8F. RGB value is (219,135,143). Sum of RGB (Red+Green+Blue) = 219+135+143=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 135 (53.12% from 255 or 27.16% from 497); Blue value is 143 (56.25% from 255 or 28.77% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DB878F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB878F is #247870. Grayscale: #A1A1A1. Windows color (decimal): -2390129 or 9406427. OLE color: 9406427.
HSL color Cylindrical-coordinate representation of color #DB878F: hue angle of 354.29º 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 #DB878F is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 135 | 143 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.14 |
| HSL | 354.29º | 0.54% | 0.69% | - |
| HSV(B) | 354.29º | 0.38% | 0.86% | - |
| XYZ | 42.84 | 34.37 | 30.36 | - |
| YUV | 161.03 | 117.83 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 143 | 0 | 0.38 | 0.35 | 0.14 | 354.29 | 0.54 | 0.69 |
| Hex | DB | 87 | 8F | 0 | 26 | 23 | E | 162 | 36 | 45 |
| Octal | 333 | 207 | 217 | 0 | 46 | 43 | 16 | 542 | 66 | 105 |
| Binary | 11011011 | 10000111 | 10001111 | 0 | 100110 | 100011 | 1110 | 101100010 | 110110 | 1000101 |
Color Harmonies of #DB878F
Complementary color
Monochromatic Colors of #DB878F
Black with #DB878F
Text Example
Text Example
White with #DB878F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB878F; }
p { color: rgb(219,135,143); }
H1.HeaderClassName
{
color: #DB878F;
}
.AnyTagClassName
{
color: #DB878F;
}
</style>
background-color css
<style>
a { background-color: #DB878F; }
a { background-color: rgb(219,135,143); }
div.DivClassName
{
background-color: #DB878F;
}
.BgClassName
{
background-color: #DB878F;
}
</style>
border-color css
<style>
span { border-color: #DB878F; }
span { border-color: rgb(219,135,143); }
td.TdClassName
{
border-color: #DB878F;
}
.TagClassName
{
border-color: #DB878F;
}
</style>