Shades of Kobi #DB80B3
Tints of Kobi #DB80B3
RGB
CMYK
RGB Variations
Color information
#DB80B3 (or 0xDB80B3) is known color: Kobi. HEX triplet: DB, 80 and B3. RGB value is (219,128,179). Sum of RGB (Red+Green+Blue) = 219+128+179=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 128 (50.39% from 255 or 24.33% from 526); Blue value is 179 (70.31% from 255 or 34.03% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DB80B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB80B3 is #247F4C. Grayscale: #A0A0A0. Windows color (decimal): -2391885 or 11763931. OLE color: 11763931.
HSL color Cylindrical-coordinate representation of color #DB80B3: hue angle of 326.37º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB80B3 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 179 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.14 |
| HSL | 326.37º | 0.56% | 0.68% | - |
| HSV(B) | 326.37º | 0.42% | 0.86% | - |
| XYZ | 45.07 | 33.75 | 46.79 | - |
| YUV | 161.02 | 138.15 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 179 | 0 | 0.42 | 0.18 | 0.14 | 326.37 | 0.56 | 0.68 |
| Hex | DB | 80 | B3 | 0 | 2A | 12 | E | 146 | 38 | 44 |
| Octal | 333 | 200 | 263 | 0 | 52 | 22 | 16 | 506 | 70 | 104 |
| Binary | 11011011 | 10000000 | 10110011 | 0 | 101010 | 10010 | 1110 | 101000110 | 111000 | 1000100 |
Color Harmonies of #DB80B3
Complementary color
Monochromatic Colors of #DB80B3
Black with #DB80B3
Text Example
Text Example
White with #DB80B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB80B3; }
p { color: rgb(219,128,179); }
H1.HeaderClassName
{
color: #DB80B3;
}
.AnyTagClassName
{
color: #DB80B3;
}
</style>
background-color css
<style>
a { background-color: #DB80B3; }
a { background-color: rgb(219,128,179); }
div.DivClassName
{
background-color: #DB80B3;
}
.BgClassName
{
background-color: #DB80B3;
}
</style>
border-color css
<style>
span { border-color: #DB80B3; }
span { border-color: rgb(219,128,179); }
td.TdClassName
{
border-color: #DB80B3;
}
.TagClassName
{
border-color: #DB80B3;
}
</style>