Shades of Kobi #DB8BA4
Tints of Kobi #DB8BA4
RGB
CMYK
RGB Variations
Color information
#DB8BA4 (or 0xDB8BA4) is known color: Kobi. HEX triplet: DB, 8B and A4. RGB value is (219,139,164). Sum of RGB (Red+Green+Blue) = 219+139+164=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 139 (54.69% from 255 or 26.63% from 522); Blue value is 164 (64.45% from 255 or 31.42% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8BA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8BA4 is #24745B. Grayscale: #A5A5A5. Windows color (decimal): -2389084 or 10783707. OLE color: 10783707.
HSL color Cylindrical-coordinate representation of color #DB8BA4: hue angle of 341.25º 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 #DB8BA4 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 139 | 164 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.14 |
| HSL | 341.25º | 0.53% | 0.7% | - |
| HSV(B) | 341.25º | 0.37% | 0.86% | - |
| XYZ | 45.15 | 36.21 | 39.73 | - |
| YUV | 165.77 | 127 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 164 | 0 | 0.37 | 0.25 | 0.14 | 341.25 | 0.53 | 0.7 |
| Hex | DB | 8B | A4 | 0 | 25 | 19 | E | 155 | 35 | 46 |
| Octal | 333 | 213 | 244 | 0 | 45 | 31 | 16 | 525 | 65 | 106 |
| Binary | 11011011 | 10001011 | 10100100 | 0 | 100101 | 11001 | 1110 | 101010101 | 110101 | 1000110 |
Color Harmonies of #DB8BA4
Complementary color
Monochromatic Colors of #DB8BA4
Black with #DB8BA4
Text Example
Text Example
White with #DB8BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8BA4; }
p { color: rgb(219,139,164); }
H1.HeaderClassName
{
color: #DB8BA4;
}
.AnyTagClassName
{
color: #DB8BA4;
}
</style>
background-color css
<style>
a { background-color: #DB8BA4; }
a { background-color: rgb(219,139,164); }
div.DivClassName
{
background-color: #DB8BA4;
}
.BgClassName
{
background-color: #DB8BA4;
}
</style>
border-color css
<style>
span { border-color: #DB8BA4; }
span { border-color: rgb(219,139,164); }
td.TdClassName
{
border-color: #DB8BA4;
}
.TagClassName
{
border-color: #DB8BA4;
}
</style>