Shades of Kobi #DB88AD
Tints of Kobi #DB88AD
RGB
CMYK
RGB Variations
Color information
#DB88AD (or 0xDB88AD) is known color: Kobi. HEX triplet: DB, 88 and AD. RGB value is (219,136,173). Sum of RGB (Red+Green+Blue) = 219+136+173=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 136 (53.52% from 255 or 25.76% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DB88AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB88AD is #247752. Grayscale: #A4A4A4. Windows color (decimal): -2389843 or 11372763. OLE color: 11372763.
HSL color Cylindrical-coordinate representation of color #DB88AD: hue angle of 333.25º 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 #DB88AD is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 173 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.14 |
| HSL | 333.25º | 0.54% | 0.7% | - |
| HSV(B) | 333.25º | 0.38% | 0.86% | - |
| XYZ | 45.56 | 35.69 | 44.02 | - |
| YUV | 165.04 | 132.5 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 173 | 0 | 0.38 | 0.21 | 0.14 | 333.25 | 0.54 | 0.7 |
| Hex | DB | 88 | AD | 0 | 26 | 15 | E | 14D | 36 | 46 |
| Octal | 333 | 210 | 255 | 0 | 46 | 25 | 16 | 515 | 66 | 106 |
| Binary | 11011011 | 10001000 | 10101101 | 0 | 100110 | 10101 | 1110 | 101001101 | 110110 | 1000110 |
Color Harmonies of #DB88AD
Complementary color
Monochromatic Colors of #DB88AD
Black with #DB88AD
Text Example
Text Example
White with #DB88AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB88AD; }
p { color: rgb(219,136,173); }
H1.HeaderClassName
{
color: #DB88AD;
}
.AnyTagClassName
{
color: #DB88AD;
}
</style>
background-color css
<style>
a { background-color: #DB88AD; }
a { background-color: rgb(219,136,173); }
div.DivClassName
{
background-color: #DB88AD;
}
.BgClassName
{
background-color: #DB88AD;
}
</style>
border-color css
<style>
span { border-color: #DB88AD; }
span { border-color: rgb(219,136,173); }
td.TdClassName
{
border-color: #DB88AD;
}
.TagClassName
{
border-color: #DB88AD;
}
</style>