Shades of Kobi #DB83B3
Tints of Kobi #DB83B3
RGB
CMYK
RGB Variations
Color information
#DB83B3 (or 0xDB83B3) is known color: Kobi. HEX triplet: DB, 83 and B3. RGB value is (219,131,179). Sum of RGB (Red+Green+Blue) = 219+131+179=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 131 (51.56% from 255 or 24.76% from 529); Blue value is 179 (70.31% from 255 or 33.84% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DB83B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB83B3 is #247C4C. Grayscale: #A2A2A2. Windows color (decimal): -2391117 or 11764699. OLE color: 11764699.
HSL color Cylindrical-coordinate representation of color #DB83B3: hue angle of 327.27º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB83B3 is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 131 | 179 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.14 |
| HSL | 327.27º | 0.55% | 0.69% | - |
| HSV(B) | 327.27º | 0.4% | 0.86% | - |
| XYZ | 45.47 | 34.55 | 46.92 | - |
| YUV | 162.78 | 137.15 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 131 | 179 | 0 | 0.40 | 0.18 | 0.14 | 327.27 | 0.55 | 0.69 |
| Hex | DB | 83 | B3 | 0 | 28 | 12 | E | 147 | 37 | 45 |
| Octal | 333 | 203 | 263 | 0 | 50 | 22 | 16 | 507 | 67 | 105 |
| Binary | 11011011 | 10000011 | 10110011 | 0 | 101000 | 10010 | 1110 | 101000111 | 110111 | 1000101 |
Color Harmonies of #DB83B3
Complementary color
Monochromatic Colors of #DB83B3
Black with #DB83B3
Text Example
Text Example
White with #DB83B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB83B3; }
p { color: rgb(219,131,179); }
H1.HeaderClassName
{
color: #DB83B3;
}
.AnyTagClassName
{
color: #DB83B3;
}
</style>
background-color css
<style>
a { background-color: #DB83B3; }
a { background-color: rgb(219,131,179); }
div.DivClassName
{
background-color: #DB83B3;
}
.BgClassName
{
background-color: #DB83B3;
}
</style>
border-color css
<style>
span { border-color: #DB83B3; }
span { border-color: rgb(219,131,179); }
td.TdClassName
{
border-color: #DB83B3;
}
.TagClassName
{
border-color: #DB83B3;
}
</style>