Shades of Kobi #DB91A8
Tints of Kobi #DB91A8
RGB
CMYK
RGB Variations
Color information
#DB91A8 (or 0xDB91A8) is known color: Kobi. HEX triplet: DB, 91 and A8. RGB value is (219,145,168). Sum of RGB (Red+Green+Blue) = 219+145+168=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 145 (57.03% from 255 or 27.26% from 532); Blue value is 168 (66.02% from 255 or 31.58% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DB91A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB91A8 is #246E57. Grayscale: #A9A9A9. Windows color (decimal): -2387544 or 11047387. OLE color: 11047387.
HSL color Cylindrical-coordinate representation of color #DB91A8: hue angle of 341.35º 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 #DB91A8 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 168 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.14 |
| HSL | 341.35º | 0.51% | 0.71% | - |
| HSV(B) | 341.35º | 0.34% | 0.86% | - |
| XYZ | 46.41 | 38.14 | 41.96 | - |
| YUV | 169.75 | 127.02 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 168 | 0 | 0.34 | 0.23 | 0.14 | 341.35 | 0.51 | 0.71 |
| Hex | DB | 91 | A8 | 0 | 22 | 17 | E | 155 | 33 | 47 |
| Octal | 333 | 221 | 250 | 0 | 42 | 27 | 16 | 525 | 63 | 107 |
| Binary | 11011011 | 10010001 | 10101000 | 0 | 100010 | 10111 | 1110 | 101010101 | 110011 | 1000111 |
Color Harmonies of #DB91A8
Complementary color
Monochromatic Colors of #DB91A8
Black with #DB91A8
Text Example
Text Example
White with #DB91A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB91A8; }
p { color: rgb(219,145,168); }
H1.HeaderClassName
{
color: #DB91A8;
}
.AnyTagClassName
{
color: #DB91A8;
}
</style>
background-color css
<style>
a { background-color: #DB91A8; }
a { background-color: rgb(219,145,168); }
div.DivClassName
{
background-color: #DB91A8;
}
.BgClassName
{
background-color: #DB91A8;
}
</style>
border-color css
<style>
span { border-color: #DB91A8; }
span { border-color: rgb(219,145,168); }
td.TdClassName
{
border-color: #DB91A8;
}
.TagClassName
{
border-color: #DB91A8;
}
</style>