Shades of Carissma #DB858A
Tints of Carissma #DB858A
RGB
CMYK
RGB Variations
Color information
#DB858A (or 0xDB858A) is known color: Carissma. HEX triplet: DB, 85 and 8A. RGB value is (219,133,138). Sum of RGB (Red+Green+Blue) = 219+133+138=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB858A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB858A is #247A75. Grayscale: #9F9F9F. Windows color (decimal): -2390646 or 9078235. OLE color: 9078235.
HSL color Cylindrical-coordinate representation of color #DB858A: hue angle of 356.51º 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 #DB858A is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 138 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.14 |
| HSL | 356.51º | 0.54% | 0.69% | - |
| HSV(B) | 356.51º | 0.39% | 0.86% | - |
| XYZ | 42.19 | 33.67 | 28.32 | - |
| YUV | 159.28 | 115.99 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 138 | 0 | 0.39 | 0.37 | 0.14 | 356.51 | 0.54 | 0.69 |
| Hex | DB | 85 | 8A | 0 | 27 | 25 | E | 165 | 36 | 45 |
| Octal | 333 | 205 | 212 | 0 | 47 | 45 | 16 | 545 | 66 | 105 |
| Binary | 11011011 | 10000101 | 10001010 | 0 | 100111 | 100101 | 1110 | 101100101 | 110110 | 1000101 |
Color Harmonies of #DB858A
Complementary color
Monochromatic Colors of #DB858A
Black with #DB858A
Text Example
Text Example
White with #DB858A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB858A; }
p { color: rgb(219,133,138); }
H1.HeaderClassName
{
color: #DB858A;
}
.AnyTagClassName
{
color: #DB858A;
}
</style>
background-color css
<style>
a { background-color: #DB858A; }
a { background-color: rgb(219,133,138); }
div.DivClassName
{
background-color: #DB858A;
}
.BgClassName
{
background-color: #DB858A;
}
</style>
border-color css
<style>
span { border-color: #DB858A; }
span { border-color: rgb(219,133,138); }
td.TdClassName
{
border-color: #DB858A;
}
.TagClassName
{
border-color: #DB858A;
}
</style>