Shades of Carissma #DB8593
Tints of Carissma #DB8593
RGB
CMYK
RGB Variations
Color information
#DB8593 (or 0xDB8593) is known color: Carissma. HEX triplet: DB, 85 and 93. RGB value is (219,133,147). Sum of RGB (Red+Green+Blue) = 219+133+147=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 147 (57.81% from 255 or 29.46% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8593 is #247A6C. Grayscale: #A0A0A0. Windows color (decimal): -2390637 or 9668059. OLE color: 9668059.
HSL color Cylindrical-coordinate representation of color #DB8593: hue angle of 350.23º 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 #DB8593 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 147 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.14 |
| HSL | 350.23º | 0.54% | 0.69% | - |
| HSV(B) | 350.23º | 0.39% | 0.86% | - |
| XYZ | 42.87 | 33.94 | 31.9 | - |
| YUV | 160.31 | 120.49 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 147 | 0 | 0.39 | 0.33 | 0.14 | 350.23 | 0.54 | 0.69 |
| Hex | DB | 85 | 93 | 0 | 27 | 21 | E | 15E | 36 | 45 |
| Octal | 333 | 205 | 223 | 0 | 47 | 41 | 16 | 536 | 66 | 105 |
| Binary | 11011011 | 10000101 | 10010011 | 0 | 100111 | 100001 | 1110 | 101011110 | 110110 | 1000101 |
Color Harmonies of #DB8593
Complementary color
Monochromatic Colors of #DB8593
Black with #DB8593
Text Example
Text Example
White with #DB8593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8593; }
p { color: rgb(219,133,147); }
H1.HeaderClassName
{
color: #DB8593;
}
.AnyTagClassName
{
color: #DB8593;
}
</style>
background-color css
<style>
a { background-color: #DB8593; }
a { background-color: rgb(219,133,147); }
div.DivClassName
{
background-color: #DB8593;
}
.BgClassName
{
background-color: #DB8593;
}
</style>
border-color css
<style>
span { border-color: #DB8593; }
span { border-color: rgb(219,133,147); }
td.TdClassName
{
border-color: #DB8593;
}
.TagClassName
{
border-color: #DB8593;
}
</style>