Shades of Carissma #DB818B
Tints of Carissma #DB818B
RGB
CMYK
RGB Variations
Color information
#DB818B (or 0xDB818B) is known color: Carissma. HEX triplet: DB, 81 and 8B. RGB value is (219,129,139). Sum of RGB (Red+Green+Blue) = 219+129+139=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 129 (50.78% from 255 or 26.49% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB818B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB818B is #247E74. Grayscale: #9D9D9D. Windows color (decimal): -2391669 or 9142747. OLE color: 9142747.
HSL color Cylindrical-coordinate representation of color #DB818B: hue angle of 353.33º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB818B is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 129 | 139 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.14 |
| HSL | 353.33º | 0.56% | 0.68% | - |
| HSV(B) | 353.33º | 0.41% | 0.86% | - |
| XYZ | 41.72 | 32.62 | 28.52 | - |
| YUV | 157.05 | 117.82 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 139 | 0 | 0.41 | 0.37 | 0.14 | 353.33 | 0.56 | 0.68 |
| Hex | DB | 81 | 8B | 0 | 29 | 25 | E | 161 | 38 | 44 |
| Octal | 333 | 201 | 213 | 0 | 51 | 45 | 16 | 541 | 70 | 104 |
| Binary | 11011011 | 10000001 | 10001011 | 0 | 101001 | 100101 | 1110 | 101100001 | 111000 | 1000100 |
Color Harmonies of #DB818B
Complementary color
Monochromatic Colors of #DB818B
Black with #DB818B
Text Example
Text Example
White with #DB818B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB818B; }
p { color: rgb(219,129,139); }
H1.HeaderClassName
{
color: #DB818B;
}
.AnyTagClassName
{
color: #DB818B;
}
</style>
background-color css
<style>
a { background-color: #DB818B; }
a { background-color: rgb(219,129,139); }
div.DivClassName
{
background-color: #DB818B;
}
.BgClassName
{
background-color: #DB818B;
}
</style>
border-color css
<style>
span { border-color: #DB818B; }
span { border-color: rgb(219,129,139); }
td.TdClassName
{
border-color: #DB818B;
}
.TagClassName
{
border-color: #DB818B;
}
</style>