Shades of Kobi #DB7FA7
Tints of Kobi #DB7FA7
RGB
CMYK
RGB Variations
Color information
#DB7FA7 (or 0xDB7FA7) is known color: Kobi. HEX triplet: DB, 7F and A7. RGB value is (219,127,167). Sum of RGB (Red+Green+Blue) = 219+127+167=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 127 (50% from 255 or 24.76% from 513); Blue value is 167 (65.62% from 255 or 32.55% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7FA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7FA7 is #248058. Grayscale: #9F9F9F. Windows color (decimal): -2392153 or 10977243. OLE color: 10977243.
HSL color Cylindrical-coordinate representation of color #DB7FA7: hue angle of 333.91º 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 #DB7FA7 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 127 | 167 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.14 |
| HSL | 333.91º | 0.56% | 0.68% | - |
| HSV(B) | 333.91º | 0.42% | 0.86% | - |
| XYZ | 43.78 | 33.03 | 40.63 | - |
| YUV | 159.07 | 132.48 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 167 | 0 | 0.42 | 0.24 | 0.14 | 333.91 | 0.56 | 0.68 |
| Hex | DB | 7F | A7 | 0 | 2A | 18 | E | 14E | 38 | 44 |
| Octal | 333 | 177 | 247 | 0 | 52 | 30 | 16 | 516 | 70 | 104 |
| Binary | 11011011 | 1111111 | 10100111 | 0 | 101010 | 11000 | 1110 | 101001110 | 111000 | 1000100 |
Color Harmonies of #DB7FA7
Complementary color
Monochromatic Colors of #DB7FA7
Black with #DB7FA7
Text Example
Text Example
White with #DB7FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7FA7; }
p { color: rgb(219,127,167); }
H1.HeaderClassName
{
color: #DB7FA7;
}
.AnyTagClassName
{
color: #DB7FA7;
}
</style>
background-color css
<style>
a { background-color: #DB7FA7; }
a { background-color: rgb(219,127,167); }
div.DivClassName
{
background-color: #DB7FA7;
}
.BgClassName
{
background-color: #DB7FA7;
}
</style>
border-color css
<style>
span { border-color: #DB7FA7; }
span { border-color: rgb(219,127,167); }
td.TdClassName
{
border-color: #DB7FA7;
}
.TagClassName
{
border-color: #DB7FA7;
}
</style>