Shades of Kobi #DB8BAE
Tints of Kobi #DB8BAE
RGB
CMYK
RGB Variations
Color information
#DB8BAE (or 0xDB8BAE) is known color: Kobi. HEX triplet: DB, 8B and AE. RGB value is (219,139,174). Sum of RGB (Red+Green+Blue) = 219+139+174=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 139 (54.69% from 255 or 26.13% from 532); Blue value is 174 (68.36% from 255 or 32.71% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8BAE is #247451. Grayscale: #A6A6A6. Windows color (decimal): -2389074 or 11439067. OLE color: 11439067.
HSL color Cylindrical-coordinate representation of color #DB8BAE: hue angle of 333.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 #DB8BAE is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 139 | 174 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.14 |
| HSL | 333.75º | 0.53% | 0.7% | - |
| HSV(B) | 333.75º | 0.37% | 0.86% | - |
| XYZ | 46.09 | 36.58 | 44.68 | - |
| YUV | 166.91 | 132 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 174 | 0 | 0.37 | 0.21 | 0.14 | 333.75 | 0.53 | 0.7 |
| Hex | DB | 8B | AE | 0 | 25 | 15 | E | 14E | 35 | 46 |
| Octal | 333 | 213 | 256 | 0 | 45 | 25 | 16 | 516 | 65 | 106 |
| Binary | 11011011 | 10001011 | 10101110 | 0 | 100101 | 10101 | 1110 | 101001110 | 110101 | 1000110 |
Color Harmonies of #DB8BAE
Complementary color
Monochromatic Colors of #DB8BAE
Black with #DB8BAE
Text Example
Text Example
White with #DB8BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8BAE; }
p { color: rgb(219,139,174); }
H1.HeaderClassName
{
color: #DB8BAE;
}
.AnyTagClassName
{
color: #DB8BAE;
}
</style>
background-color css
<style>
a { background-color: #DB8BAE; }
a { background-color: rgb(219,139,174); }
div.DivClassName
{
background-color: #DB8BAE;
}
.BgClassName
{
background-color: #DB8BAE;
}
</style>
border-color css
<style>
span { border-color: #DB8BAE; }
span { border-color: rgb(219,139,174); }
td.TdClassName
{
border-color: #DB8BAE;
}
.TagClassName
{
border-color: #DB8BAE;
}
</style>