Shades of Carissma #DB8487
Tints of Carissma #DB8487
RGB
CMYK
RGB Variations
Color information
#DB8487 (or 0xDB8487) is known color: Carissma. HEX triplet: DB, 84 and 87. RGB value is (219,132,135). Sum of RGB (Red+Green+Blue) = 219+132+135=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 132 (51.95% from 255 or 27.16% from 486); Blue value is 135 (53.12% from 255 or 27.78% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8487 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8487 is #247B78. Grayscale: #9E9E9E. Windows color (decimal): -2390905 or 8881371. OLE color: 8881371.
HSL color Cylindrical-coordinate representation of color #DB8487: hue angle of 357.93º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB8487 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 135 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.14 |
| HSL | 357.93º | 0.55% | 0.69% | - |
| HSV(B) | 357.93º | 0.4% | 0.86% | - |
| XYZ | 41.84 | 33.31 | 27.15 | - |
| YUV | 158.36 | 114.82 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 135 | 0 | 0.40 | 0.38 | 0.14 | 357.93 | 0.55 | 0.69 |
| Hex | DB | 84 | 87 | 0 | 28 | 26 | E | 166 | 37 | 45 |
| Octal | 333 | 204 | 207 | 0 | 50 | 46 | 16 | 546 | 67 | 105 |
| Binary | 11011011 | 10000100 | 10000111 | 0 | 101000 | 100110 | 1110 | 101100110 | 110111 | 1000101 |
Color Harmonies of #DB8487
Complementary color
Monochromatic Colors of #DB8487
Black with #DB8487
Text Example
Text Example
White with #DB8487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8487; }
p { color: rgb(219,132,135); }
H1.HeaderClassName
{
color: #DB8487;
}
.AnyTagClassName
{
color: #DB8487;
}
</style>
background-color css
<style>
a { background-color: #DB8487; }
a { background-color: rgb(219,132,135); }
div.DivClassName
{
background-color: #DB8487;
}
.BgClassName
{
background-color: #DB8487;
}
</style>
border-color css
<style>
span { border-color: #DB8487; }
span { border-color: rgb(219,132,135); }
td.TdClassName
{
border-color: #DB8487;
}
.TagClassName
{
border-color: #DB8487;
}
</style>