Shades of Kobi #DB85B1
Tints of Kobi #DB85B1
RGB
CMYK
RGB Variations
Color information
#DB85B1 (or 0xDB85B1) is known color: Kobi. HEX triplet: DB, 85 and B1. RGB value is (219,133,177). Sum of RGB (Red+Green+Blue) = 219+133+177=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 133 (52.34% from 255 or 25.14% from 529); Blue value is 177 (69.53% from 255 or 33.46% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DB85B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB85B1 is #247A4E. Grayscale: #A3A3A3. Windows color (decimal): -2390607 or 11634139. OLE color: 11634139.
HSL color Cylindrical-coordinate representation of color #DB85B1: hue angle of 329.3º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB85B1 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 177 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.14 |
| HSL | 329.3º | 0.54% | 0.69% | - |
| HSV(B) | 329.3º | 0.39% | 0.86% | - |
| XYZ | 45.54 | 35.01 | 45.95 | - |
| YUV | 163.73 | 135.49 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 177 | 0 | 0.39 | 0.19 | 0.14 | 329.3 | 0.54 | 0.69 |
| Hex | DB | 85 | B1 | 0 | 27 | 13 | E | 149 | 36 | 45 |
| Octal | 333 | 205 | 261 | 0 | 47 | 23 | 16 | 511 | 66 | 105 |
| Binary | 11011011 | 10000101 | 10110001 | 0 | 100111 | 10011 | 1110 | 101001001 | 110110 | 1000101 |
Color Harmonies of #DB85B1
Complementary color
Monochromatic Colors of #DB85B1
Black with #DB85B1
Text Example
Text Example
White with #DB85B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB85B1; }
p { color: rgb(219,133,177); }
H1.HeaderClassName
{
color: #DB85B1;
}
.AnyTagClassName
{
color: #DB85B1;
}
</style>
background-color css
<style>
a { background-color: #DB85B1; }
a { background-color: rgb(219,133,177); }
div.DivClassName
{
background-color: #DB85B1;
}
.BgClassName
{
background-color: #DB85B1;
}
</style>
border-color css
<style>
span { border-color: #DB85B1; }
span { border-color: rgb(219,133,177); }
td.TdClassName
{
border-color: #DB85B1;
}
.TagClassName
{
border-color: #DB85B1;
}
</style>