Shades of Kobi #DB88A7
Tints of Kobi #DB88A7
RGB
CMYK
RGB Variations
Color information
#DB88A7 (or 0xDB88A7) is known color: Kobi. HEX triplet: DB, 88 and A7. RGB value is (219,136,167). Sum of RGB (Red+Green+Blue) = 219+136+167=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 136 (53.52% from 255 or 26.05% from 522); Blue value is 167 (65.62% from 255 or 31.99% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DB88A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB88A7 is #247758. Grayscale: #A4A4A4. Windows color (decimal): -2389849 or 10979547. OLE color: 10979547.
HSL color Cylindrical-coordinate representation of color #DB88A7: hue angle of 337.59º 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 #DB88A7 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 167 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.14 |
| HSL | 337.59º | 0.54% | 0.7% | - |
| HSV(B) | 337.59º | 0.38% | 0.86% | - |
| XYZ | 44.99 | 35.46 | 41.03 | - |
| YUV | 164.35 | 129.5 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 167 | 0 | 0.38 | 0.24 | 0.14 | 337.59 | 0.54 | 0.7 |
| Hex | DB | 88 | A7 | 0 | 26 | 18 | E | 152 | 36 | 46 |
| Octal | 333 | 210 | 247 | 0 | 46 | 30 | 16 | 522 | 66 | 106 |
| Binary | 11011011 | 10001000 | 10100111 | 0 | 100110 | 11000 | 1110 | 101010010 | 110110 | 1000110 |
Color Harmonies of #DB88A7
Complementary color
Monochromatic Colors of #DB88A7
Black with #DB88A7
Text Example
Text Example
White with #DB88A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB88A7; }
p { color: rgb(219,136,167); }
H1.HeaderClassName
{
color: #DB88A7;
}
.AnyTagClassName
{
color: #DB88A7;
}
</style>
background-color css
<style>
a { background-color: #DB88A7; }
a { background-color: rgb(219,136,167); }
div.DivClassName
{
background-color: #DB88A7;
}
.BgClassName
{
background-color: #DB88A7;
}
</style>
border-color css
<style>
span { border-color: #DB88A7; }
span { border-color: rgb(219,136,167); }
td.TdClassName
{
border-color: #DB88A7;
}
.TagClassName
{
border-color: #DB88A7;
}
</style>