Shades of Carissma #DB8D8F
Tints of Carissma #DB8D8F
RGB
CMYK
RGB Variations
Color information
#DB8D8F (or 0xDB8D8F) is known color: Carissma. HEX triplet: DB, 8D and 8F. RGB value is (219,141,143). Sum of RGB (Red+Green+Blue) = 219+141+143=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 141 (55.47% from 255 or 28.03% from 503); Blue value is 143 (56.25% from 255 or 28.43% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8D8F is #247270. Grayscale: #A4A4A4. Windows color (decimal): -2388593 or 9407963. OLE color: 9407963.
HSL color Cylindrical-coordinate representation of color #DB8D8F: hue angle of 358.46º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB8D8F is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 143 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.14 |
| HSL | 358.46º | 0.52% | 0.71% | - |
| HSV(B) | 358.46º | 0.36% | 0.86% | - |
| XYZ | 43.7 | 36.09 | 30.65 | - |
| YUV | 164.55 | 115.84 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 143 | 0 | 0.36 | 0.35 | 0.14 | 358.46 | 0.52 | 0.71 |
| Hex | DB | 8D | 8F | 0 | 24 | 23 | E | 166 | 34 | 47 |
| Octal | 333 | 215 | 217 | 0 | 44 | 43 | 16 | 546 | 64 | 107 |
| Binary | 11011011 | 10001101 | 10001111 | 0 | 100100 | 100011 | 1110 | 101100110 | 110100 | 1000111 |
Color Harmonies of #DB8D8F
Complementary color
Monochromatic Colors of #DB8D8F
Black with #DB8D8F
Text Example
Text Example
White with #DB8D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8D8F; }
p { color: rgb(219,141,143); }
H1.HeaderClassName
{
color: #DB8D8F;
}
.AnyTagClassName
{
color: #DB8D8F;
}
</style>
background-color css
<style>
a { background-color: #DB8D8F; }
a { background-color: rgb(219,141,143); }
div.DivClassName
{
background-color: #DB8D8F;
}
.BgClassName
{
background-color: #DB8D8F;
}
</style>
border-color css
<style>
span { border-color: #DB8D8F; }
span { border-color: rgb(219,141,143); }
td.TdClassName
{
border-color: #DB8D8F;
}
.TagClassName
{
border-color: #DB8D8F;
}
</style>