Shades of Kobi #DB88A8
Tints of Kobi #DB88A8
RGB
CMYK
RGB Variations
Color information
#DB88A8 (or 0xDB88A8) is known color: Kobi. HEX triplet: DB, 88 and A8. RGB value is (219,136,168). Sum of RGB (Red+Green+Blue) = 219+136+168=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 136 (53.52% from 255 or 26.00% from 523); Blue value is 168 (66.02% from 255 or 32.12% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DB88A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB88A8 is #247757. Grayscale: #A4A4A4. Windows color (decimal): -2389848 or 11045083. OLE color: 11045083.
HSL color Cylindrical-coordinate representation of color #DB88A8: hue angle of 336.87º 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 #DB88A8 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 168 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.14 |
| HSL | 336.87º | 0.54% | 0.7% | - |
| HSV(B) | 336.87º | 0.38% | 0.86% | - |
| XYZ | 45.09 | 35.5 | 41.52 | - |
| YUV | 164.47 | 130 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 168 | 0 | 0.38 | 0.23 | 0.14 | 336.87 | 0.54 | 0.7 |
| Hex | DB | 88 | A8 | 0 | 26 | 17 | E | 151 | 36 | 46 |
| Octal | 333 | 210 | 250 | 0 | 46 | 27 | 16 | 521 | 66 | 106 |
| Binary | 11011011 | 10001000 | 10101000 | 0 | 100110 | 10111 | 1110 | 101010001 | 110110 | 1000110 |
Color Harmonies of #DB88A8
Complementary color
Monochromatic Colors of #DB88A8
Black with #DB88A8
Text Example
Text Example
White with #DB88A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB88A8; }
p { color: rgb(219,136,168); }
H1.HeaderClassName
{
color: #DB88A8;
}
.AnyTagClassName
{
color: #DB88A8;
}
</style>
background-color css
<style>
a { background-color: #DB88A8; }
a { background-color: rgb(219,136,168); }
div.DivClassName
{
background-color: #DB88A8;
}
.BgClassName
{
background-color: #DB88A8;
}
</style>
border-color css
<style>
span { border-color: #DB88A8; }
span { border-color: rgb(219,136,168); }
td.TdClassName
{
border-color: #DB88A8;
}
.TagClassName
{
border-color: #DB88A8;
}
</style>