Shades of Kobi #DB8FAD
Tints of Kobi #DB8FAD
RGB
CMYK
RGB Variations
Color information
#DB8FAD (or 0xDB8FAD) is known color: Kobi. HEX triplet: DB, 8F and AD. RGB value is (219,143,173). Sum of RGB (Red+Green+Blue) = 219+143+173=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 143 (56.25% from 255 or 26.73% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8FAD is #247052. Grayscale: #A9A9A9. Windows color (decimal): -2388051 or 11374555. OLE color: 11374555.
HSL color Cylindrical-coordinate representation of color #DB8FAD: hue angle of 336.32º 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 #DB8FAD is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 143 | 173 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.14 |
| HSL | 336.32º | 0.51% | 0.71% | - |
| HSV(B) | 336.32º | 0.35% | 0.86% | - |
| XYZ | 46.58 | 37.72 | 44.36 | - |
| YUV | 169.14 | 130.18 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 173 | 0 | 0.35 | 0.21 | 0.14 | 336.32 | 0.51 | 0.71 |
| Hex | DB | 8F | AD | 0 | 23 | 15 | E | 150 | 33 | 47 |
| Octal | 333 | 217 | 255 | 0 | 43 | 25 | 16 | 520 | 63 | 107 |
| Binary | 11011011 | 10001111 | 10101101 | 0 | 100011 | 10101 | 1110 | 101010000 | 110011 | 1000111 |
Color Harmonies of #DB8FAD
Complementary color
Monochromatic Colors of #DB8FAD
Black with #DB8FAD
Text Example
Text Example
White with #DB8FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8FAD; }
p { color: rgb(219,143,173); }
H1.HeaderClassName
{
color: #DB8FAD;
}
.AnyTagClassName
{
color: #DB8FAD;
}
</style>
background-color css
<style>
a { background-color: #DB8FAD; }
a { background-color: rgb(219,143,173); }
div.DivClassName
{
background-color: #DB8FAD;
}
.BgClassName
{
background-color: #DB8FAD;
}
</style>
border-color css
<style>
span { border-color: #DB8FAD; }
span { border-color: rgb(219,143,173); }
td.TdClassName
{
border-color: #DB8FAD;
}
.TagClassName
{
border-color: #DB8FAD;
}
</style>