Shades of Kobi #DB8DA9
Tints of Kobi #DB8DA9
RGB
CMYK
RGB Variations
Color information
#DB8DA9 (or 0xDB8DA9) is known color: Kobi. HEX triplet: DB, 8D and A9. RGB value is (219,141,169). Sum of RGB (Red+Green+Blue) = 219+141+169=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 141 (55.47% from 255 or 26.65% from 529); Blue value is 169 (66.41% from 255 or 31.95% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8DA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8DA9 is #247256. Grayscale: #A7A7A7. Windows color (decimal): -2388567 or 11111899. OLE color: 11111899.
HSL color Cylindrical-coordinate representation of color #DB8DA9: hue angle of 338.46º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB8DA9 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 169 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.14 |
| HSL | 338.46º | 0.52% | 0.71% | - |
| HSV(B) | 338.46º | 0.36% | 0.86% | - |
| XYZ | 45.9 | 36.97 | 42.25 | - |
| YUV | 167.51 | 128.84 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 169 | 0 | 0.36 | 0.23 | 0.14 | 338.46 | 0.52 | 0.71 |
| Hex | DB | 8D | A9 | 0 | 24 | 17 | E | 152 | 34 | 47 |
| Octal | 333 | 215 | 251 | 0 | 44 | 27 | 16 | 522 | 64 | 107 |
| Binary | 11011011 | 10001101 | 10101001 | 0 | 100100 | 10111 | 1110 | 101010010 | 110100 | 1000111 |
Color Harmonies of #DB8DA9
Complementary color
Monochromatic Colors of #DB8DA9
Black with #DB8DA9
Text Example
Text Example
White with #DB8DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8DA9; }
p { color: rgb(219,141,169); }
H1.HeaderClassName
{
color: #DB8DA9;
}
.AnyTagClassName
{
color: #DB8DA9;
}
</style>
background-color css
<style>
a { background-color: #DB8DA9; }
a { background-color: rgb(219,141,169); }
div.DivClassName
{
background-color: #DB8DA9;
}
.BgClassName
{
background-color: #DB8DA9;
}
</style>
border-color css
<style>
span { border-color: #DB8DA9; }
span { border-color: rgb(219,141,169); }
td.TdClassName
{
border-color: #DB8DA9;
}
.TagClassName
{
border-color: #DB8DA9;
}
</style>