Shades of Kobi #DB93A7
Tints of Kobi #DB93A7
RGB
CMYK
RGB Variations
Color information
#DB93A7 (or 0xDB93A7) is known color: Kobi. HEX triplet: DB, 93 and A7. RGB value is (219,147,167). Sum of RGB (Red+Green+Blue) = 219+147+167=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 147 (57.81% from 255 or 27.58% from 533); Blue value is 167 (65.62% from 255 or 31.33% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DB93A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB93A7 is #246C58. Grayscale: #AAAAAA. Windows color (decimal): -2387033 or 10982363. OLE color: 10982363.
HSL color Cylindrical-coordinate representation of color #DB93A7: hue angle of 343.33º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB93A7 is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 167 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.14 |
| HSL | 343.33º | 0.5% | 0.72% | - |
| HSV(B) | 343.33º | 0.33% | 0.86% | - |
| XYZ | 46.62 | 38.72 | 41.58 | - |
| YUV | 170.81 | 125.85 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 167 | 0 | 0.33 | 0.24 | 0.14 | 343.33 | 0.5 | 0.72 |
| Hex | DB | 93 | A7 | 0 | 21 | 18 | E | 157 | 32 | 48 |
| Octal | 333 | 223 | 247 | 0 | 41 | 30 | 16 | 527 | 62 | 110 |
| Binary | 11011011 | 10010011 | 10100111 | 0 | 100001 | 11000 | 1110 | 101010111 | 110010 | 1001000 |
Color Harmonies of #DB93A7
Complementary color
Monochromatic Colors of #DB93A7
Black with #DB93A7
Text Example
Text Example
White with #DB93A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB93A7; }
p { color: rgb(219,147,167); }
H1.HeaderClassName
{
color: #DB93A7;
}
.AnyTagClassName
{
color: #DB93A7;
}
</style>
background-color css
<style>
a { background-color: #DB93A7; }
a { background-color: rgb(219,147,167); }
div.DivClassName
{
background-color: #DB93A7;
}
.BgClassName
{
background-color: #DB93A7;
}
</style>
border-color css
<style>
span { border-color: #DB93A7; }
span { border-color: rgb(219,147,167); }
td.TdClassName
{
border-color: #DB93A7;
}
.TagClassName
{
border-color: #DB93A7;
}
</style>