Shades of Kobi #DB83AD
Tints of Kobi #DB83AD
RGB
CMYK
RGB Variations
Color information
#DB83AD (or 0xDB83AD) is known color: Kobi. HEX triplet: DB, 83 and AD. RGB value is (219,131,173). Sum of RGB (Red+Green+Blue) = 219+131+173=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 131 (51.56% from 255 or 25.05% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DB83AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB83AD is #247C52. Grayscale: #A2A2A2. Windows color (decimal): -2391123 or 11371483. OLE color: 11371483.
HSL color Cylindrical-coordinate representation of color #DB83AD: hue angle of 331.36º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB83AD is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 131 | 173 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.14 |
| HSL | 331.36º | 0.55% | 0.69% | - |
| HSV(B) | 331.36º | 0.4% | 0.86% | - |
| XYZ | 44.87 | 34.31 | 43.79 | - |
| YUV | 162.1 | 134.15 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 131 | 173 | 0 | 0.40 | 0.21 | 0.14 | 331.36 | 0.55 | 0.69 |
| Hex | DB | 83 | AD | 0 | 28 | 15 | E | 14B | 37 | 45 |
| Octal | 333 | 203 | 255 | 0 | 50 | 25 | 16 | 513 | 67 | 105 |
| Binary | 11011011 | 10000011 | 10101101 | 0 | 101000 | 10101 | 1110 | 101001011 | 110111 | 1000101 |
Color Harmonies of #DB83AD
Complementary color
Monochromatic Colors of #DB83AD
Black with #DB83AD
Text Example
Text Example
White with #DB83AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB83AD; }
p { color: rgb(219,131,173); }
H1.HeaderClassName
{
color: #DB83AD;
}
.AnyTagClassName
{
color: #DB83AD;
}
</style>
background-color css
<style>
a { background-color: #DB83AD; }
a { background-color: rgb(219,131,173); }
div.DivClassName
{
background-color: #DB83AD;
}
.BgClassName
{
background-color: #DB83AD;
}
</style>
border-color css
<style>
span { border-color: #DB83AD; }
span { border-color: rgb(219,131,173); }
td.TdClassName
{
border-color: #DB83AD;
}
.TagClassName
{
border-color: #DB83AD;
}
</style>