Shades of Kobi #DB8FAC
Tints of Kobi #DB8FAC
RGB
CMYK
RGB Variations
Color information
#DB8FAC (or 0xDB8FAC) is known color: Kobi. HEX triplet: DB, 8F and AC. RGB value is (219,143,172). Sum of RGB (Red+Green+Blue) = 219+143+172=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 143 (56.25% from 255 or 26.78% from 534); Blue value is 172 (67.58% from 255 or 32.21% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8FAC is #247053. Grayscale: #A8A8A8. Windows color (decimal): -2388052 or 11309019. OLE color: 11309019.
HSL color Cylindrical-coordinate representation of color #DB8FAC: hue angle of 337.11º 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 #DB8FAC is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 143 | 172 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.14 |
| HSL | 337.11º | 0.51% | 0.71% | - |
| HSV(B) | 337.11º | 0.35% | 0.86% | - |
| XYZ | 46.48 | 37.68 | 43.85 | - |
| YUV | 169.03 | 129.68 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 172 | 0 | 0.35 | 0.21 | 0.14 | 337.11 | 0.51 | 0.71 |
| Hex | DB | 8F | AC | 0 | 23 | 15 | E | 151 | 33 | 47 |
| Octal | 333 | 217 | 254 | 0 | 43 | 25 | 16 | 521 | 63 | 107 |
| Binary | 11011011 | 10001111 | 10101100 | 0 | 100011 | 10101 | 1110 | 101010001 | 110011 | 1000111 |
Color Harmonies of #DB8FAC
Complementary color
Monochromatic Colors of #DB8FAC
Black with #DB8FAC
Text Example
Text Example
White with #DB8FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8FAC; }
p { color: rgb(219,143,172); }
H1.HeaderClassName
{
color: #DB8FAC;
}
.AnyTagClassName
{
color: #DB8FAC;
}
</style>
background-color css
<style>
a { background-color: #DB8FAC; }
a { background-color: rgb(219,143,172); }
div.DivClassName
{
background-color: #DB8FAC;
}
.BgClassName
{
background-color: #DB8FAC;
}
</style>
border-color css
<style>
span { border-color: #DB8FAC; }
span { border-color: rgb(219,143,172); }
td.TdClassName
{
border-color: #DB8FAC;
}
.TagClassName
{
border-color: #DB8FAC;
}
</style>