Shades of Kobi #DB8FA8
Tints of Kobi #DB8FA8
RGB
CMYK
RGB Variations
Color information
#DB8FA8 (or 0xDB8FA8) is known color: Kobi. HEX triplet: DB, 8F and A8. RGB value is (219,143,168). Sum of RGB (Red+Green+Blue) = 219+143+168=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 143 (56.25% from 255 or 26.98% from 530); Blue value is 168 (66.02% from 255 or 31.70% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8FA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8FA8 is #247057. Grayscale: #A8A8A8. Windows color (decimal): -2388056 or 11046875. OLE color: 11046875.
HSL color Cylindrical-coordinate representation of color #DB8FA8: hue angle of 340.26º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DB8FA8 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 143 | 168 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.14 |
| HSL | 340.26º | 0.51% | 0.71% | - |
| HSV(B) | 340.26º | 0.35% | 0.86% | - |
| XYZ | 46.1 | 37.53 | 41.86 | - |
| YUV | 168.57 | 127.68 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 168 | 0 | 0.35 | 0.23 | 0.14 | 340.26 | 0.51 | 0.71 |
| Hex | DB | 8F | A8 | 0 | 23 | 17 | E | 154 | 33 | 47 |
| Octal | 333 | 217 | 250 | 0 | 43 | 27 | 16 | 524 | 63 | 107 |
| Binary | 11011011 | 10001111 | 10101000 | 0 | 100011 | 10111 | 1110 | 101010100 | 110011 | 1000111 |
Color Harmonies of #DB8FA8
Complementary color
Monochromatic Colors of #DB8FA8
Black with #DB8FA8
Text Example
Text Example
White with #DB8FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8FA8; }
p { color: rgb(219,143,168); }
H1.HeaderClassName
{
color: #DB8FA8;
}
.AnyTagClassName
{
color: #DB8FA8;
}
</style>
background-color css
<style>
a { background-color: #DB8FA8; }
a { background-color: rgb(219,143,168); }
div.DivClassName
{
background-color: #DB8FA8;
}
.BgClassName
{
background-color: #DB8FA8;
}
</style>
border-color css
<style>
span { border-color: #DB8FA8; }
span { border-color: rgb(219,143,168); }
td.TdClassName
{
border-color: #DB8FA8;
}
.TagClassName
{
border-color: #DB8FA8;
}
</style>