Shades of Carissma #DB8A8D
Tints of Carissma #DB8A8D
RGB
CMYK
RGB Variations
Color information
#DB8A8D (or 0xDB8A8D) is known color: Carissma. HEX triplet: DB, 8A and 8D. RGB value is (219,138,141). Sum of RGB (Red+Green+Blue) = 219+138+141=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 138 (54.30% from 255 or 27.71% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8A8D is #247572. Grayscale: #A2A2A2. Windows color (decimal): -2389363 or 9276123. OLE color: 9276123.
HSL color Cylindrical-coordinate representation of color #DB8A8D: hue angle of 357.78º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB8A8D is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 138 | 141 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.14 |
| HSL | 357.78º | 0.53% | 0.7% | - |
| HSV(B) | 357.78º | 0.37% | 0.86% | - |
| XYZ | 43.11 | 35.16 | 29.71 | - |
| YUV | 162.56 | 115.84 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 141 | 0 | 0.37 | 0.36 | 0.14 | 357.78 | 0.53 | 0.7 |
| Hex | DB | 8A | 8D | 0 | 25 | 24 | E | 166 | 35 | 46 |
| Octal | 333 | 212 | 215 | 0 | 45 | 44 | 16 | 546 | 65 | 106 |
| Binary | 11011011 | 10001010 | 10001101 | 0 | 100101 | 100100 | 1110 | 101100110 | 110101 | 1000110 |
Color Harmonies of #DB8A8D
Complementary color
Monochromatic Colors of #DB8A8D
Black with #DB8A8D
Text Example
Text Example
White with #DB8A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8A8D; }
p { color: rgb(219,138,141); }
H1.HeaderClassName
{
color: #DB8A8D;
}
.AnyTagClassName
{
color: #DB8A8D;
}
</style>
background-color css
<style>
a { background-color: #DB8A8D; }
a { background-color: rgb(219,138,141); }
div.DivClassName
{
background-color: #DB8A8D;
}
.BgClassName
{
background-color: #DB8A8D;
}
</style>
border-color css
<style>
span { border-color: #DB8A8D; }
span { border-color: rgb(219,138,141); }
td.TdClassName
{
border-color: #DB8A8D;
}
.TagClassName
{
border-color: #DB8A8D;
}
</style>