Shades of Kobi #DB9DB1
Tints of Kobi #DB9DB1
RGB
CMYK
RGB Variations
Color information
#DB9DB1 (or 0xDB9DB1) is known color: Kobi. HEX triplet: DB, 9D and B1. RGB value is (219,157,177). Sum of RGB (Red+Green+Blue) = 219+157+177=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 157 (61.72% from 255 or 28.39% from 553); Blue value is 177 (69.53% from 255 or 32.01% from 553); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9DB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9DB1 is #24624E. Grayscale: #B1B1B1. Windows color (decimal): -2384463 or 11640283. OLE color: 11640283.
HSL color Cylindrical-coordinate representation of color #DB9DB1: hue angle of 340.65º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DB9DB1 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 177 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.14 |
| HSL | 340.65º | 0.46% | 0.74% | - |
| HSV(B) | 340.65º | 0.28% | 0.86% | - |
| XYZ | 49.21 | 42.35 | 47.18 | - |
| YUV | 177.82 | 127.54 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 177 | 0 | 0.28 | 0.19 | 0.14 | 340.65 | 0.46 | 0.74 |
| Hex | DB | 9D | B1 | 0 | 1C | 13 | E | 155 | 2E | 4A |
| Octal | 333 | 235 | 261 | 0 | 34 | 23 | 16 | 525 | 56 | 112 |
| Binary | 11011011 | 10011101 | 10110001 | 0 | 11100 | 10011 | 1110 | 101010101 | 101110 | 1001010 |
Color Harmonies of #DB9DB1
Complementary color
Monochromatic Colors of #DB9DB1
Black with #DB9DB1
Text Example
Text Example
White with #DB9DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9DB1; }
p { color: rgb(219,157,177); }
H1.HeaderClassName
{
color: #DB9DB1;
}
.AnyTagClassName
{
color: #DB9DB1;
}
</style>
background-color css
<style>
a { background-color: #DB9DB1; }
a { background-color: rgb(219,157,177); }
div.DivClassName
{
background-color: #DB9DB1;
}
.BgClassName
{
background-color: #DB9DB1;
}
</style>
border-color css
<style>
span { border-color: #DB9DB1; }
span { border-color: rgb(219,157,177); }
td.TdClassName
{
border-color: #DB9DB1;
}
.TagClassName
{
border-color: #DB9DB1;
}
</style>