Shades of Kobi #DB83AC
Tints of Kobi #DB83AC
RGB
CMYK
RGB Variations
Color information
#DB83AC (or 0xDB83AC) is known color: Kobi. HEX triplet: DB, 83 and AC. RGB value is (219,131,172). Sum of RGB (Red+Green+Blue) = 219+131+172=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 131 (51.56% from 255 or 25.10% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DB83AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB83AC is #247C53. Grayscale: #A1A1A1. Windows color (decimal): -2391124 or 11305947. OLE color: 11305947.
HSL color Cylindrical-coordinate representation of color #DB83AC: hue angle of 332.05º 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 #DB83AC is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 131 | 172 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.14 |
| HSL | 332.05º | 0.55% | 0.69% | - |
| HSV(B) | 332.05º | 0.4% | 0.86% | - |
| XYZ | 44.78 | 34.27 | 43.28 | - |
| YUV | 161.99 | 133.65 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 131 | 172 | 0 | 0.40 | 0.21 | 0.14 | 332.05 | 0.55 | 0.69 |
| Hex | DB | 83 | AC | 0 | 28 | 15 | E | 14C | 37 | 45 |
| Octal | 333 | 203 | 254 | 0 | 50 | 25 | 16 | 514 | 67 | 105 |
| Binary | 11011011 | 10000011 | 10101100 | 0 | 101000 | 10101 | 1110 | 101001100 | 110111 | 1000101 |
Color Harmonies of #DB83AC
Complementary color
Monochromatic Colors of #DB83AC
Black with #DB83AC
Text Example
Text Example
White with #DB83AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB83AC; }
p { color: rgb(219,131,172); }
H1.HeaderClassName
{
color: #DB83AC;
}
.AnyTagClassName
{
color: #DB83AC;
}
</style>
background-color css
<style>
a { background-color: #DB83AC; }
a { background-color: rgb(219,131,172); }
div.DivClassName
{
background-color: #DB83AC;
}
.BgClassName
{
background-color: #DB83AC;
}
</style>
border-color css
<style>
span { border-color: #DB83AC; }
span { border-color: rgb(219,131,172); }
td.TdClassName
{
border-color: #DB83AC;
}
.TagClassName
{
border-color: #DB83AC;
}
</style>