Shades of Kobi #DB93AE
Tints of Kobi #DB93AE
RGB
CMYK
RGB Variations
Color information
#DB93AE (or 0xDB93AE) is known color: Kobi. HEX triplet: DB, 93 and AE. RGB value is (219,147,174). Sum of RGB (Red+Green+Blue) = 219+147+174=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 147 (57.81% from 255 or 27.22% from 540); Blue value is 174 (68.36% from 255 or 32.22% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DB93AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB93AE is #246C51. Grayscale: #ABABAB. Windows color (decimal): -2387026 or 11441115. OLE color: 11441115.
HSL color Cylindrical-coordinate representation of color #DB93AE: hue angle of 337.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 #DB93AE is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 174 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.14 |
| HSL | 337.5º | 0.5% | 0.72% | - |
| HSV(B) | 337.5º | 0.33% | 0.86% | - |
| XYZ | 47.29 | 38.98 | 45.08 | - |
| YUV | 171.61 | 129.35 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 174 | 0 | 0.33 | 0.21 | 0.14 | 337.5 | 0.5 | 0.72 |
| Hex | DB | 93 | AE | 0 | 21 | 15 | E | 152 | 32 | 48 |
| Octal | 333 | 223 | 256 | 0 | 41 | 25 | 16 | 522 | 62 | 110 |
| Binary | 11011011 | 10010011 | 10101110 | 0 | 100001 | 10101 | 1110 | 101010010 | 110010 | 1001000 |
Color Harmonies of #DB93AE
Complementary color
Monochromatic Colors of #DB93AE
Black with #DB93AE
Text Example
Text Example
White with #DB93AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB93AE; }
p { color: rgb(219,147,174); }
H1.HeaderClassName
{
color: #DB93AE;
}
.AnyTagClassName
{
color: #DB93AE;
}
</style>
background-color css
<style>
a { background-color: #DB93AE; }
a { background-color: rgb(219,147,174); }
div.DivClassName
{
background-color: #DB93AE;
}
.BgClassName
{
background-color: #DB93AE;
}
</style>
border-color css
<style>
span { border-color: #DB93AE; }
span { border-color: rgb(219,147,174); }
td.TdClassName
{
border-color: #DB93AE;
}
.TagClassName
{
border-color: #DB93AE;
}
</style>