Shades of Kobi #DB8BA5
Tints of Kobi #DB8BA5
RGB
CMYK
RGB Variations
Color information
#DB8BA5 (or 0xDB8BA5) is known color: Kobi. HEX triplet: DB, 8B and A5. RGB value is (219,139,165). Sum of RGB (Red+Green+Blue) = 219+139+165=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 139 (54.69% from 255 or 26.58% from 523); Blue value is 165 (64.84% from 255 or 31.55% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8BA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8BA5 is #24745A. Grayscale: #A5A5A5. Windows color (decimal): -2389083 or 10849243. OLE color: 10849243.
HSL color Cylindrical-coordinate representation of color #DB8BA5: hue angle of 340.5º 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 #DB8BA5 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 139 | 165 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.14 |
| HSL | 340.5º | 0.53% | 0.7% | - |
| HSV(B) | 340.5º | 0.37% | 0.86% | - |
| XYZ | 45.24 | 36.24 | 40.21 | - |
| YUV | 165.88 | 127.5 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 165 | 0 | 0.37 | 0.25 | 0.14 | 340.5 | 0.53 | 0.7 |
| Hex | DB | 8B | A5 | 0 | 25 | 19 | E | 154 | 35 | 46 |
| Octal | 333 | 213 | 245 | 0 | 45 | 31 | 16 | 524 | 65 | 106 |
| Binary | 11011011 | 10001011 | 10100101 | 0 | 100101 | 11001 | 1110 | 101010100 | 110101 | 1000110 |
Color Harmonies of #DB8BA5
Complementary color
Monochromatic Colors of #DB8BA5
Black with #DB8BA5
Text Example
Text Example
White with #DB8BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8BA5; }
p { color: rgb(219,139,165); }
H1.HeaderClassName
{
color: #DB8BA5;
}
.AnyTagClassName
{
color: #DB8BA5;
}
</style>
background-color css
<style>
a { background-color: #DB8BA5; }
a { background-color: rgb(219,139,165); }
div.DivClassName
{
background-color: #DB8BA5;
}
.BgClassName
{
background-color: #DB8BA5;
}
</style>
border-color css
<style>
span { border-color: #DB8BA5; }
span { border-color: rgb(219,139,165); }
td.TdClassName
{
border-color: #DB8BA5;
}
.TagClassName
{
border-color: #DB8BA5;
}
</style>