Shades of Kobi #DB82B1
Tints of Kobi #DB82B1
RGB
CMYK
RGB Variations
Color information
#DB82B1 (or 0xDB82B1) is known color: Kobi. HEX triplet: DB, 82 and B1. RGB value is (219,130,177). Sum of RGB (Red+Green+Blue) = 219+130+177=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 130 (51.17% from 255 or 24.71% from 526); Blue value is 177 (69.53% from 255 or 33.65% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DB82B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB82B1 is #247D4E. Grayscale: #A1A1A1. Windows color (decimal): -2391375 or 11633371. OLE color: 11633371.
HSL color Cylindrical-coordinate representation of color #DB82B1: hue angle of 328.31º 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 #DB82B1 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 177 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.14 |
| HSL | 328.31º | 0.55% | 0.68% | - |
| HSV(B) | 328.31º | 0.41% | 0.86% | - |
| XYZ | 45.13 | 34.2 | 45.82 | - |
| YUV | 161.97 | 136.49 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 177 | 0 | 0.41 | 0.19 | 0.14 | 328.31 | 0.55 | 0.68 |
| Hex | DB | 82 | B1 | 0 | 29 | 13 | E | 148 | 37 | 44 |
| Octal | 333 | 202 | 261 | 0 | 51 | 23 | 16 | 510 | 67 | 104 |
| Binary | 11011011 | 10000010 | 10110001 | 0 | 101001 | 10011 | 1110 | 101001000 | 110111 | 1000100 |
Color Harmonies of #DB82B1
Complementary color
Monochromatic Colors of #DB82B1
Black with #DB82B1
Text Example
Text Example
White with #DB82B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB82B1; }
p { color: rgb(219,130,177); }
H1.HeaderClassName
{
color: #DB82B1;
}
.AnyTagClassName
{
color: #DB82B1;
}
</style>
background-color css
<style>
a { background-color: #DB82B1; }
a { background-color: rgb(219,130,177); }
div.DivClassName
{
background-color: #DB82B1;
}
.BgClassName
{
background-color: #DB82B1;
}
</style>
border-color css
<style>
span { border-color: #DB82B1; }
span { border-color: rgb(219,130,177); }
td.TdClassName
{
border-color: #DB82B1;
}
.TagClassName
{
border-color: #DB82B1;
}
</style>