Shades of Kobi #DB80AA
Tints of Kobi #DB80AA
RGB
CMYK
RGB Variations
Color information
#DB80AA (or 0xDB80AA) is known color: Kobi. HEX triplet: DB, 80 and AA. RGB value is (219,128,170). Sum of RGB (Red+Green+Blue) = 219+128+170=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 128 (50.39% from 255 or 24.76% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DB80AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB80AA is #247F55. Grayscale: #9F9F9F. Windows color (decimal): -2391894 or 11174107. OLE color: 11174107.
HSL color Cylindrical-coordinate representation of color #DB80AA: hue angle of 332.31º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB80AA is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 170 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.14 |
| HSL | 332.31º | 0.56% | 0.68% | - |
| HSV(B) | 332.31º | 0.42% | 0.86% | - |
| XYZ | 44.19 | 33.4 | 42.15 | - |
| YUV | 160 | 133.65 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 170 | 0 | 0.42 | 0.22 | 0.14 | 332.31 | 0.56 | 0.68 |
| Hex | DB | 80 | AA | 0 | 2A | 16 | E | 14C | 38 | 44 |
| Octal | 333 | 200 | 252 | 0 | 52 | 26 | 16 | 514 | 70 | 104 |
| Binary | 11011011 | 10000000 | 10101010 | 0 | 101010 | 10110 | 1110 | 101001100 | 111000 | 1000100 |
Color Harmonies of #DB80AA
Complementary color
Monochromatic Colors of #DB80AA
Black with #DB80AA
Text Example
Text Example
White with #DB80AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB80AA; }
p { color: rgb(219,128,170); }
H1.HeaderClassName
{
color: #DB80AA;
}
.AnyTagClassName
{
color: #DB80AA;
}
</style>
background-color css
<style>
a { background-color: #DB80AA; }
a { background-color: rgb(219,128,170); }
div.DivClassName
{
background-color: #DB80AA;
}
.BgClassName
{
background-color: #DB80AA;
}
</style>
border-color css
<style>
span { border-color: #DB80AA; }
span { border-color: rgb(219,128,170); }
td.TdClassName
{
border-color: #DB80AA;
}
.TagClassName
{
border-color: #DB80AA;
}
</style>