Shades of Carissma #DB8195
Tints of Carissma #DB8195
RGB
CMYK
RGB Variations
Color information
#DB8195 (or 0xDB8195) is known color: Carissma. HEX triplet: DB, 81 and 95. RGB value is (219,129,149). Sum of RGB (Red+Green+Blue) = 219+129+149=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 129 (50.78% from 255 or 25.96% from 497); Blue value is 149 (58.59% from 255 or 29.98% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8195 is #247E6A. Grayscale: #9E9E9E. Windows color (decimal): -2391659 or 9798107. OLE color: 9798107.
HSL color Cylindrical-coordinate representation of color #DB8195: hue angle of 346.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 #DB8195 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 129 | 149 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.14 |
| HSL | 346.67º | 0.56% | 0.68% | - |
| HSV(B) | 346.67º | 0.41% | 0.86% | - |
| XYZ | 42.49 | 32.93 | 32.55 | - |
| YUV | 158.19 | 122.82 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 149 | 0 | 0.41 | 0.32 | 0.14 | 346.67 | 0.56 | 0.68 |
| Hex | DB | 81 | 95 | 0 | 29 | 20 | E | 15B | 38 | 44 |
| Octal | 333 | 201 | 225 | 0 | 51 | 40 | 16 | 533 | 70 | 104 |
| Binary | 11011011 | 10000001 | 10010101 | 0 | 101001 | 100000 | 1110 | 101011011 | 111000 | 1000100 |
Color Harmonies of #DB8195
Complementary color
Monochromatic Colors of #DB8195
Black with #DB8195
Text Example
Text Example
White with #DB8195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8195; }
p { color: rgb(219,129,149); }
H1.HeaderClassName
{
color: #DB8195;
}
.AnyTagClassName
{
color: #DB8195;
}
</style>
background-color css
<style>
a { background-color: #DB8195; }
a { background-color: rgb(219,129,149); }
div.DivClassName
{
background-color: #DB8195;
}
.BgClassName
{
background-color: #DB8195;
}
</style>
border-color css
<style>
span { border-color: #DB8195; }
span { border-color: rgb(219,129,149); }
td.TdClassName
{
border-color: #DB8195;
}
.TagClassName
{
border-color: #DB8195;
}
</style>