Shades of Kobi #DB90AD
Tints of Kobi #DB90AD
RGB
CMYK
RGB Variations
Color information
#DB90AD (or 0xDB90AD) is known color: Kobi. HEX triplet: DB, 90 and AD. RGB value is (219,144,173). Sum of RGB (Red+Green+Blue) = 219+144+173=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 144 (56.64% from 255 or 26.87% from 536); Blue value is 173 (67.97% from 255 or 32.28% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DB90AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB90AD is #246F52. Grayscale: #A9A9A9. Windows color (decimal): -2387795 or 11374811. OLE color: 11374811.
HSL color Cylindrical-coordinate representation of color #DB90AD: hue angle of 336.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 #DB90AD is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 173 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.14 |
| HSL | 336.8º | 0.51% | 0.71% | - |
| HSV(B) | 336.8º | 0.34% | 0.86% | - |
| XYZ | 46.73 | 38.02 | 44.41 | - |
| YUV | 169.73 | 129.85 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 173 | 0 | 0.34 | 0.21 | 0.14 | 336.8 | 0.51 | 0.71 |
| Hex | DB | 90 | AD | 0 | 22 | 15 | E | 151 | 33 | 47 |
| Octal | 333 | 220 | 255 | 0 | 42 | 25 | 16 | 521 | 63 | 107 |
| Binary | 11011011 | 10010000 | 10101101 | 0 | 100010 | 10101 | 1110 | 101010001 | 110011 | 1000111 |
Color Harmonies of #DB90AD
Complementary color
Monochromatic Colors of #DB90AD
Black with #DB90AD
Text Example
Text Example
White with #DB90AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB90AD; }
p { color: rgb(219,144,173); }
H1.HeaderClassName
{
color: #DB90AD;
}
.AnyTagClassName
{
color: #DB90AD;
}
</style>
background-color css
<style>
a { background-color: #DB90AD; }
a { background-color: rgb(219,144,173); }
div.DivClassName
{
background-color: #DB90AD;
}
.BgClassName
{
background-color: #DB90AD;
}
</style>
border-color css
<style>
span { border-color: #DB90AD; }
span { border-color: rgb(219,144,173); }
td.TdClassName
{
border-color: #DB90AD;
}
.TagClassName
{
border-color: #DB90AD;
}
</style>