Shades of Kobi #DB7FB1
Tints of Kobi #DB7FB1
RGB
CMYK
RGB Variations
Color information
#DB7FB1 (or 0xDB7FB1) is known color: Kobi. HEX triplet: DB, 7F and B1. RGB value is (219,127,177). Sum of RGB (Red+Green+Blue) = 219+127+177=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 127 (50% from 255 or 24.28% from 523); Blue value is 177 (69.53% from 255 or 33.84% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7FB1 is #24804E. Grayscale: #A0A0A0. Windows color (decimal): -2392143 or 11632603. OLE color: 11632603.
HSL color Cylindrical-coordinate representation of color #DB7FB1: hue angle of 327.39º 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 #DB7FB1 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 127 | 177 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.14 |
| HSL | 327.39º | 0.56% | 0.68% | - |
| HSV(B) | 327.39º | 0.42% | 0.86% | - |
| XYZ | 44.74 | 33.41 | 45.69 | - |
| YUV | 160.21 | 137.48 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 177 | 0 | 0.42 | 0.19 | 0.14 | 327.39 | 0.56 | 0.68 |
| Hex | DB | 7F | B1 | 0 | 2A | 13 | E | 147 | 38 | 44 |
| Octal | 333 | 177 | 261 | 0 | 52 | 23 | 16 | 507 | 70 | 104 |
| Binary | 11011011 | 1111111 | 10110001 | 0 | 101010 | 10011 | 1110 | 101000111 | 111000 | 1000100 |
Color Harmonies of #DB7FB1
Complementary color
Monochromatic Colors of #DB7FB1
Black with #DB7FB1
Text Example
Text Example
White with #DB7FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7FB1; }
p { color: rgb(219,127,177); }
H1.HeaderClassName
{
color: #DB7FB1;
}
.AnyTagClassName
{
color: #DB7FB1;
}
</style>
background-color css
<style>
a { background-color: #DB7FB1; }
a { background-color: rgb(219,127,177); }
div.DivClassName
{
background-color: #DB7FB1;
}
.BgClassName
{
background-color: #DB7FB1;
}
</style>
border-color css
<style>
span { border-color: #DB7FB1; }
span { border-color: rgb(219,127,177); }
td.TdClassName
{
border-color: #DB7FB1;
}
.TagClassName
{
border-color: #DB7FB1;
}
</style>