Shades of Kobi #DB84AC
Tints of Kobi #DB84AC
RGB
CMYK
RGB Variations
Color information
#DB84AC (or 0xDB84AC) is known color: Kobi. HEX triplet: DB, 84 and AC. RGB value is (219,132,172). Sum of RGB (Red+Green+Blue) = 219+132+172=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 132 (51.95% from 255 or 25.24% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DB84AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB84AC is #247B53. Grayscale: #A2A2A2. Windows color (decimal): -2390868 or 11306203. OLE color: 11306203.
HSL color Cylindrical-coordinate representation of color #DB84AC: hue angle of 332.41º 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 #DB84AC is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 172 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.14 |
| HSL | 332.41º | 0.55% | 0.69% | - |
| HSV(B) | 332.41º | 0.4% | 0.86% | - |
| XYZ | 44.91 | 34.54 | 43.33 | - |
| YUV | 162.57 | 133.32 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 172 | 0 | 0.40 | 0.21 | 0.14 | 332.41 | 0.55 | 0.69 |
| Hex | DB | 84 | AC | 0 | 28 | 15 | E | 14C | 37 | 45 |
| Octal | 333 | 204 | 254 | 0 | 50 | 25 | 16 | 514 | 67 | 105 |
| Binary | 11011011 | 10000100 | 10101100 | 0 | 101000 | 10101 | 1110 | 101001100 | 110111 | 1000101 |
Color Harmonies of #DB84AC
Complementary color
Monochromatic Colors of #DB84AC
Black with #DB84AC
Text Example
Text Example
White with #DB84AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB84AC; }
p { color: rgb(219,132,172); }
H1.HeaderClassName
{
color: #DB84AC;
}
.AnyTagClassName
{
color: #DB84AC;
}
</style>
background-color css
<style>
a { background-color: #DB84AC; }
a { background-color: rgb(219,132,172); }
div.DivClassName
{
background-color: #DB84AC;
}
.BgClassName
{
background-color: #DB84AC;
}
</style>
border-color css
<style>
span { border-color: #DB84AC; }
span { border-color: rgb(219,132,172); }
td.TdClassName
{
border-color: #DB84AC;
}
.TagClassName
{
border-color: #DB84AC;
}
</style>