Shades of Kobi #DB7DA7
Tints of Kobi #DB7DA7
RGB
CMYK
RGB Variations
Color information
#DB7DA7 (or 0xDB7DA7) is known color: Kobi. HEX triplet: DB, 7D and A7. RGB value is (219,125,167). Sum of RGB (Red+Green+Blue) = 219+125+167=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 125 (49.22% from 255 or 24.46% from 511); Blue value is 167 (65.62% from 255 or 32.68% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7DA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7DA7 is #248258. Grayscale: #9D9D9D. Windows color (decimal): -2392665 or 10976731. OLE color: 10976731.
HSL color Cylindrical-coordinate representation of color #DB7DA7: hue angle of 333.19º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB7DA7 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 125 | 167 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.14 |
| HSL | 333.19º | 0.57% | 0.67% | - |
| HSV(B) | 333.19º | 0.43% | 0.86% | - |
| XYZ | 43.52 | 32.52 | 40.54 | - |
| YUV | 157.89 | 133.14 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 167 | 0 | 0.43 | 0.24 | 0.14 | 333.19 | 0.57 | 0.67 |
| Hex | DB | 7D | A7 | 0 | 2B | 18 | E | 14D | 39 | 43 |
| Octal | 333 | 175 | 247 | 0 | 53 | 30 | 16 | 515 | 71 | 103 |
| Binary | 11011011 | 1111101 | 10100111 | 0 | 101011 | 11000 | 1110 | 101001101 | 111001 | 1000011 |
Color Harmonies of #DB7DA7
Complementary color
Monochromatic Colors of #DB7DA7
Black with #DB7DA7
Text Example
Text Example
White with #DB7DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7DA7; }
p { color: rgb(219,125,167); }
H1.HeaderClassName
{
color: #DB7DA7;
}
.AnyTagClassName
{
color: #DB7DA7;
}
</style>
background-color css
<style>
a { background-color: #DB7DA7; }
a { background-color: rgb(219,125,167); }
div.DivClassName
{
background-color: #DB7DA7;
}
.BgClassName
{
background-color: #DB7DA7;
}
</style>
border-color css
<style>
span { border-color: #DB7DA7; }
span { border-color: rgb(219,125,167); }
td.TdClassName
{
border-color: #DB7DA7;
}
.TagClassName
{
border-color: #DB7DA7;
}
</style>