Shades of Kobi #DB8BA2
Tints of Kobi #DB8BA2
RGB
CMYK
RGB Variations
Color information
#DB8BA2 (or 0xDB8BA2) is known color: Kobi. HEX triplet: DB, 8B and A2. RGB value is (219,139,162). Sum of RGB (Red+Green+Blue) = 219+139+162=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 139 (54.69% from 255 or 26.73% from 520); Blue value is 162 (63.67% from 255 or 31.15% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8BA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8BA2 is #24745D. Grayscale: #A5A5A5. Windows color (decimal): -2389086 or 10652635. OLE color: 10652635.
HSL color Cylindrical-coordinate representation of color #DB8BA2: hue angle of 342.75º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB8BA2 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 139 | 162 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.14 |
| HSL | 342.75º | 0.53% | 0.7% | - |
| HSV(B) | 342.75º | 0.37% | 0.86% | - |
| XYZ | 44.97 | 36.13 | 38.79 | - |
| YUV | 165.54 | 126 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 162 | 0 | 0.37 | 0.26 | 0.14 | 342.75 | 0.53 | 0.7 |
| Hex | DB | 8B | A2 | 0 | 25 | 1A | E | 157 | 35 | 46 |
| Octal | 333 | 213 | 242 | 0 | 45 | 32 | 16 | 527 | 65 | 106 |
| Binary | 11011011 | 10001011 | 10100010 | 0 | 100101 | 11010 | 1110 | 101010111 | 110101 | 1000110 |
Color Harmonies of #DB8BA2
Complementary color
Monochromatic Colors of #DB8BA2
Black with #DB8BA2
Text Example
Text Example
White with #DB8BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8BA2; }
p { color: rgb(219,139,162); }
H1.HeaderClassName
{
color: #DB8BA2;
}
.AnyTagClassName
{
color: #DB8BA2;
}
</style>
background-color css
<style>
a { background-color: #DB8BA2; }
a { background-color: rgb(219,139,162); }
div.DivClassName
{
background-color: #DB8BA2;
}
.BgClassName
{
background-color: #DB8BA2;
}
</style>
border-color css
<style>
span { border-color: #DB8BA2; }
span { border-color: rgb(219,139,162); }
td.TdClassName
{
border-color: #DB8BA2;
}
.TagClassName
{
border-color: #DB8BA2;
}
</style>