Shades of Kobi #DB88A3
Tints of Kobi #DB88A3
RGB
CMYK
RGB Variations
Color information
#DB88A3 (or 0xDB88A3) is known color: Kobi. HEX triplet: DB, 88 and A3. RGB value is (219,136,163). Sum of RGB (Red+Green+Blue) = 219+136+163=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 136 (53.52% from 255 or 26.25% from 518); Blue value is 163 (64.06% from 255 or 31.47% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DB88A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB88A3 is #24775C. Grayscale: #A3A3A3. Windows color (decimal): -2389853 or 10717403. OLE color: 10717403.
HSL color Cylindrical-coordinate representation of color #DB88A3: hue angle of 340.48º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB88A3 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 163 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.14 |
| HSL | 340.48º | 0.54% | 0.7% | - |
| HSV(B) | 340.48º | 0.38% | 0.86% | - |
| XYZ | 44.63 | 35.31 | 39.11 | - |
| YUV | 163.9 | 127.5 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 163 | 0 | 0.38 | 0.26 | 0.14 | 340.48 | 0.54 | 0.7 |
| Hex | DB | 88 | A3 | 0 | 26 | 1A | E | 154 | 36 | 46 |
| Octal | 333 | 210 | 243 | 0 | 46 | 32 | 16 | 524 | 66 | 106 |
| Binary | 11011011 | 10001000 | 10100011 | 0 | 100110 | 11010 | 1110 | 101010100 | 110110 | 1000110 |
Color Harmonies of #DB88A3
Complementary color
Monochromatic Colors of #DB88A3
Black with #DB88A3
Text Example
Text Example
White with #DB88A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB88A3; }
p { color: rgb(219,136,163); }
H1.HeaderClassName
{
color: #DB88A3;
}
.AnyTagClassName
{
color: #DB88A3;
}
</style>
background-color css
<style>
a { background-color: #DB88A3; }
a { background-color: rgb(219,136,163); }
div.DivClassName
{
background-color: #DB88A3;
}
.BgClassName
{
background-color: #DB88A3;
}
</style>
border-color css
<style>
span { border-color: #DB88A3; }
span { border-color: rgb(219,136,163); }
td.TdClassName
{
border-color: #DB88A3;
}
.TagClassName
{
border-color: #DB88A3;
}
</style>