Shades of Carissma #DB8694
Tints of Carissma #DB8694
RGB
CMYK
RGB Variations
Color information
#DB8694 (or 0xDB8694) is known color: Carissma. HEX triplet: DB, 86 and 94. RGB value is (219,134,148). Sum of RGB (Red+Green+Blue) = 219+134+148=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 134 (52.73% from 255 or 26.75% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8694 is #24796B. Grayscale: #A1A1A1. Windows color (decimal): -2390380 or 9733851. OLE color: 9733851.
HSL color Cylindrical-coordinate representation of color #DB8694: hue angle of 350.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 #DB8694 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 134 | 148 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.14 |
| HSL | 350.12º | 0.54% | 0.69% | - |
| HSV(B) | 350.12º | 0.39% | 0.86% | - |
| XYZ | 43.08 | 34.25 | 32.36 | - |
| YUV | 161.01 | 120.66 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 134 | 148 | 0 | 0.39 | 0.32 | 0.14 | 350.12 | 0.54 | 0.69 |
| Hex | DB | 86 | 94 | 0 | 27 | 20 | E | 15E | 36 | 45 |
| Octal | 333 | 206 | 224 | 0 | 47 | 40 | 16 | 536 | 66 | 105 |
| Binary | 11011011 | 10000110 | 10010100 | 0 | 100111 | 100000 | 1110 | 101011110 | 110110 | 1000101 |
Color Harmonies of #DB8694
Complementary color
Monochromatic Colors of #DB8694
Black with #DB8694
Text Example
Text Example
White with #DB8694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8694; }
p { color: rgb(219,134,148); }
H1.HeaderClassName
{
color: #DB8694;
}
.AnyTagClassName
{
color: #DB8694;
}
</style>
background-color css
<style>
a { background-color: #DB8694; }
a { background-color: rgb(219,134,148); }
div.DivClassName
{
background-color: #DB8694;
}
.BgClassName
{
background-color: #DB8694;
}
</style>
border-color css
<style>
span { border-color: #DB8694; }
span { border-color: rgb(219,134,148); }
td.TdClassName
{
border-color: #DB8694;
}
.TagClassName
{
border-color: #DB8694;
}
</style>