Shades of Kobi #DB90A8
Tints of Kobi #DB90A8
RGB
CMYK
RGB Variations
Color information
#DB90A8 (or 0xDB90A8) is known color: Kobi. HEX triplet: DB, 90 and A8. RGB value is (219,144,168). Sum of RGB (Red+Green+Blue) = 219+144+168=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 144 (56.64% from 255 or 27.12% from 531); Blue value is 168 (66.02% from 255 or 31.64% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DB90A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB90A8 is #246F57. Grayscale: #A9A9A9. Windows color (decimal): -2387800 or 11047131. OLE color: 11047131.
HSL color Cylindrical-coordinate representation of color #DB90A8: hue angle of 340.8º 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 #DB90A8 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 168 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.14 |
| HSL | 340.8º | 0.51% | 0.71% | - |
| HSV(B) | 340.8º | 0.34% | 0.86% | - |
| XYZ | 46.25 | 37.83 | 41.91 | - |
| YUV | 169.16 | 127.35 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 168 | 0 | 0.34 | 0.23 | 0.14 | 340.8 | 0.51 | 0.71 |
| Hex | DB | 90 | A8 | 0 | 22 | 17 | E | 155 | 33 | 47 |
| Octal | 333 | 220 | 250 | 0 | 42 | 27 | 16 | 525 | 63 | 107 |
| Binary | 11011011 | 10010000 | 10101000 | 0 | 100010 | 10111 | 1110 | 101010101 | 110011 | 1000111 |
Color Harmonies of #DB90A8
Complementary color
Monochromatic Colors of #DB90A8
Black with #DB90A8
Text Example
Text Example
White with #DB90A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB90A8; }
p { color: rgb(219,144,168); }
H1.HeaderClassName
{
color: #DB90A8;
}
.AnyTagClassName
{
color: #DB90A8;
}
</style>
background-color css
<style>
a { background-color: #DB90A8; }
a { background-color: rgb(219,144,168); }
div.DivClassName
{
background-color: #DB90A8;
}
.BgClassName
{
background-color: #DB90A8;
}
</style>
border-color css
<style>
span { border-color: #DB90A8; }
span { border-color: rgb(219,144,168); }
td.TdClassName
{
border-color: #DB90A8;
}
.TagClassName
{
border-color: #DB90A8;
}
</style>