Shades of Kobi #DB93A2
Tints of Kobi #DB93A2
RGB
CMYK
RGB Variations
Color information
#DB93A2 (or 0xDB93A2) is known color: Kobi. HEX triplet: DB, 93 and A2. RGB value is (219,147,162). Sum of RGB (Red+Green+Blue) = 219+147+162=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 147 (57.81% from 255 or 27.84% from 528); Blue value is 162 (63.67% from 255 or 30.68% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DB93A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB93A2 is #246C5D. Grayscale: #AAAAAA. Windows color (decimal): -2387038 or 10654683. OLE color: 10654683.
HSL color Cylindrical-coordinate representation of color #DB93A2: hue angle of 347.5º 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 #DB93A2 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 162 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.14 |
| HSL | 347.5º | 0.5% | 0.72% | - |
| HSV(B) | 347.5º | 0.33% | 0.86% | - |
| XYZ | 46.17 | 38.54 | 39.19 | - |
| YUV | 170.24 | 123.35 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 162 | 0 | 0.33 | 0.26 | 0.14 | 347.5 | 0.5 | 0.72 |
| Hex | DB | 93 | A2 | 0 | 21 | 1A | E | 15C | 32 | 48 |
| Octal | 333 | 223 | 242 | 0 | 41 | 32 | 16 | 534 | 62 | 110 |
| Binary | 11011011 | 10010011 | 10100010 | 0 | 100001 | 11010 | 1110 | 101011100 | 110010 | 1001000 |
Color Harmonies of #DB93A2
Complementary color
Monochromatic Colors of #DB93A2
Black with #DB93A2
Text Example
Text Example
White with #DB93A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB93A2; }
p { color: rgb(219,147,162); }
H1.HeaderClassName
{
color: #DB93A2;
}
.AnyTagClassName
{
color: #DB93A2;
}
</style>
background-color css
<style>
a { background-color: #DB93A2; }
a { background-color: rgb(219,147,162); }
div.DivClassName
{
background-color: #DB93A2;
}
.BgClassName
{
background-color: #DB93A2;
}
</style>
border-color css
<style>
span { border-color: #DB93A2; }
span { border-color: rgb(219,147,162); }
td.TdClassName
{
border-color: #DB93A2;
}
.TagClassName
{
border-color: #DB93A2;
}
</style>