Shades of Kobi #DB81A6
Tints of Kobi #DB81A6
RGB
CMYK
RGB Variations
Color information
#DB81A6 (or 0xDB81A6) is known color: Kobi. HEX triplet: DB, 81 and A6. RGB value is (219,129,166). Sum of RGB (Red+Green+Blue) = 219+129+166=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 129 (50.78% from 255 or 25.10% from 514); Blue value is 166 (65.23% from 255 or 32.30% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DB81A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB81A6 is #247E59. Grayscale: #A0A0A0. Windows color (decimal): -2391642 or 10912219. OLE color: 10912219.
HSL color Cylindrical-coordinate representation of color #DB81A6: hue angle of 335.33º degrees, saturation: 0.56, 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 #DB81A6 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 129 | 166 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.14 |
| HSL | 335.33º | 0.56% | 0.68% | - |
| HSV(B) | 335.33º | 0.41% | 0.86% | - |
| XYZ | 43.95 | 33.51 | 40.23 | - |
| YUV | 160.13 | 131.32 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 166 | 0 | 0.41 | 0.24 | 0.14 | 335.33 | 0.56 | 0.68 |
| Hex | DB | 81 | A6 | 0 | 29 | 18 | E | 14F | 38 | 44 |
| Octal | 333 | 201 | 246 | 0 | 51 | 30 | 16 | 517 | 70 | 104 |
| Binary | 11011011 | 10000001 | 10100110 | 0 | 101001 | 11000 | 1110 | 101001111 | 111000 | 1000100 |
Color Harmonies of #DB81A6
Complementary color
Monochromatic Colors of #DB81A6
Black with #DB81A6
Text Example
Text Example
White with #DB81A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB81A6; }
p { color: rgb(219,129,166); }
H1.HeaderClassName
{
color: #DB81A6;
}
.AnyTagClassName
{
color: #DB81A6;
}
</style>
background-color css
<style>
a { background-color: #DB81A6; }
a { background-color: rgb(219,129,166); }
div.DivClassName
{
background-color: #DB81A6;
}
.BgClassName
{
background-color: #DB81A6;
}
</style>
border-color css
<style>
span { border-color: #DB81A6; }
span { border-color: rgb(219,129,166); }
td.TdClassName
{
border-color: #DB81A6;
}
.TagClassName
{
border-color: #DB81A6;
}
</style>