Shades of Kobi #DB85A5
Tints of Kobi #DB85A5
RGB
CMYK
RGB Variations
Color information
#DB85A5 (or 0xDB85A5) is known color: Kobi. HEX triplet: DB, 85 and A5. RGB value is (219,133,165). Sum of RGB (Red+Green+Blue) = 219+133+165=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 133 (52.34% from 255 or 25.73% from 517); Blue value is 165 (64.84% from 255 or 31.91% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DB85A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB85A5 is #247A5A. Grayscale: #A2A2A2. Windows color (decimal): -2390619 or 10847707. OLE color: 10847707.
HSL color Cylindrical-coordinate representation of color #DB85A5: hue angle of 337.67º 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 #DB85A5 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 165 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.14 |
| HSL | 337.67º | 0.54% | 0.69% | - |
| HSV(B) | 337.67º | 0.39% | 0.86% | - |
| XYZ | 44.39 | 34.55 | 39.93 | - |
| YUV | 162.36 | 129.49 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 165 | 0 | 0.39 | 0.25 | 0.14 | 337.67 | 0.54 | 0.69 |
| Hex | DB | 85 | A5 | 0 | 27 | 19 | E | 152 | 36 | 45 |
| Octal | 333 | 205 | 245 | 0 | 47 | 31 | 16 | 522 | 66 | 105 |
| Binary | 11011011 | 10000101 | 10100101 | 0 | 100111 | 11001 | 1110 | 101010010 | 110110 | 1000101 |
Color Harmonies of #DB85A5
Complementary color
Monochromatic Colors of #DB85A5
Black with #DB85A5
Text Example
Text Example
White with #DB85A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB85A5; }
p { color: rgb(219,133,165); }
H1.HeaderClassName
{
color: #DB85A5;
}
.AnyTagClassName
{
color: #DB85A5;
}
</style>
background-color css
<style>
a { background-color: #DB85A5; }
a { background-color: rgb(219,133,165); }
div.DivClassName
{
background-color: #DB85A5;
}
.BgClassName
{
background-color: #DB85A5;
}
</style>
border-color css
<style>
span { border-color: #DB85A5; }
span { border-color: rgb(219,133,165); }
td.TdClassName
{
border-color: #DB85A5;
}
.TagClassName
{
border-color: #DB85A5;
}
</style>