Shades of Kobi #DB82A8
Tints of Kobi #DB82A8
RGB
CMYK
RGB Variations
Color information
#DB82A8 (or 0xDB82A8) is known color: Kobi. HEX triplet: DB, 82 and A8. RGB value is (219,130,168). Sum of RGB (Red+Green+Blue) = 219+130+168=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 130 (51.17% from 255 or 25.15% from 517); Blue value is 168 (66.02% from 255 or 32.50% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DB82A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB82A8 is #247D57. Grayscale: #A0A0A0. Windows color (decimal): -2391384 or 11043547. OLE color: 11043547.
HSL color Cylindrical-coordinate representation of color #DB82A8: hue angle of 334.38º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB82A8 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 168 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.14 |
| HSL | 334.38º | 0.55% | 0.68% | - |
| HSV(B) | 334.38º | 0.41% | 0.86% | - |
| XYZ | 44.26 | 33.85 | 41.25 | - |
| YUV | 160.94 | 131.99 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 168 | 0 | 0.41 | 0.23 | 0.14 | 334.38 | 0.55 | 0.68 |
| Hex | DB | 82 | A8 | 0 | 29 | 17 | E | 14E | 37 | 44 |
| Octal | 333 | 202 | 250 | 0 | 51 | 27 | 16 | 516 | 67 | 104 |
| Binary | 11011011 | 10000010 | 10101000 | 0 | 101001 | 10111 | 1110 | 101001110 | 110111 | 1000100 |
Color Harmonies of #DB82A8
Complementary color
Monochromatic Colors of #DB82A8
Black with #DB82A8
Text Example
Text Example
White with #DB82A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB82A8; }
p { color: rgb(219,130,168); }
H1.HeaderClassName
{
color: #DB82A8;
}
.AnyTagClassName
{
color: #DB82A8;
}
</style>
background-color css
<style>
a { background-color: #DB82A8; }
a { background-color: rgb(219,130,168); }
div.DivClassName
{
background-color: #DB82A8;
}
.BgClassName
{
background-color: #DB82A8;
}
</style>
border-color css
<style>
span { border-color: #DB82A8; }
span { border-color: rgb(219,130,168); }
td.TdClassName
{
border-color: #DB82A8;
}
.TagClassName
{
border-color: #DB82A8;
}
</style>