Shades of Kobi #DB81AB
Tints of Kobi #DB81AB
RGB
CMYK
RGB Variations
Color information
#DB81AB (or 0xDB81AB) is known color: Kobi. HEX triplet: DB, 81 and AB. RGB value is (219,129,171). Sum of RGB (Red+Green+Blue) = 219+129+171=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 129 (50.78% from 255 or 24.86% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DB81AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB81AB is #247E54. Grayscale: #A0A0A0. Windows color (decimal): -2391637 or 11239899. OLE color: 11239899.
HSL color Cylindrical-coordinate representation of color #DB81AB: hue angle of 332º 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 #DB81AB is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 129 | 171 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.14 |
| HSL | 332º | 0.56% | 0.68% | - |
| HSV(B) | 332º | 0.41% | 0.86% | - |
| XYZ | 44.41 | 33.7 | 42.69 | - |
| YUV | 160.7 | 133.82 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 171 | 0 | 0.41 | 0.22 | 0.14 | 332 | 0.56 | 0.68 |
| Hex | DB | 81 | AB | 0 | 29 | 16 | E | 14C | 38 | 44 |
| Octal | 333 | 201 | 253 | 0 | 51 | 26 | 16 | 514 | 70 | 104 |
| Binary | 11011011 | 10000001 | 10101011 | 0 | 101001 | 10110 | 1110 | 101001100 | 111000 | 1000100 |
Color Harmonies of #DB81AB
Complementary color
Monochromatic Colors of #DB81AB
Black with #DB81AB
Text Example
Text Example
White with #DB81AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB81AB; }
p { color: rgb(219,129,171); }
H1.HeaderClassName
{
color: #DB81AB;
}
.AnyTagClassName
{
color: #DB81AB;
}
</style>
background-color css
<style>
a { background-color: #DB81AB; }
a { background-color: rgb(219,129,171); }
div.DivClassName
{
background-color: #DB81AB;
}
.BgClassName
{
background-color: #DB81AB;
}
</style>
border-color css
<style>
span { border-color: #DB81AB; }
span { border-color: rgb(219,129,171); }
td.TdClassName
{
border-color: #DB81AB;
}
.TagClassName
{
border-color: #DB81AB;
}
</style>