Shades of Kobi #DB80AC
Tints of Kobi #DB80AC
RGB
CMYK
RGB Variations
Color information
#DB80AC (or 0xDB80AC) is known color: Kobi. HEX triplet: DB, 80 and AC. RGB value is (219,128,172). Sum of RGB (Red+Green+Blue) = 219+128+172=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 128 (50.39% from 255 or 24.66% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DB80AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB80AC is #247F53. Grayscale: #A0A0A0. Windows color (decimal): -2391892 or 11305179. OLE color: 11305179.
HSL color Cylindrical-coordinate representation of color #DB80AC: hue angle of 330.99º 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 #DB80AC is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 172 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.14 |
| HSL | 330.99º | 0.56% | 0.68% | - |
| HSV(B) | 330.99º | 0.42% | 0.86% | - |
| XYZ | 44.38 | 33.48 | 43.15 | - |
| YUV | 160.23 | 134.65 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 172 | 0 | 0.42 | 0.21 | 0.14 | 330.99 | 0.56 | 0.68 |
| Hex | DB | 80 | AC | 0 | 2A | 15 | E | 14B | 38 | 44 |
| Octal | 333 | 200 | 254 | 0 | 52 | 25 | 16 | 513 | 70 | 104 |
| Binary | 11011011 | 10000000 | 10101100 | 0 | 101010 | 10101 | 1110 | 101001011 | 111000 | 1000100 |
Color Harmonies of #DB80AC
Complementary color
Monochromatic Colors of #DB80AC
Black with #DB80AC
Text Example
Text Example
White with #DB80AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB80AC; }
p { color: rgb(219,128,172); }
H1.HeaderClassName
{
color: #DB80AC;
}
.AnyTagClassName
{
color: #DB80AC;
}
</style>
background-color css
<style>
a { background-color: #DB80AC; }
a { background-color: rgb(219,128,172); }
div.DivClassName
{
background-color: #DB80AC;
}
.BgClassName
{
background-color: #DB80AC;
}
</style>
border-color css
<style>
span { border-color: #DB80AC; }
span { border-color: rgb(219,128,172); }
td.TdClassName
{
border-color: #DB80AC;
}
.TagClassName
{
border-color: #DB80AC;
}
</style>