Shades of Kobi #DB90A9
Tints of Kobi #DB90A9
RGB
CMYK
RGB Variations
Color information
#DB90A9 (or 0xDB90A9) is known color: Kobi. HEX triplet: DB, 90 and A9. RGB value is (219,144,169). Sum of RGB (Red+Green+Blue) = 219+144+169=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 169 (66.41% from 255 or 31.77% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DB90A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB90A9 is #246F56. Grayscale: #A9A9A9. Windows color (decimal): -2387799 or 11112667. OLE color: 11112667.
HSL color Cylindrical-coordinate representation of color #DB90A9: hue angle of 340º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB90A9 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 169 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.14 |
| HSL | 340º | 0.51% | 0.71% | - |
| HSV(B) | 340º | 0.34% | 0.86% | - |
| XYZ | 46.35 | 37.87 | 42.4 | - |
| YUV | 169.28 | 127.85 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 169 | 0 | 0.34 | 0.23 | 0.14 | 340 | 0.51 | 0.71 |
| Hex | DB | 90 | A9 | 0 | 22 | 17 | E | 154 | 33 | 47 |
| Octal | 333 | 220 | 251 | 0 | 42 | 27 | 16 | 524 | 63 | 107 |
| Binary | 11011011 | 10010000 | 10101001 | 0 | 100010 | 10111 | 1110 | 101010100 | 110011 | 1000111 |
Color Harmonies of #DB90A9
Complementary color
Monochromatic Colors of #DB90A9
Black with #DB90A9
Text Example
Text Example
White with #DB90A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB90A9; }
p { color: rgb(219,144,169); }
H1.HeaderClassName
{
color: #DB90A9;
}
.AnyTagClassName
{
color: #DB90A9;
}
</style>
background-color css
<style>
a { background-color: #DB90A9; }
a { background-color: rgb(219,144,169); }
div.DivClassName
{
background-color: #DB90A9;
}
.BgClassName
{
background-color: #DB90A9;
}
</style>
border-color css
<style>
span { border-color: #DB90A9; }
span { border-color: rgb(219,144,169); }
td.TdClassName
{
border-color: #DB90A9;
}
.TagClassName
{
border-color: #DB90A9;
}
</style>