Shades of Kobi #DB8DA5
Tints of Kobi #DB8DA5
RGB
CMYK
RGB Variations
Color information
#DB8DA5 (or 0xDB8DA5) is known color: Kobi. HEX triplet: DB, 8D and A5. RGB value is (219,141,165). Sum of RGB (Red+Green+Blue) = 219+141+165=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 141 (55.47% from 255 or 26.86% from 525); Blue value is 165 (64.84% from 255 or 31.43% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8DA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8DA5 is #24725A. Grayscale: #A7A7A7. Windows color (decimal): -2388571 or 10849755. OLE color: 10849755.
HSL color Cylindrical-coordinate representation of color #DB8DA5: hue angle of 341.54º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB8DA5 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 165 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.14 |
| HSL | 341.54º | 0.52% | 0.71% | - |
| HSV(B) | 341.54º | 0.36% | 0.86% | - |
| XYZ | 45.53 | 36.83 | 40.31 | - |
| YUV | 167.06 | 126.84 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 165 | 0 | 0.36 | 0.25 | 0.14 | 341.54 | 0.52 | 0.71 |
| Hex | DB | 8D | A5 | 0 | 24 | 19 | E | 156 | 34 | 47 |
| Octal | 333 | 215 | 245 | 0 | 44 | 31 | 16 | 526 | 64 | 107 |
| Binary | 11011011 | 10001101 | 10100101 | 0 | 100100 | 11001 | 1110 | 101010110 | 110100 | 1000111 |
Color Harmonies of #DB8DA5
Complementary color
Monochromatic Colors of #DB8DA5
Black with #DB8DA5
Text Example
Text Example
White with #DB8DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8DA5; }
p { color: rgb(219,141,165); }
H1.HeaderClassName
{
color: #DB8DA5;
}
.AnyTagClassName
{
color: #DB8DA5;
}
</style>
background-color css
<style>
a { background-color: #DB8DA5; }
a { background-color: rgb(219,141,165); }
div.DivClassName
{
background-color: #DB8DA5;
}
.BgClassName
{
background-color: #DB8DA5;
}
</style>
border-color css
<style>
span { border-color: #DB8DA5; }
span { border-color: rgb(219,141,165); }
td.TdClassName
{
border-color: #DB8DA5;
}
.TagClassName
{
border-color: #DB8DA5;
}
</style>