Shades of Kobi #DB8FA1
Tints of Kobi #DB8FA1
RGB
CMYK
RGB Variations
Color information
#DB8FA1 (or 0xDB8FA1) is known color: Kobi. HEX triplet: DB, 8F and A1. RGB value is (219,143,161). Sum of RGB (Red+Green+Blue) = 219+143+161=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 143 (56.25% from 255 or 27.34% from 523); Blue value is 161 (63.28% from 255 or 30.78% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8FA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8FA1 is #24705E. Grayscale: #A7A7A7. Windows color (decimal): -2388063 or 10588123. OLE color: 10588123.
HSL color Cylindrical-coordinate representation of color #DB8FA1: hue angle of 345.79º 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 #DB8FA1 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 143 | 161 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.14 |
| HSL | 345.79º | 0.51% | 0.71% | - |
| HSV(B) | 345.79º | 0.35% | 0.86% | - |
| XYZ | 45.47 | 37.28 | 38.52 | - |
| YUV | 167.78 | 124.18 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 161 | 0 | 0.35 | 0.26 | 0.14 | 345.79 | 0.51 | 0.71 |
| Hex | DB | 8F | A1 | 0 | 23 | 1A | E | 15A | 33 | 47 |
| Octal | 333 | 217 | 241 | 0 | 43 | 32 | 16 | 532 | 63 | 107 |
| Binary | 11011011 | 10001111 | 10100001 | 0 | 100011 | 11010 | 1110 | 101011010 | 110011 | 1000111 |
Color Harmonies of #DB8FA1
Complementary color
Monochromatic Colors of #DB8FA1
Black with #DB8FA1
Text Example
Text Example
White with #DB8FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8FA1; }
p { color: rgb(219,143,161); }
H1.HeaderClassName
{
color: #DB8FA1;
}
.AnyTagClassName
{
color: #DB8FA1;
}
</style>
background-color css
<style>
a { background-color: #DB8FA1; }
a { background-color: rgb(219,143,161); }
div.DivClassName
{
background-color: #DB8FA1;
}
.BgClassName
{
background-color: #DB8FA1;
}
</style>
border-color css
<style>
span { border-color: #DB8FA1; }
span { border-color: rgb(219,143,161); }
td.TdClassName
{
border-color: #DB8FA1;
}
.TagClassName
{
border-color: #DB8FA1;
}
</style>