Shades of Kobi #DB82A4
Tints of Kobi #DB82A4
RGB
CMYK
RGB Variations
Color information
#DB82A4 (or 0xDB82A4) is known color: Kobi. HEX triplet: DB, 82 and A4. RGB value is (219,130,164). Sum of RGB (Red+Green+Blue) = 219+130+164=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 130 (51.17% from 255 or 25.34% from 513); Blue value is 164 (64.45% from 255 or 31.97% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DB82A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB82A4 is #247D5B. Grayscale: #A0A0A0. Windows color (decimal): -2391388 or 10781403. OLE color: 10781403.
HSL color Cylindrical-coordinate representation of color #DB82A4: hue angle of 337.08º 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 #DB82A4 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 164 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.14 |
| HSL | 337.08º | 0.55% | 0.68% | - |
| HSV(B) | 337.08º | 0.41% | 0.86% | - |
| XYZ | 43.9 | 33.71 | 39.31 | - |
| YUV | 160.49 | 129.99 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 164 | 0 | 0.41 | 0.25 | 0.14 | 337.08 | 0.55 | 0.68 |
| Hex | DB | 82 | A4 | 0 | 29 | 19 | E | 151 | 37 | 44 |
| Octal | 333 | 202 | 244 | 0 | 51 | 31 | 16 | 521 | 67 | 104 |
| Binary | 11011011 | 10000010 | 10100100 | 0 | 101001 | 11001 | 1110 | 101010001 | 110111 | 1000100 |
Color Harmonies of #DB82A4
Complementary color
Monochromatic Colors of #DB82A4
Black with #DB82A4
Text Example
Text Example
White with #DB82A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB82A4; }
p { color: rgb(219,130,164); }
H1.HeaderClassName
{
color: #DB82A4;
}
.AnyTagClassName
{
color: #DB82A4;
}
</style>
background-color css
<style>
a { background-color: #DB82A4; }
a { background-color: rgb(219,130,164); }
div.DivClassName
{
background-color: #DB82A4;
}
.BgClassName
{
background-color: #DB82A4;
}
</style>
border-color css
<style>
span { border-color: #DB82A4; }
span { border-color: rgb(219,130,164); }
td.TdClassName
{
border-color: #DB82A4;
}
.TagClassName
{
border-color: #DB82A4;
}
</style>