Shades of Carissma #DB858C
Tints of Carissma #DB858C
RGB
CMYK
RGB Variations
Color information
#DB858C (or 0xDB858C) is known color: Carissma. HEX triplet: DB, 85 and 8C. RGB value is (219,133,140). Sum of RGB (Red+Green+Blue) = 219+133+140=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DB858C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB858C is #247A73. Grayscale: #9F9F9F. Windows color (decimal): -2390644 or 9209307. OLE color: 9209307.
HSL color Cylindrical-coordinate representation of color #DB858C: hue angle of 355.12º 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 #DB858C is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 140 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.14 |
| HSL | 355.12º | 0.54% | 0.69% | - |
| HSV(B) | 355.12º | 0.39% | 0.86% | - |
| XYZ | 42.33 | 33.73 | 29.09 | - |
| YUV | 159.51 | 116.99 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 140 | 0 | 0.39 | 0.36 | 0.14 | 355.12 | 0.54 | 0.69 |
| Hex | DB | 85 | 8C | 0 | 27 | 24 | E | 163 | 36 | 45 |
| Octal | 333 | 205 | 214 | 0 | 47 | 44 | 16 | 543 | 66 | 105 |
| Binary | 11011011 | 10000101 | 10001100 | 0 | 100111 | 100100 | 1110 | 101100011 | 110110 | 1000101 |
Color Harmonies of #DB858C
Complementary color
Monochromatic Colors of #DB858C
Black with #DB858C
Text Example
Text Example
White with #DB858C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB858C; }
p { color: rgb(219,133,140); }
H1.HeaderClassName
{
color: #DB858C;
}
.AnyTagClassName
{
color: #DB858C;
}
</style>
background-color css
<style>
a { background-color: #DB858C; }
a { background-color: rgb(219,133,140); }
div.DivClassName
{
background-color: #DB858C;
}
.BgClassName
{
background-color: #DB858C;
}
</style>
border-color css
<style>
span { border-color: #DB858C; }
span { border-color: rgb(219,133,140); }
td.TdClassName
{
border-color: #DB858C;
}
.TagClassName
{
border-color: #DB858C;
}
</style>