Shades of Kobi #DB7FAB
Tints of Kobi #DB7FAB
RGB
CMYK
RGB Variations
Color information
#DB7FAB (or 0xDB7FAB) is known color: Kobi. HEX triplet: DB, 7F and AB. RGB value is (219,127,171). Sum of RGB (Red+Green+Blue) = 219+127+171=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 127 (50% from 255 or 24.56% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7FAB is #248054. Grayscale: #9F9F9F. Windows color (decimal): -2392149 or 11239387. OLE color: 11239387.
HSL color Cylindrical-coordinate representation of color #DB7FAB: hue angle of 331.3º 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 #DB7FAB is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 127 | 171 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.14 |
| HSL | 331.3º | 0.56% | 0.68% | - |
| HSV(B) | 331.3º | 0.42% | 0.86% | - |
| XYZ | 44.15 | 33.18 | 42.61 | - |
| YUV | 159.52 | 134.48 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 171 | 0 | 0.42 | 0.22 | 0.14 | 331.3 | 0.56 | 0.68 |
| Hex | DB | 7F | AB | 0 | 2A | 16 | E | 14B | 38 | 44 |
| Octal | 333 | 177 | 253 | 0 | 52 | 26 | 16 | 513 | 70 | 104 |
| Binary | 11011011 | 1111111 | 10101011 | 0 | 101010 | 10110 | 1110 | 101001011 | 111000 | 1000100 |
Color Harmonies of #DB7FAB
Complementary color
Monochromatic Colors of #DB7FAB
Black with #DB7FAB
Text Example
Text Example
White with #DB7FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7FAB; }
p { color: rgb(219,127,171); }
H1.HeaderClassName
{
color: #DB7FAB;
}
.AnyTagClassName
{
color: #DB7FAB;
}
</style>
background-color css
<style>
a { background-color: #DB7FAB; }
a { background-color: rgb(219,127,171); }
div.DivClassName
{
background-color: #DB7FAB;
}
.BgClassName
{
background-color: #DB7FAB;
}
</style>
border-color css
<style>
span { border-color: #DB7FAB; }
span { border-color: rgb(219,127,171); }
td.TdClassName
{
border-color: #DB7FAB;
}
.TagClassName
{
border-color: #DB7FAB;
}
</style>