Shades of Kobi #DB84B3
Tints of Kobi #DB84B3
RGB
CMYK
RGB Variations
Color information
#DB84B3 (or 0xDB84B3) is known color: Kobi. HEX triplet: DB, 84 and B3. RGB value is (219,132,179). Sum of RGB (Red+Green+Blue) = 219+132+179=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 132 (51.95% from 255 or 24.91% from 530); Blue value is 179 (70.31% from 255 or 33.77% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DB84B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB84B3 is #247B4C. Grayscale: #A3A3A3. Windows color (decimal): -2390861 or 11764955. OLE color: 11764955.
HSL color Cylindrical-coordinate representation of color #DB84B3: hue angle of 327.59º 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 #DB84B3 is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 179 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.14 |
| HSL | 327.59º | 0.55% | 0.69% | - |
| HSV(B) | 327.59º | 0.4% | 0.86% | - |
| XYZ | 45.6 | 34.82 | 46.96 | - |
| YUV | 163.37 | 136.82 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 179 | 0 | 0.40 | 0.18 | 0.14 | 327.59 | 0.55 | 0.69 |
| Hex | DB | 84 | B3 | 0 | 28 | 12 | E | 148 | 37 | 45 |
| Octal | 333 | 204 | 263 | 0 | 50 | 22 | 16 | 510 | 67 | 105 |
| Binary | 11011011 | 10000100 | 10110011 | 0 | 101000 | 10010 | 1110 | 101001000 | 110111 | 1000101 |
Color Harmonies of #DB84B3
Complementary color
Monochromatic Colors of #DB84B3
Black with #DB84B3
Text Example
Text Example
White with #DB84B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB84B3; }
p { color: rgb(219,132,179); }
H1.HeaderClassName
{
color: #DB84B3;
}
.AnyTagClassName
{
color: #DB84B3;
}
</style>
background-color css
<style>
a { background-color: #DB84B3; }
a { background-color: rgb(219,132,179); }
div.DivClassName
{
background-color: #DB84B3;
}
.BgClassName
{
background-color: #DB84B3;
}
</style>
border-color css
<style>
span { border-color: #DB84B3; }
span { border-color: rgb(219,132,179); }
td.TdClassName
{
border-color: #DB84B3;
}
.TagClassName
{
border-color: #DB84B3;
}
</style>