Shades of Carissma #DB8B8F
Tints of Carissma #DB8B8F
RGB
CMYK
RGB Variations
Color information
#DB8B8F (or 0xDB8B8F) is known color: Carissma. HEX triplet: DB, 8B and 8F. RGB value is (219,139,143). Sum of RGB (Red+Green+Blue) = 219+139+143=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 139 (54.69% from 255 or 27.74% from 501); Blue value is 143 (56.25% from 255 or 28.54% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8B8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8B8F is #247470. Grayscale: #A3A3A3. Windows color (decimal): -2389105 or 9407451. OLE color: 9407451.
HSL color Cylindrical-coordinate representation of color #DB8B8F: hue angle of 357º 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 #DB8B8F is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 139 | 143 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.14 |
| HSL | 357º | 0.53% | 0.7% | - |
| HSV(B) | 357º | 0.37% | 0.86% | - |
| XYZ | 43.4 | 35.51 | 30.55 | - |
| YUV | 163.38 | 116.5 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 143 | 0 | 0.37 | 0.35 | 0.14 | 357 | 0.53 | 0.7 |
| Hex | DB | 8B | 8F | 0 | 25 | 23 | E | 165 | 35 | 46 |
| Octal | 333 | 213 | 217 | 0 | 45 | 43 | 16 | 545 | 65 | 106 |
| Binary | 11011011 | 10001011 | 10001111 | 0 | 100101 | 100011 | 1110 | 101100101 | 110101 | 1000110 |
Color Harmonies of #DB8B8F
Complementary color
Monochromatic Colors of #DB8B8F
Black with #DB8B8F
Text Example
Text Example
White with #DB8B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8B8F; }
p { color: rgb(219,139,143); }
H1.HeaderClassName
{
color: #DB8B8F;
}
.AnyTagClassName
{
color: #DB8B8F;
}
</style>
background-color css
<style>
a { background-color: #DB8B8F; }
a { background-color: rgb(219,139,143); }
div.DivClassName
{
background-color: #DB8B8F;
}
.BgClassName
{
background-color: #DB8B8F;
}
</style>
border-color css
<style>
span { border-color: #DB8B8F; }
span { border-color: rgb(219,139,143); }
td.TdClassName
{
border-color: #DB8B8F;
}
.TagClassName
{
border-color: #DB8B8F;
}
</style>