Shades of Carissma #DB8596
Tints of Carissma #DB8596
RGB
CMYK
RGB Variations
Color information
#DB8596 (or 0xDB8596) is known color: Carissma. HEX triplet: DB, 85 and 96. RGB value is (219,133,150). Sum of RGB (Red+Green+Blue) = 219+133+150=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8596 is #247A69. Grayscale: #A0A0A0. Windows color (decimal): -2390634 or 9864667. OLE color: 9864667.
HSL color Cylindrical-coordinate representation of color #DB8596: hue angle of 348.14º 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 #DB8596 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 150 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.14 |
| HSL | 348.14º | 0.54% | 0.69% | - |
| HSV(B) | 348.14º | 0.39% | 0.86% | - |
| XYZ | 43.11 | 34.04 | 33.15 | - |
| YUV | 160.65 | 121.99 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 150 | 0 | 0.39 | 0.32 | 0.14 | 348.14 | 0.54 | 0.69 |
| Hex | DB | 85 | 96 | 0 | 27 | 20 | E | 15C | 36 | 45 |
| Octal | 333 | 205 | 226 | 0 | 47 | 40 | 16 | 534 | 66 | 105 |
| Binary | 11011011 | 10000101 | 10010110 | 0 | 100111 | 100000 | 1110 | 101011100 | 110110 | 1000101 |
Color Harmonies of #DB8596
Complementary color
Monochromatic Colors of #DB8596
Black with #DB8596
Text Example
Text Example
White with #DB8596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8596; }
p { color: rgb(219,133,150); }
H1.HeaderClassName
{
color: #DB8596;
}
.AnyTagClassName
{
color: #DB8596;
}
</style>
background-color css
<style>
a { background-color: #DB8596; }
a { background-color: rgb(219,133,150); }
div.DivClassName
{
background-color: #DB8596;
}
.BgClassName
{
background-color: #DB8596;
}
</style>
border-color css
<style>
span { border-color: #DB8596; }
span { border-color: rgb(219,133,150); }
td.TdClassName
{
border-color: #DB8596;
}
.TagClassName
{
border-color: #DB8596;
}
</style>