Shades of Kobi #DB91AF
Tints of Kobi #DB91AF
RGB
CMYK
RGB Variations
Color information
#DB91AF (or 0xDB91AF) is known color: Kobi. HEX triplet: DB, 91 and AF. RGB value is (219,145,175). Sum of RGB (Red+Green+Blue) = 219+145+175=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 145 (57.03% from 255 or 26.90% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DB91AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB91AF is #246E50. Grayscale: #AAAAAA. Windows color (decimal): -2387537 or 11506139. OLE color: 11506139.
HSL color Cylindrical-coordinate representation of color #DB91AF: hue angle of 335.68º 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 #DB91AF is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 175 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.14 |
| HSL | 335.68º | 0.51% | 0.71% | - |
| HSV(B) | 335.68º | 0.34% | 0.86% | - |
| XYZ | 47.08 | 38.41 | 45.49 | - |
| YUV | 170.55 | 130.52 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 175 | 0 | 0.34 | 0.20 | 0.14 | 335.68 | 0.51 | 0.71 |
| Hex | DB | 91 | AF | 0 | 22 | 14 | E | 150 | 33 | 47 |
| Octal | 333 | 221 | 257 | 0 | 42 | 24 | 16 | 520 | 63 | 107 |
| Binary | 11011011 | 10010001 | 10101111 | 0 | 100010 | 10100 | 1110 | 101010000 | 110011 | 1000111 |
Color Harmonies of #DB91AF
Complementary color
Monochromatic Colors of #DB91AF
Black with #DB91AF
Text Example
Text Example
White with #DB91AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB91AF; }
p { color: rgb(219,145,175); }
H1.HeaderClassName
{
color: #DB91AF;
}
.AnyTagClassName
{
color: #DB91AF;
}
</style>
background-color css
<style>
a { background-color: #DB91AF; }
a { background-color: rgb(219,145,175); }
div.DivClassName
{
background-color: #DB91AF;
}
.BgClassName
{
background-color: #DB91AF;
}
</style>
border-color css
<style>
span { border-color: #DB91AF; }
span { border-color: rgb(219,145,175); }
td.TdClassName
{
border-color: #DB91AF;
}
.TagClassName
{
border-color: #DB91AF;
}
</style>