Shades of Kobi #DB8BAD
Tints of Kobi #DB8BAD
RGB
CMYK
RGB Variations
Color information
#DB8BAD (or 0xDB8BAD) is known color: Kobi. HEX triplet: DB, 8B and AD. RGB value is (219,139,173). Sum of RGB (Red+Green+Blue) = 219+139+173=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 139 (54.69% from 255 or 26.18% from 531); Blue value is 173 (67.97% from 255 or 32.58% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8BAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8BAD is #247452. Grayscale: #A6A6A6. Windows color (decimal): -2389075 or 11373531. OLE color: 11373531.
HSL color Cylindrical-coordinate representation of color #DB8BAD: hue angle of 334.5º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB8BAD is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 139 | 173 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.14 |
| HSL | 334.5º | 0.53% | 0.7% | - |
| HSV(B) | 334.5º | 0.37% | 0.86% | - |
| XYZ | 45.99 | 36.54 | 44.16 | - |
| YUV | 166.8 | 131.5 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 173 | 0 | 0.37 | 0.21 | 0.14 | 334.5 | 0.53 | 0.7 |
| Hex | DB | 8B | AD | 0 | 25 | 15 | E | 14E | 35 | 46 |
| Octal | 333 | 213 | 255 | 0 | 45 | 25 | 16 | 516 | 65 | 106 |
| Binary | 11011011 | 10001011 | 10101101 | 0 | 100101 | 10101 | 1110 | 101001110 | 110101 | 1000110 |
Color Harmonies of #DB8BAD
Complementary color
Monochromatic Colors of #DB8BAD
Black with #DB8BAD
Text Example
Text Example
White with #DB8BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8BAD; }
p { color: rgb(219,139,173); }
H1.HeaderClassName
{
color: #DB8BAD;
}
.AnyTagClassName
{
color: #DB8BAD;
}
</style>
background-color css
<style>
a { background-color: #DB8BAD; }
a { background-color: rgb(219,139,173); }
div.DivClassName
{
background-color: #DB8BAD;
}
.BgClassName
{
background-color: #DB8BAD;
}
</style>
border-color css
<style>
span { border-color: #DB8BAD; }
span { border-color: rgb(219,139,173); }
td.TdClassName
{
border-color: #DB8BAD;
}
.TagClassName
{
border-color: #DB8BAD;
}
</style>