Shades of Kobi #DB88A5
Tints of Kobi #DB88A5
RGB
CMYK
RGB Variations
Color information
#DB88A5 (or 0xDB88A5) is known color: Kobi. HEX triplet: DB, 88 and A5. RGB value is (219,136,165). Sum of RGB (Red+Green+Blue) = 219+136+165=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 165 (64.84% from 255 or 31.73% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DB88A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB88A5 is #24775A. Grayscale: #A4A4A4. Windows color (decimal): -2389851 or 10848475. OLE color: 10848475.
HSL color Cylindrical-coordinate representation of color #DB88A5: hue angle of 339.04º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB88A5 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 165 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.14 |
| HSL | 339.04º | 0.54% | 0.7% | - |
| HSV(B) | 339.04º | 0.38% | 0.86% | - |
| XYZ | 44.81 | 35.39 | 40.07 | - |
| YUV | 164.12 | 128.5 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 165 | 0 | 0.38 | 0.25 | 0.14 | 339.04 | 0.54 | 0.7 |
| Hex | DB | 88 | A5 | 0 | 26 | 19 | E | 153 | 36 | 46 |
| Octal | 333 | 210 | 245 | 0 | 46 | 31 | 16 | 523 | 66 | 106 |
| Binary | 11011011 | 10001000 | 10100101 | 0 | 100110 | 11001 | 1110 | 101010011 | 110110 | 1000110 |
Color Harmonies of #DB88A5
Complementary color
Monochromatic Colors of #DB88A5
Black with #DB88A5
Text Example
Text Example
White with #DB88A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB88A5; }
p { color: rgb(219,136,165); }
H1.HeaderClassName
{
color: #DB88A5;
}
.AnyTagClassName
{
color: #DB88A5;
}
</style>
background-color css
<style>
a { background-color: #DB88A5; }
a { background-color: rgb(219,136,165); }
div.DivClassName
{
background-color: #DB88A5;
}
.BgClassName
{
background-color: #DB88A5;
}
</style>
border-color css
<style>
span { border-color: #DB88A5; }
span { border-color: rgb(219,136,165); }
td.TdClassName
{
border-color: #DB88A5;
}
.TagClassName
{
border-color: #DB88A5;
}
</style>