Shades of Carissma #DB819B
Tints of Carissma #DB819B
RGB
CMYK
RGB Variations
Color information
#DB819B (or 0xDB819B) is known color: Carissma. HEX triplet: DB, 81 and 9B. RGB value is (219,129,155). Sum of RGB (Red+Green+Blue) = 219+129+155=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 129 (50.78% from 255 or 25.65% from 503); Blue value is 155 (60.94% from 255 or 30.82% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB819B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB819B is #247E64. Grayscale: #9E9E9E. Windows color (decimal): -2391653 or 10191323. OLE color: 10191323.
HSL color Cylindrical-coordinate representation of color #DB819B: hue angle of 342.67º 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 #DB819B is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 129 | 155 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.14 |
| HSL | 342.67º | 0.56% | 0.68% | - |
| HSV(B) | 342.67º | 0.41% | 0.86% | - |
| XYZ | 42.98 | 33.13 | 35.14 | - |
| YUV | 158.87 | 125.82 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 155 | 0 | 0.41 | 0.29 | 0.14 | 342.67 | 0.56 | 0.68 |
| Hex | DB | 81 | 9B | 0 | 29 | 1D | E | 157 | 38 | 44 |
| Octal | 333 | 201 | 233 | 0 | 51 | 35 | 16 | 527 | 70 | 104 |
| Binary | 11011011 | 10000001 | 10011011 | 0 | 101001 | 11101 | 1110 | 101010111 | 111000 | 1000100 |
Color Harmonies of #DB819B
Complementary color
Monochromatic Colors of #DB819B
Black with #DB819B
Text Example
Text Example
White with #DB819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB819B; }
p { color: rgb(219,129,155); }
H1.HeaderClassName
{
color: #DB819B;
}
.AnyTagClassName
{
color: #DB819B;
}
</style>
background-color css
<style>
a { background-color: #DB819B; }
a { background-color: rgb(219,129,155); }
div.DivClassName
{
background-color: #DB819B;
}
.BgClassName
{
background-color: #DB819B;
}
</style>
border-color css
<style>
span { border-color: #DB819B; }
span { border-color: rgb(219,129,155); }
td.TdClassName
{
border-color: #DB819B;
}
.TagClassName
{
border-color: #DB819B;
}
</style>