Shades of Kobi #DB84A6
Tints of Kobi #DB84A6
RGB
CMYK
RGB Variations
Color information
#DB84A6 (or 0xDB84A6) is known color: Kobi. HEX triplet: DB, 84 and A6. RGB value is (219,132,166). Sum of RGB (Red+Green+Blue) = 219+132+166=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 132 (51.95% from 255 or 25.53% from 517); Blue value is 166 (65.23% from 255 or 32.11% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DB84A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB84A6 is #247B59. Grayscale: #A1A1A1. Windows color (decimal): -2390874 or 10912987. OLE color: 10912987.
HSL color Cylindrical-coordinate representation of color #DB84A6: hue angle of 336.55º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB84A6 is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 166 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.14 |
| HSL | 336.55º | 0.55% | 0.69% | - |
| HSV(B) | 336.55º | 0.4% | 0.86% | - |
| XYZ | 44.35 | 34.32 | 40.36 | - |
| YUV | 161.89 | 130.32 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 166 | 0 | 0.40 | 0.24 | 0.14 | 336.55 | 0.55 | 0.69 |
| Hex | DB | 84 | A6 | 0 | 28 | 18 | E | 151 | 37 | 45 |
| Octal | 333 | 204 | 246 | 0 | 50 | 30 | 16 | 521 | 67 | 105 |
| Binary | 11011011 | 10000100 | 10100110 | 0 | 101000 | 11000 | 1110 | 101010001 | 110111 | 1000101 |
Color Harmonies of #DB84A6
Complementary color
Monochromatic Colors of #DB84A6
Black with #DB84A6
Text Example
Text Example
White with #DB84A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB84A6; }
p { color: rgb(219,132,166); }
H1.HeaderClassName
{
color: #DB84A6;
}
.AnyTagClassName
{
color: #DB84A6;
}
</style>
background-color css
<style>
a { background-color: #DB84A6; }
a { background-color: rgb(219,132,166); }
div.DivClassName
{
background-color: #DB84A6;
}
.BgClassName
{
background-color: #DB84A6;
}
</style>
border-color css
<style>
span { border-color: #DB84A6; }
span { border-color: rgb(219,132,166); }
td.TdClassName
{
border-color: #DB84A6;
}
.TagClassName
{
border-color: #DB84A6;
}
</style>