Shades of Kobi #DB7FA8
Tints of Kobi #DB7FA8
RGB
CMYK
RGB Variations
Color information
#DB7FA8 (or 0xDB7FA8) is known color: Kobi. HEX triplet: DB, 7F and A8. RGB value is (219,127,168). Sum of RGB (Red+Green+Blue) = 219+127+168=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 127 (50% from 255 or 24.71% from 514); Blue value is 168 (66.02% from 255 or 32.68% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7FA8 is #248057. Grayscale: #9F9F9F. Windows color (decimal): -2392152 or 11042779. OLE color: 11042779.
HSL color Cylindrical-coordinate representation of color #DB7FA8: hue angle of 333.26º 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 #DB7FA8 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 127 | 168 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.14 |
| HSL | 333.26º | 0.56% | 0.68% | - |
| HSV(B) | 333.26º | 0.42% | 0.86% | - |
| XYZ | 43.87 | 33.07 | 41.12 | - |
| YUV | 159.18 | 132.98 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 168 | 0 | 0.42 | 0.23 | 0.14 | 333.26 | 0.56 | 0.68 |
| Hex | DB | 7F | A8 | 0 | 2A | 17 | E | 14D | 38 | 44 |
| Octal | 333 | 177 | 250 | 0 | 52 | 27 | 16 | 515 | 70 | 104 |
| Binary | 11011011 | 1111111 | 10101000 | 0 | 101010 | 10111 | 1110 | 101001101 | 111000 | 1000100 |
Color Harmonies of #DB7FA8
Complementary color
Monochromatic Colors of #DB7FA8
Black with #DB7FA8
Text Example
Text Example
White with #DB7FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7FA8; }
p { color: rgb(219,127,168); }
H1.HeaderClassName
{
color: #DB7FA8;
}
.AnyTagClassName
{
color: #DB7FA8;
}
</style>
background-color css
<style>
a { background-color: #DB7FA8; }
a { background-color: rgb(219,127,168); }
div.DivClassName
{
background-color: #DB7FA8;
}
.BgClassName
{
background-color: #DB7FA8;
}
</style>
border-color css
<style>
span { border-color: #DB7FA8; }
span { border-color: rgb(219,127,168); }
td.TdClassName
{
border-color: #DB7FA8;
}
.TagClassName
{
border-color: #DB7FA8;
}
</style>