Shades of Kobi #DB93A3
Tints of Kobi #DB93A3
RGB
CMYK
RGB Variations
Color information
#DB93A3 (or 0xDB93A3) is known color: Kobi. HEX triplet: DB, 93 and A3. RGB value is (219,147,163). Sum of RGB (Red+Green+Blue) = 219+147+163=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 147 (57.81% from 255 or 27.79% from 529); Blue value is 163 (64.06% from 255 or 30.81% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DB93A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB93A3 is #246C5C. Grayscale: #AAAAAA. Windows color (decimal): -2387037 or 10720219. OLE color: 10720219.
HSL color Cylindrical-coordinate representation of color #DB93A3: hue angle of 346.67º 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 #DB93A3 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 163 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.14 |
| HSL | 346.67º | 0.5% | 0.72% | - |
| HSV(B) | 346.67º | 0.33% | 0.86% | - |
| XYZ | 46.26 | 38.57 | 39.66 | - |
| YUV | 170.35 | 123.85 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 163 | 0 | 0.33 | 0.26 | 0.14 | 346.67 | 0.5 | 0.72 |
| Hex | DB | 93 | A3 | 0 | 21 | 1A | E | 15B | 32 | 48 |
| Octal | 333 | 223 | 243 | 0 | 41 | 32 | 16 | 533 | 62 | 110 |
| Binary | 11011011 | 10010011 | 10100011 | 0 | 100001 | 11010 | 1110 | 101011011 | 110010 | 1001000 |
Color Harmonies of #DB93A3
Complementary color
Monochromatic Colors of #DB93A3
Black with #DB93A3
Text Example
Text Example
White with #DB93A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB93A3; }
p { color: rgb(219,147,163); }
H1.HeaderClassName
{
color: #DB93A3;
}
.AnyTagClassName
{
color: #DB93A3;
}
</style>
background-color css
<style>
a { background-color: #DB93A3; }
a { background-color: rgb(219,147,163); }
div.DivClassName
{
background-color: #DB93A3;
}
.BgClassName
{
background-color: #DB93A3;
}
</style>
border-color css
<style>
span { border-color: #DB93A3; }
span { border-color: rgb(219,147,163); }
td.TdClassName
{
border-color: #DB93A3;
}
.TagClassName
{
border-color: #DB93A3;
}
</style>