Shades of Kobi #DB82AD
Tints of Kobi #DB82AD
RGB
CMYK
RGB Variations
Color information
#DB82AD (or 0xDB82AD) is known color: Kobi. HEX triplet: DB, 82 and AD. RGB value is (219,130,173). Sum of RGB (Red+Green+Blue) = 219+130+173=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 130 (51.17% from 255 or 24.90% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DB82AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB82AD is #247D52. Grayscale: #A1A1A1. Windows color (decimal): -2391379 or 11371227. OLE color: 11371227.
HSL color Cylindrical-coordinate representation of color #DB82AD: hue angle of 331.01º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB82AD is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 173 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.14 |
| HSL | 331.01º | 0.55% | 0.68% | - |
| HSV(B) | 331.01º | 0.41% | 0.86% | - |
| XYZ | 44.74 | 34.04 | 43.75 | - |
| YUV | 161.51 | 134.49 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 173 | 0 | 0.41 | 0.21 | 0.14 | 331.01 | 0.55 | 0.68 |
| Hex | DB | 82 | AD | 0 | 29 | 15 | E | 14B | 37 | 44 |
| Octal | 333 | 202 | 255 | 0 | 51 | 25 | 16 | 513 | 67 | 104 |
| Binary | 11011011 | 10000010 | 10101101 | 0 | 101001 | 10101 | 1110 | 101001011 | 110111 | 1000100 |
Color Harmonies of #DB82AD
Complementary color
Monochromatic Colors of #DB82AD
Black with #DB82AD
Text Example
Text Example
White with #DB82AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB82AD; }
p { color: rgb(219,130,173); }
H1.HeaderClassName
{
color: #DB82AD;
}
.AnyTagClassName
{
color: #DB82AD;
}
</style>
background-color css
<style>
a { background-color: #DB82AD; }
a { background-color: rgb(219,130,173); }
div.DivClassName
{
background-color: #DB82AD;
}
.BgClassName
{
background-color: #DB82AD;
}
</style>
border-color css
<style>
span { border-color: #DB82AD; }
span { border-color: rgb(219,130,173); }
td.TdClassName
{
border-color: #DB82AD;
}
.TagClassName
{
border-color: #DB82AD;
}
</style>