Shades of Kobi #DB84B1
Tints of Kobi #DB84B1
RGB
CMYK
RGB Variations
Color information
#DB84B1 (or 0xDB84B1) is known color: Kobi. HEX triplet: DB, 84 and B1. RGB value is (219,132,177). Sum of RGB (Red+Green+Blue) = 219+132+177=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 132 (51.95% from 255 or 25% from 528); Blue value is 177 (69.53% from 255 or 33.52% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DB84B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB84B1 is #247B4E. Grayscale: #A3A3A3. Windows color (decimal): -2390863 or 11633883. OLE color: 11633883.
HSL color Cylindrical-coordinate representation of color #DB84B1: hue angle of 328.97º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB84B1 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 177 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.14 |
| HSL | 328.97º | 0.55% | 0.69% | - |
| HSV(B) | 328.97º | 0.4% | 0.86% | - |
| XYZ | 45.4 | 34.74 | 45.91 | - |
| YUV | 163.14 | 135.82 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 177 | 0 | 0.40 | 0.19 | 0.14 | 328.97 | 0.55 | 0.69 |
| Hex | DB | 84 | B1 | 0 | 28 | 13 | E | 149 | 37 | 45 |
| Octal | 333 | 204 | 261 | 0 | 50 | 23 | 16 | 511 | 67 | 105 |
| Binary | 11011011 | 10000100 | 10110001 | 0 | 101000 | 10011 | 1110 | 101001001 | 110111 | 1000101 |
Color Harmonies of #DB84B1
Complementary color
Monochromatic Colors of #DB84B1
Black with #DB84B1
Text Example
Text Example
White with #DB84B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB84B1; }
p { color: rgb(219,132,177); }
H1.HeaderClassName
{
color: #DB84B1;
}
.AnyTagClassName
{
color: #DB84B1;
}
</style>
background-color css
<style>
a { background-color: #DB84B1; }
a { background-color: rgb(219,132,177); }
div.DivClassName
{
background-color: #DB84B1;
}
.BgClassName
{
background-color: #DB84B1;
}
</style>
border-color css
<style>
span { border-color: #DB84B1; }
span { border-color: rgb(219,132,177); }
td.TdClassName
{
border-color: #DB84B1;
}
.TagClassName
{
border-color: #DB84B1;
}
</style>