Shades of Kobi #DB89B3
Tints of Kobi #DB89B3
RGB
CMYK
RGB Variations
Color information
#DB89B3 (or 0xDB89B3) is known color: Kobi. HEX triplet: DB, 89 and B3. RGB value is (219,137,179). Sum of RGB (Red+Green+Blue) = 219+137+179=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 137 (53.91% from 255 or 25.61% from 535); Blue value is 179 (70.31% from 255 or 33.46% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DB89B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB89B3 is #24764C. Grayscale: #A6A6A6. Windows color (decimal): -2389581 or 11766235. OLE color: 11766235.
HSL color Cylindrical-coordinate representation of color #DB89B3: hue angle of 329.27º 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 #DB89B3 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 179 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.14 |
| HSL | 329.27º | 0.53% | 0.7% | - |
| HSV(B) | 329.27º | 0.37% | 0.86% | - |
| XYZ | 46.3 | 36.21 | 47.2 | - |
| YUV | 166.31 | 135.17 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 179 | 0 | 0.37 | 0.18 | 0.14 | 329.27 | 0.53 | 0.7 |
| Hex | DB | 89 | B3 | 0 | 25 | 12 | E | 149 | 35 | 46 |
| Octal | 333 | 211 | 263 | 0 | 45 | 22 | 16 | 511 | 65 | 106 |
| Binary | 11011011 | 10001001 | 10110011 | 0 | 100101 | 10010 | 1110 | 101001001 | 110101 | 1000110 |
Color Harmonies of #DB89B3
Complementary color
Monochromatic Colors of #DB89B3
Black with #DB89B3
Text Example
Text Example
White with #DB89B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB89B3; }
p { color: rgb(219,137,179); }
H1.HeaderClassName
{
color: #DB89B3;
}
.AnyTagClassName
{
color: #DB89B3;
}
</style>
background-color css
<style>
a { background-color: #DB89B3; }
a { background-color: rgb(219,137,179); }
div.DivClassName
{
background-color: #DB89B3;
}
.BgClassName
{
background-color: #DB89B3;
}
</style>
border-color css
<style>
span { border-color: #DB89B3; }
span { border-color: rgb(219,137,179); }
td.TdClassName
{
border-color: #DB89B3;
}
.TagClassName
{
border-color: #DB89B3;
}
</style>