Shades of Kobi #DB89B4
Tints of Kobi #DB89B4
RGB
CMYK
RGB Variations
Color information
#DB89B4 (or 0xDB89B4) is known color: Kobi. HEX triplet: DB, 89 and B4. RGB value is (219,137,180). Sum of RGB (Red+Green+Blue) = 219+137+180=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 137 (53.91% from 255 or 25.56% from 536); Blue value is 180 (70.70% from 255 or 33.58% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DB89B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB89B4 is #24764B. Grayscale: #A6A6A6. Windows color (decimal): -2389580 or 11831771. OLE color: 11831771.
HSL color Cylindrical-coordinate representation of color #DB89B4: hue angle of 328.54º 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 #DB89B4 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 180 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.14 |
| HSL | 328.54º | 0.53% | 0.7% | - |
| HSV(B) | 328.54º | 0.37% | 0.86% | - |
| XYZ | 46.4 | 36.25 | 47.73 | - |
| YUV | 166.42 | 135.67 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 180 | 0 | 0.37 | 0.18 | 0.14 | 328.54 | 0.53 | 0.7 |
| Hex | DB | 89 | B4 | 0 | 25 | 12 | E | 149 | 35 | 46 |
| Octal | 333 | 211 | 264 | 0 | 45 | 22 | 16 | 511 | 65 | 106 |
| Binary | 11011011 | 10001001 | 10110100 | 0 | 100101 | 10010 | 1110 | 101001001 | 110101 | 1000110 |
Color Harmonies of #DB89B4
Complementary color
Monochromatic Colors of #DB89B4
Black with #DB89B4
Text Example
Text Example
White with #DB89B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB89B4; }
p { color: rgb(219,137,180); }
H1.HeaderClassName
{
color: #DB89B4;
}
.AnyTagClassName
{
color: #DB89B4;
}
</style>
background-color css
<style>
a { background-color: #DB89B4; }
a { background-color: rgb(219,137,180); }
div.DivClassName
{
background-color: #DB89B4;
}
.BgClassName
{
background-color: #DB89B4;
}
</style>
border-color css
<style>
span { border-color: #DB89B4; }
span { border-color: rgb(219,137,180); }
td.TdClassName
{
border-color: #DB89B4;
}
.TagClassName
{
border-color: #DB89B4;
}
</style>