Shades of Kobi #DB82A5
Tints of Kobi #DB82A5
RGB
CMYK
RGB Variations
Color information
#DB82A5 (or 0xDB82A5) is known color: Kobi. HEX triplet: DB, 82 and A5. RGB value is (219,130,165). Sum of RGB (Red+Green+Blue) = 219+130+165=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 130 (51.17% from 255 or 25.29% from 514); Blue value is 165 (64.84% from 255 or 32.10% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DB82A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB82A5 is #247D5A. Grayscale: #A0A0A0. Windows color (decimal): -2391387 or 10846939. OLE color: 10846939.
HSL color Cylindrical-coordinate representation of color #DB82A5: hue angle of 336.4º degrees, saturation: 0.55, 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 #DB82A5 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 165 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.14 |
| HSL | 336.4º | 0.55% | 0.68% | - |
| HSV(B) | 336.4º | 0.41% | 0.86% | - |
| XYZ | 43.99 | 33.74 | 39.79 | - |
| YUV | 160.6 | 130.49 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 165 | 0 | 0.41 | 0.25 | 0.14 | 336.4 | 0.55 | 0.68 |
| Hex | DB | 82 | A5 | 0 | 29 | 19 | E | 150 | 37 | 44 |
| Octal | 333 | 202 | 245 | 0 | 51 | 31 | 16 | 520 | 67 | 104 |
| Binary | 11011011 | 10000010 | 10100101 | 0 | 101001 | 11001 | 1110 | 101010000 | 110111 | 1000100 |
Color Harmonies of #DB82A5
Complementary color
Monochromatic Colors of #DB82A5
Black with #DB82A5
Text Example
Text Example
White with #DB82A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB82A5; }
p { color: rgb(219,130,165); }
H1.HeaderClassName
{
color: #DB82A5;
}
.AnyTagClassName
{
color: #DB82A5;
}
</style>
background-color css
<style>
a { background-color: #DB82A5; }
a { background-color: rgb(219,130,165); }
div.DivClassName
{
background-color: #DB82A5;
}
.BgClassName
{
background-color: #DB82A5;
}
</style>
border-color css
<style>
span { border-color: #DB82A5; }
span { border-color: rgb(219,130,165); }
td.TdClassName
{
border-color: #DB82A5;
}
.TagClassName
{
border-color: #DB82A5;
}
</style>