Shades of Carissma #DB8189
Tints of Carissma #DB8189
RGB
CMYK
RGB Variations
Color information
#DB8189 (or 0xDB8189) is known color: Carissma. HEX triplet: DB, 81 and 89. RGB value is (219,129,137). Sum of RGB (Red+Green+Blue) = 219+129+137=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 137 (53.91% from 255 or 28.25% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8189 is #247E76. Grayscale: #9C9C9C. Windows color (decimal): -2391671 or 9011675. OLE color: 9011675.
HSL color Cylindrical-coordinate representation of color #DB8189: hue angle of 354.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 #DB8189 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 129 | 137 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.14 |
| HSL | 354.67º | 0.56% | 0.68% | - |
| HSV(B) | 354.67º | 0.41% | 0.86% | - |
| XYZ | 41.58 | 32.57 | 27.76 | - |
| YUV | 156.82 | 116.82 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 137 | 0 | 0.41 | 0.37 | 0.14 | 354.67 | 0.56 | 0.68 |
| Hex | DB | 81 | 89 | 0 | 29 | 25 | E | 163 | 38 | 44 |
| Octal | 333 | 201 | 211 | 0 | 51 | 45 | 16 | 543 | 70 | 104 |
| Binary | 11011011 | 10000001 | 10001001 | 0 | 101001 | 100101 | 1110 | 101100011 | 111000 | 1000100 |
Color Harmonies of #DB8189
Complementary color
Monochromatic Colors of #DB8189
Black with #DB8189
Text Example
Text Example
White with #DB8189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8189; }
p { color: rgb(219,129,137); }
H1.HeaderClassName
{
color: #DB8189;
}
.AnyTagClassName
{
color: #DB8189;
}
</style>
background-color css
<style>
a { background-color: #DB8189; }
a { background-color: rgb(219,129,137); }
div.DivClassName
{
background-color: #DB8189;
}
.BgClassName
{
background-color: #DB8189;
}
</style>
border-color css
<style>
span { border-color: #DB8189; }
span { border-color: rgb(219,129,137); }
td.TdClassName
{
border-color: #DB8189;
}
.TagClassName
{
border-color: #DB8189;
}
</style>