Shades of Carissma #DB868D
Tints of Carissma #DB868D
RGB
CMYK
RGB Variations
Color information
#DB868D (or 0xDB868D) is known color: Carissma. HEX triplet: DB, 86 and 8D. RGB value is (219,134,141). Sum of RGB (Red+Green+Blue) = 219+134+141=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 134 (52.73% from 255 or 27.13% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DB868D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB868D is #247972. Grayscale: #A0A0A0. Windows color (decimal): -2390387 or 9275099. OLE color: 9275099.
HSL color Cylindrical-coordinate representation of color #DB868D: hue angle of 355.06º 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 #DB868D is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 134 | 141 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.14 |
| HSL | 355.06º | 0.54% | 0.69% | - |
| HSV(B) | 355.06º | 0.39% | 0.86% | - |
| XYZ | 42.55 | 34.03 | 29.53 | - |
| YUV | 160.21 | 117.16 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 134 | 141 | 0 | 0.39 | 0.36 | 0.14 | 355.06 | 0.54 | 0.69 |
| Hex | DB | 86 | 8D | 0 | 27 | 24 | E | 163 | 36 | 45 |
| Octal | 333 | 206 | 215 | 0 | 47 | 44 | 16 | 543 | 66 | 105 |
| Binary | 11011011 | 10000110 | 10001101 | 0 | 100111 | 100100 | 1110 | 101100011 | 110110 | 1000101 |
Color Harmonies of #DB868D
Complementary color
Monochromatic Colors of #DB868D
Black with #DB868D
Text Example
Text Example
White with #DB868D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB868D; }
p { color: rgb(219,134,141); }
H1.HeaderClassName
{
color: #DB868D;
}
.AnyTagClassName
{
color: #DB868D;
}
</style>
background-color css
<style>
a { background-color: #DB868D; }
a { background-color: rgb(219,134,141); }
div.DivClassName
{
background-color: #DB868D;
}
.BgClassName
{
background-color: #DB868D;
}
</style>
border-color css
<style>
span { border-color: #DB868D; }
span { border-color: rgb(219,134,141); }
td.TdClassName
{
border-color: #DB868D;
}
.TagClassName
{
border-color: #DB868D;
}
</style>