Shades of Carissma #DB8188
Tints of Carissma #DB8188
RGB
CMYK
RGB Variations
Color information
#DB8188 (or 0xDB8188) is known color: Carissma. HEX triplet: DB, 81 and 88. RGB value is (219,129,136). Sum of RGB (Red+Green+Blue) = 219+129+136=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 129 (50.78% from 255 or 26.65% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8188 is #247E77. Grayscale: #9C9C9C. Windows color (decimal): -2391672 or 8946139. OLE color: 8946139.
HSL color Cylindrical-coordinate representation of color #DB8188: hue angle of 355.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 #DB8188 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 129 | 136 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.14 |
| HSL | 355.33º | 0.56% | 0.68% | - |
| HSV(B) | 355.33º | 0.41% | 0.86% | - |
| XYZ | 41.51 | 32.54 | 27.39 | - |
| YUV | 156.71 | 116.32 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 136 | 0 | 0.41 | 0.38 | 0.14 | 355.33 | 0.56 | 0.68 |
| Hex | DB | 81 | 88 | 0 | 29 | 26 | E | 163 | 38 | 44 |
| Octal | 333 | 201 | 210 | 0 | 51 | 46 | 16 | 543 | 70 | 104 |
| Binary | 11011011 | 10000001 | 10001000 | 0 | 101001 | 100110 | 1110 | 101100011 | 111000 | 1000100 |
Color Harmonies of #DB8188
Complementary color
Monochromatic Colors of #DB8188
Black with #DB8188
Text Example
Text Example
White with #DB8188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8188; }
p { color: rgb(219,129,136); }
H1.HeaderClassName
{
color: #DB8188;
}
.AnyTagClassName
{
color: #DB8188;
}
</style>
background-color css
<style>
a { background-color: #DB8188; }
a { background-color: rgb(219,129,136); }
div.DivClassName
{
background-color: #DB8188;
}
.BgClassName
{
background-color: #DB8188;
}
</style>
border-color css
<style>
span { border-color: #DB8188; }
span { border-color: rgb(219,129,136); }
td.TdClassName
{
border-color: #DB8188;
}
.TagClassName
{
border-color: #DB8188;
}
</style>