Shades of Kobi #DB93A4
Tints of Kobi #DB93A4
RGB
CMYK
RGB Variations
Color information
#DB93A4 (or 0xDB93A4) is known color: Kobi. HEX triplet: DB, 93 and A4. RGB value is (219,147,164). Sum of RGB (Red+Green+Blue) = 219+147+164=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 147 (57.81% from 255 or 27.74% from 530); Blue value is 164 (64.45% from 255 or 30.94% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DB93A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB93A4 is #246C5B. Grayscale: #AAAAAA. Windows color (decimal): -2387036 or 10785755. OLE color: 10785755.
HSL color Cylindrical-coordinate representation of color #DB93A4: hue angle of 345.83º 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 #DB93A4 is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 164 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.14 |
| HSL | 345.83º | 0.5% | 0.72% | - |
| HSV(B) | 345.83º | 0.33% | 0.86% | - |
| XYZ | 46.35 | 38.61 | 40.13 | - |
| YUV | 170.47 | 124.35 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 164 | 0 | 0.33 | 0.25 | 0.14 | 345.83 | 0.5 | 0.72 |
| Hex | DB | 93 | A4 | 0 | 21 | 19 | E | 15A | 32 | 48 |
| Octal | 333 | 223 | 244 | 0 | 41 | 31 | 16 | 532 | 62 | 110 |
| Binary | 11011011 | 10010011 | 10100100 | 0 | 100001 | 11001 | 1110 | 101011010 | 110010 | 1001000 |
Color Harmonies of #DB93A4
Complementary color
Monochromatic Colors of #DB93A4
Black with #DB93A4
Text Example
Text Example
White with #DB93A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB93A4; }
p { color: rgb(219,147,164); }
H1.HeaderClassName
{
color: #DB93A4;
}
.AnyTagClassName
{
color: #DB93A4;
}
</style>
background-color css
<style>
a { background-color: #DB93A4; }
a { background-color: rgb(219,147,164); }
div.DivClassName
{
background-color: #DB93A4;
}
.BgClassName
{
background-color: #DB93A4;
}
</style>
border-color css
<style>
span { border-color: #DB93A4; }
span { border-color: rgb(219,147,164); }
td.TdClassName
{
border-color: #DB93A4;
}
.TagClassName
{
border-color: #DB93A4;
}
</style>