Shades of Kobi #DB82B3
Tints of Kobi #DB82B3
RGB
CMYK
RGB Variations
Color information
#DB82B3 (or 0xDB82B3) is known color: Kobi. HEX triplet: DB, 82 and B3. RGB value is (219,130,179). Sum of RGB (Red+Green+Blue) = 219+130+179=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 130 (51.17% from 255 or 24.62% from 528); Blue value is 179 (70.31% from 255 or 33.90% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DB82B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB82B3 is #247D4C. Grayscale: #A2A2A2. Windows color (decimal): -2391373 or 11764443. OLE color: 11764443.
HSL color Cylindrical-coordinate representation of color #DB82B3: hue angle of 326.97º 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 #DB82B3 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 179 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.14 |
| HSL | 326.97º | 0.55% | 0.68% | - |
| HSV(B) | 326.97º | 0.41% | 0.86% | - |
| XYZ | 45.33 | 34.28 | 46.88 | - |
| YUV | 162.2 | 137.49 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 179 | 0 | 0.41 | 0.18 | 0.14 | 326.97 | 0.55 | 0.68 |
| Hex | DB | 82 | B3 | 0 | 29 | 12 | E | 147 | 37 | 44 |
| Octal | 333 | 202 | 263 | 0 | 51 | 22 | 16 | 507 | 67 | 104 |
| Binary | 11011011 | 10000010 | 10110011 | 0 | 101001 | 10010 | 1110 | 101000111 | 110111 | 1000100 |
Color Harmonies of #DB82B3
Complementary color
Monochromatic Colors of #DB82B3
Black with #DB82B3
Text Example
Text Example
White with #DB82B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB82B3; }
p { color: rgb(219,130,179); }
H1.HeaderClassName
{
color: #DB82B3;
}
.AnyTagClassName
{
color: #DB82B3;
}
</style>
background-color css
<style>
a { background-color: #DB82B3; }
a { background-color: rgb(219,130,179); }
div.DivClassName
{
background-color: #DB82B3;
}
.BgClassName
{
background-color: #DB82B3;
}
</style>
border-color css
<style>
span { border-color: #DB82B3; }
span { border-color: rgb(219,130,179); }
td.TdClassName
{
border-color: #DB82B3;
}
.TagClassName
{
border-color: #DB82B3;
}
</style>