Shades of Carissma #DB808D
Tints of Carissma #DB808D
RGB
CMYK
RGB Variations
Color information
#DB808D (or 0xDB808D) is known color: Carissma. HEX triplet: DB, 80 and 8D. RGB value is (219,128,141). Sum of RGB (Red+Green+Blue) = 219+128+141=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB808D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB808D is #247F72. Grayscale: #9C9C9C. Windows color (decimal): -2391923 or 9273563. OLE color: 9273563.
HSL color Cylindrical-coordinate representation of color #DB808D: hue angle of 351.43º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB808D is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 141 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.14 |
| HSL | 351.43º | 0.56% | 0.68% | - |
| HSV(B) | 351.43º | 0.42% | 0.86% | - |
| XYZ | 41.74 | 32.42 | 29.26 | - |
| YUV | 156.69 | 119.15 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 141 | 0 | 0.42 | 0.36 | 0.14 | 351.43 | 0.56 | 0.68 |
| Hex | DB | 80 | 8D | 0 | 2A | 24 | E | 15F | 38 | 44 |
| Octal | 333 | 200 | 215 | 0 | 52 | 44 | 16 | 537 | 70 | 104 |
| Binary | 11011011 | 10000000 | 10001101 | 0 | 101010 | 100100 | 1110 | 101011111 | 111000 | 1000100 |
Color Harmonies of #DB808D
Complementary color
Monochromatic Colors of #DB808D
Black with #DB808D
Text Example
Text Example
White with #DB808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB808D; }
p { color: rgb(219,128,141); }
H1.HeaderClassName
{
color: #DB808D;
}
.AnyTagClassName
{
color: #DB808D;
}
</style>
background-color css
<style>
a { background-color: #DB808D; }
a { background-color: rgb(219,128,141); }
div.DivClassName
{
background-color: #DB808D;
}
.BgClassName
{
background-color: #DB808D;
}
</style>
border-color css
<style>
span { border-color: #DB808D; }
span { border-color: rgb(219,128,141); }
td.TdClassName
{
border-color: #DB808D;
}
.TagClassName
{
border-color: #DB808D;
}
</style>