Shades of Kobi #DB88B3
Tints of Kobi #DB88B3
RGB
CMYK
RGB Variations
Color information
#DB88B3 (or 0xDB88B3) is known color: Kobi. HEX triplet: DB, 88 and B3. RGB value is (219,136,179). Sum of RGB (Red+Green+Blue) = 219+136+179=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 136 (53.52% from 255 or 25.47% from 534); Blue value is 179 (70.31% from 255 or 33.52% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DB88B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB88B3 is #24774C. Grayscale: #A5A5A5. Windows color (decimal): -2389837 or 11765979. OLE color: 11765979.
HSL color Cylindrical-coordinate representation of color #DB88B3: hue angle of 328.92º 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 #DB88B3 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 179 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.14 |
| HSL | 328.92º | 0.54% | 0.7% | - |
| HSV(B) | 328.92º | 0.38% | 0.86% | - |
| XYZ | 46.15 | 35.92 | 47.15 | - |
| YUV | 165.72 | 135.5 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 179 | 0 | 0.38 | 0.18 | 0.14 | 328.92 | 0.54 | 0.7 |
| Hex | DB | 88 | B3 | 0 | 26 | 12 | E | 149 | 36 | 46 |
| Octal | 333 | 210 | 263 | 0 | 46 | 22 | 16 | 511 | 66 | 106 |
| Binary | 11011011 | 10001000 | 10110011 | 0 | 100110 | 10010 | 1110 | 101001001 | 110110 | 1000110 |
Color Harmonies of #DB88B3
Complementary color
Monochromatic Colors of #DB88B3
Black with #DB88B3
Text Example
Text Example
White with #DB88B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB88B3; }
p { color: rgb(219,136,179); }
H1.HeaderClassName
{
color: #DB88B3;
}
.AnyTagClassName
{
color: #DB88B3;
}
</style>
background-color css
<style>
a { background-color: #DB88B3; }
a { background-color: rgb(219,136,179); }
div.DivClassName
{
background-color: #DB88B3;
}
.BgClassName
{
background-color: #DB88B3;
}
</style>
border-color css
<style>
span { border-color: #DB88B3; }
span { border-color: rgb(219,136,179); }
td.TdClassName
{
border-color: #DB88B3;
}
.TagClassName
{
border-color: #DB88B3;
}
</style>