Shades of Kobi #DB8FA9
Tints of Kobi #DB8FA9
RGB
CMYK
RGB Variations
Color information
#DB8FA9 (or 0xDB8FA9) is known color: Kobi. HEX triplet: DB, 8F and A9. RGB value is (219,143,169). Sum of RGB (Red+Green+Blue) = 219+143+169=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 143 (56.25% from 255 or 26.93% from 531); Blue value is 169 (66.41% from 255 or 31.83% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8FA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8FA9 is #247056. Grayscale: #A8A8A8. Windows color (decimal): -2388055 or 11112411. OLE color: 11112411.
HSL color Cylindrical-coordinate representation of color #DB8FA9: hue angle of 339.47º 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 #DB8FA9 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 143 | 169 | - |
CMYK | 0 | 0.35 | 0.23 | 0.14 |
HSL | 339.47º | 0.51% | 0.71% | - |
HSV(B) | 339.47º | 0.35% | 0.86% | - |
XYZ | 46.2 | 37.57 | 42.35 | - |
YUV | 168.69 | 128.18 | 163.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 143 | 169 | 0 | 0.35 | 0.23 | 0.14 | 339.47 | 0.51 | 0.71 |
Hex | DB | 8F | A9 | 0 | 23 | 17 | E | 153 | 33 | 47 |
Octal | 333 | 217 | 251 | 0 | 43 | 27 | 16 | 523 | 63 | 107 |
Binary | 11011011 | 10001111 | 10101001 | 0 | 100011 | 10111 | 1110 | 101010011 | 110011 | 1000111 |
Color Harmonies of #DB8FA9
Complementary color
Monochromatic Colors of #DB8FA9
Black with #DB8FA9
Text Example
Text Example
White with #DB8FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8FA9; }
p { color: rgb(219,143,169); }
H1.HeaderClassName
{
color: #DB8FA9;
}
.AnyTagClassName
{
color: #DB8FA9;
}
</style>
background-color css
<style>
a { background-color: #DB8FA9; }
a { background-color: rgb(219,143,169); }
div.DivClassName
{
background-color: #DB8FA9;
}
.BgClassName
{
background-color: #DB8FA9;
}
</style>
border-color css
<style>
span { border-color: #DB8FA9; }
span { border-color: rgb(219,143,169); }
td.TdClassName
{
border-color: #DB8FA9;
}
.TagClassName
{
border-color: #DB8FA9;
}
</style>