Shades of Kobi #DB90A3
Tints of Kobi #DB90A3
RGB
CMYK
RGB Variations
Color information
#DB90A3 (or 0xDB90A3) is known color: Kobi. HEX triplet: DB, 90 and A3. RGB value is (219,144,163). Sum of RGB (Red+Green+Blue) = 219+144+163=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 144 (56.64% from 255 or 27.38% from 526); Blue value is 163 (64.06% from 255 or 30.99% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DB90A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB90A3 is #246F5C. Grayscale: #A8A8A8. Windows color (decimal): -2387805 or 10719451. OLE color: 10719451.
HSL color Cylindrical-coordinate representation of color #DB90A3: hue angle of 344.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 #DB90A3 is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 163 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.14 |
| HSL | 344.8º | 0.51% | 0.71% | - |
| HSV(B) | 344.8º | 0.34% | 0.86% | - |
| XYZ | 45.8 | 37.65 | 39.5 | - |
| YUV | 168.59 | 124.85 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 163 | 0 | 0.34 | 0.26 | 0.14 | 344.8 | 0.51 | 0.71 |
| Hex | DB | 90 | A3 | 0 | 22 | 1A | E | 159 | 33 | 47 |
| Octal | 333 | 220 | 243 | 0 | 42 | 32 | 16 | 531 | 63 | 107 |
| Binary | 11011011 | 10010000 | 10100011 | 0 | 100010 | 11010 | 1110 | 101011001 | 110011 | 1000111 |
Color Harmonies of #DB90A3
Complementary color
Monochromatic Colors of #DB90A3
Black with #DB90A3
Text Example
Text Example
White with #DB90A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB90A3; }
p { color: rgb(219,144,163); }
H1.HeaderClassName
{
color: #DB90A3;
}
.AnyTagClassName
{
color: #DB90A3;
}
</style>
background-color css
<style>
a { background-color: #DB90A3; }
a { background-color: rgb(219,144,163); }
div.DivClassName
{
background-color: #DB90A3;
}
.BgClassName
{
background-color: #DB90A3;
}
</style>
border-color css
<style>
span { border-color: #DB90A3; }
span { border-color: rgb(219,144,163); }
td.TdClassName
{
border-color: #DB90A3;
}
.TagClassName
{
border-color: #DB90A3;
}
</style>