Shades of Kobi #DB80A5
Tints of Kobi #DB80A5
RGB
CMYK
RGB Variations
Color information
#DB80A5 (or 0xDB80A5) is known color: Kobi. HEX triplet: DB, 80 and A5. RGB value is (219,128,165). Sum of RGB (Red+Green+Blue) = 219+128+165=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 128 (50.39% from 255 or 25% from 512); Blue value is 165 (64.84% from 255 or 32.23% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DB80A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB80A5 is #247F5A. Grayscale: #9F9F9F. Windows color (decimal): -2391899 or 10846427. OLE color: 10846427.
HSL color Cylindrical-coordinate representation of color #DB80A5: hue angle of 335.6º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB80A5 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 165 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.14 |
| HSL | 335.6º | 0.56% | 0.68% | - |
| HSV(B) | 335.6º | 0.42% | 0.86% | - |
| XYZ | 43.72 | 33.22 | 39.7 | - |
| YUV | 159.43 | 131.15 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 165 | 0 | 0.42 | 0.25 | 0.14 | 335.6 | 0.56 | 0.68 |
| Hex | DB | 80 | A5 | 0 | 2A | 19 | E | 150 | 38 | 44 |
| Octal | 333 | 200 | 245 | 0 | 52 | 31 | 16 | 520 | 70 | 104 |
| Binary | 11011011 | 10000000 | 10100101 | 0 | 101010 | 11001 | 1110 | 101010000 | 111000 | 1000100 |
Color Harmonies of #DB80A5
Complementary color
Monochromatic Colors of #DB80A5
Black with #DB80A5
Text Example
Text Example
White with #DB80A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB80A5; }
p { color: rgb(219,128,165); }
H1.HeaderClassName
{
color: #DB80A5;
}
.AnyTagClassName
{
color: #DB80A5;
}
</style>
background-color css
<style>
a { background-color: #DB80A5; }
a { background-color: rgb(219,128,165); }
div.DivClassName
{
background-color: #DB80A5;
}
.BgClassName
{
background-color: #DB80A5;
}
</style>
border-color css
<style>
span { border-color: #DB80A5; }
span { border-color: rgb(219,128,165); }
td.TdClassName
{
border-color: #DB80A5;
}
.TagClassName
{
border-color: #DB80A5;
}
</style>