Shades of Kobi #DB91AD
Tints of Kobi #DB91AD
RGB
CMYK
RGB Variations
Color information
#DB91AD (or 0xDB91AD) is known color: Kobi. HEX triplet: DB, 91 and AD. RGB value is (219,145,173). Sum of RGB (Red+Green+Blue) = 219+145+173=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 145 (57.03% from 255 or 27.00% from 537); Blue value is 173 (67.97% from 255 or 32.22% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DB91AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB91AD is #246E52. Grayscale: #AAAAAA. Windows color (decimal): -2387539 or 11375067. OLE color: 11375067.
HSL color Cylindrical-coordinate representation of color #DB91AD: hue angle of 337.3º 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 #DB91AD is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 173 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.14 |
| HSL | 337.3º | 0.51% | 0.71% | - |
| HSV(B) | 337.3º | 0.34% | 0.86% | - |
| XYZ | 46.88 | 38.33 | 44.46 | - |
| YUV | 170.32 | 129.52 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 173 | 0 | 0.34 | 0.21 | 0.14 | 337.3 | 0.51 | 0.71 |
| Hex | DB | 91 | AD | 0 | 22 | 15 | E | 151 | 33 | 47 |
| Octal | 333 | 221 | 255 | 0 | 42 | 25 | 16 | 521 | 63 | 107 |
| Binary | 11011011 | 10010001 | 10101101 | 0 | 100010 | 10101 | 1110 | 101010001 | 110011 | 1000111 |
Color Harmonies of #DB91AD
Complementary color
Monochromatic Colors of #DB91AD
Black with #DB91AD
Text Example
Text Example
White with #DB91AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB91AD; }
p { color: rgb(219,145,173); }
H1.HeaderClassName
{
color: #DB91AD;
}
.AnyTagClassName
{
color: #DB91AD;
}
</style>
background-color css
<style>
a { background-color: #DB91AD; }
a { background-color: rgb(219,145,173); }
div.DivClassName
{
background-color: #DB91AD;
}
.BgClassName
{
background-color: #DB91AD;
}
</style>
border-color css
<style>
span { border-color: #DB91AD; }
span { border-color: rgb(219,145,173); }
td.TdClassName
{
border-color: #DB91AD;
}
.TagClassName
{
border-color: #DB91AD;
}
</style>