Shades of Kobi #DB80AD
Tints of Kobi #DB80AD
RGB
CMYK
RGB Variations
Color information
#DB80AD (or 0xDB80AD) is known color: Kobi. HEX triplet: DB, 80 and AD. RGB value is (219,128,173). Sum of RGB (Red+Green+Blue) = 219+128+173=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 128 (50.39% from 255 or 24.62% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DB80AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB80AD is #247F52. Grayscale: #A0A0A0. Windows color (decimal): -2391891 or 11370715. OLE color: 11370715.
HSL color Cylindrical-coordinate representation of color #DB80AD: hue angle of 330.33º 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 #DB80AD is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 173 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.14 |
| HSL | 330.33º | 0.56% | 0.68% | - |
| HSV(B) | 330.33º | 0.42% | 0.86% | - |
| XYZ | 44.48 | 33.52 | 43.66 | - |
| YUV | 160.34 | 135.15 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 173 | 0 | 0.42 | 0.21 | 0.14 | 330.33 | 0.56 | 0.68 |
| Hex | DB | 80 | AD | 0 | 2A | 15 | E | 14A | 38 | 44 |
| Octal | 333 | 200 | 255 | 0 | 52 | 25 | 16 | 512 | 70 | 104 |
| Binary | 11011011 | 10000000 | 10101101 | 0 | 101010 | 10101 | 1110 | 101001010 | 111000 | 1000100 |
Color Harmonies of #DB80AD
Complementary color
Monochromatic Colors of #DB80AD
Black with #DB80AD
Text Example
Text Example
White with #DB80AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB80AD; }
p { color: rgb(219,128,173); }
H1.HeaderClassName
{
color: #DB80AD;
}
.AnyTagClassName
{
color: #DB80AD;
}
</style>
background-color css
<style>
a { background-color: #DB80AD; }
a { background-color: rgb(219,128,173); }
div.DivClassName
{
background-color: #DB80AD;
}
.BgClassName
{
background-color: #DB80AD;
}
</style>
border-color css
<style>
span { border-color: #DB80AD; }
span { border-color: rgb(219,128,173); }
td.TdClassName
{
border-color: #DB80AD;
}
.TagClassName
{
border-color: #DB80AD;
}
</style>