Shades of Kobi #DB88B1
Tints of Kobi #DB88B1
RGB
CMYK
RGB Variations
Color information
#DB88B1 (or 0xDB88B1) is known color: Kobi. HEX triplet: DB, 88 and B1. RGB value is (219,136,177). Sum of RGB (Red+Green+Blue) = 219+136+177=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 136 (53.52% from 255 or 25.56% from 532); Blue value is 177 (69.53% from 255 or 33.27% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DB88B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB88B1 is #24774E. Grayscale: #A5A5A5. Windows color (decimal): -2389839 or 11634907. OLE color: 11634907.
HSL color Cylindrical-coordinate representation of color #DB88B1: hue angle of 330.36º 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 #DB88B1 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 177 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.14 |
| HSL | 330.36º | 0.54% | 0.7% | - |
| HSV(B) | 330.36º | 0.38% | 0.86% | - |
| XYZ | 45.95 | 35.84 | 46.09 | - |
| YUV | 165.49 | 134.5 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 177 | 0 | 0.38 | 0.19 | 0.14 | 330.36 | 0.54 | 0.7 |
| Hex | DB | 88 | B1 | 0 | 26 | 13 | E | 14A | 36 | 46 |
| Octal | 333 | 210 | 261 | 0 | 46 | 23 | 16 | 512 | 66 | 106 |
| Binary | 11011011 | 10001000 | 10110001 | 0 | 100110 | 10011 | 1110 | 101001010 | 110110 | 1000110 |
Color Harmonies of #DB88B1
Complementary color
Monochromatic Colors of #DB88B1
Black with #DB88B1
Text Example
Text Example
White with #DB88B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB88B1; }
p { color: rgb(219,136,177); }
H1.HeaderClassName
{
color: #DB88B1;
}
.AnyTagClassName
{
color: #DB88B1;
}
</style>
background-color css
<style>
a { background-color: #DB88B1; }
a { background-color: rgb(219,136,177); }
div.DivClassName
{
background-color: #DB88B1;
}
.BgClassName
{
background-color: #DB88B1;
}
</style>
border-color css
<style>
span { border-color: #DB88B1; }
span { border-color: rgb(219,136,177); }
td.TdClassName
{
border-color: #DB88B1;
}
.TagClassName
{
border-color: #DB88B1;
}
</style>