Shades of Kobi #DB88B0
Tints of Kobi #DB88B0
RGB
CMYK
RGB Variations
Color information
#DB88B0 (or 0xDB88B0) is known color: Kobi. HEX triplet: DB, 88 and B0. RGB value is (219,136,176). Sum of RGB (Red+Green+Blue) = 219+136+176=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 136 (53.52% from 255 or 25.61% from 531); Blue value is 176 (69.14% from 255 or 33.15% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DB88B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB88B0 is #24774F. Grayscale: #A5A5A5. Windows color (decimal): -2389840 or 11569371. OLE color: 11569371.
HSL color Cylindrical-coordinate representation of color #DB88B0: hue angle of 331.08º 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 #DB88B0 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 176 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.14 |
| HSL | 331.08º | 0.54% | 0.7% | - |
| HSV(B) | 331.08º | 0.38% | 0.86% | - |
| XYZ | 45.85 | 35.8 | 45.57 | - |
| YUV | 165.38 | 134 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 176 | 0 | 0.38 | 0.20 | 0.14 | 331.08 | 0.54 | 0.7 |
| Hex | DB | 88 | B0 | 0 | 26 | 14 | E | 14B | 36 | 46 |
| Octal | 333 | 210 | 260 | 0 | 46 | 24 | 16 | 513 | 66 | 106 |
| Binary | 11011011 | 10001000 | 10110000 | 0 | 100110 | 10100 | 1110 | 101001011 | 110110 | 1000110 |
Color Harmonies of #DB88B0
Complementary color
Monochromatic Colors of #DB88B0
Black with #DB88B0
Text Example
Text Example
White with #DB88B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB88B0; }
p { color: rgb(219,136,176); }
H1.HeaderClassName
{
color: #DB88B0;
}
.AnyTagClassName
{
color: #DB88B0;
}
</style>
background-color css
<style>
a { background-color: #DB88B0; }
a { background-color: rgb(219,136,176); }
div.DivClassName
{
background-color: #DB88B0;
}
.BgClassName
{
background-color: #DB88B0;
}
</style>
border-color css
<style>
span { border-color: #DB88B0; }
span { border-color: rgb(219,136,176); }
td.TdClassName
{
border-color: #DB88B0;
}
.TagClassName
{
border-color: #DB88B0;
}
</style>