Shades of Kobi #DB85AD
Tints of Kobi #DB85AD
RGB
CMYK
RGB Variations
Color information
#DB85AD (or 0xDB85AD) is known color: Kobi. HEX triplet: DB, 85 and AD. RGB value is (219,133,173). Sum of RGB (Red+Green+Blue) = 219+133+173=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 133 (52.34% from 255 or 25.33% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DB85AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB85AD is #247A52. Grayscale: #A3A3A3. Windows color (decimal): -2390611 or 11371995. OLE color: 11371995.
HSL color Cylindrical-coordinate representation of color #DB85AD: hue angle of 332.09º 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 #DB85AD is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 173 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.14 |
| HSL | 332.09º | 0.54% | 0.69% | - |
| HSV(B) | 332.09º | 0.39% | 0.86% | - |
| XYZ | 45.14 | 34.85 | 43.88 | - |
| YUV | 163.27 | 133.49 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 173 | 0 | 0.39 | 0.21 | 0.14 | 332.09 | 0.54 | 0.69 |
| Hex | DB | 85 | AD | 0 | 27 | 15 | E | 14C | 36 | 45 |
| Octal | 333 | 205 | 255 | 0 | 47 | 25 | 16 | 514 | 66 | 105 |
| Binary | 11011011 | 10000101 | 10101101 | 0 | 100111 | 10101 | 1110 | 101001100 | 110110 | 1000101 |
Color Harmonies of #DB85AD
Complementary color
Monochromatic Colors of #DB85AD
Black with #DB85AD
Text Example
Text Example
White with #DB85AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB85AD; }
p { color: rgb(219,133,173); }
H1.HeaderClassName
{
color: #DB85AD;
}
.AnyTagClassName
{
color: #DB85AD;
}
</style>
background-color css
<style>
a { background-color: #DB85AD; }
a { background-color: rgb(219,133,173); }
div.DivClassName
{
background-color: #DB85AD;
}
.BgClassName
{
background-color: #DB85AD;
}
</style>
border-color css
<style>
span { border-color: #DB85AD; }
span { border-color: rgb(219,133,173); }
td.TdClassName
{
border-color: #DB85AD;
}
.TagClassName
{
border-color: #DB85AD;
}
</style>