Shades of Kobi #DB9FB3
Tints of Kobi #DB9FB3
RGB
CMYK
RGB Variations
Color information
#DB9FB3 (or 0xDB9FB3) is known color: Kobi. HEX triplet: DB, 9F and B3. RGB value is (219,159,179). Sum of RGB (Red+Green+Blue) = 219+159+179=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 159 (62.5% from 255 or 28.55% from 557); Blue value is 179 (70.31% from 255 or 32.14% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9FB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9FB3 is #24604C. Grayscale: #B3B3B3. Windows color (decimal): -2383949 or 11771867. OLE color: 11771867.
HSL color Cylindrical-coordinate representation of color #DB9FB3: hue angle of 340º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DB9FB3 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 159 | 179 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.14 |
| HSL | 340º | 0.45% | 0.74% | - |
| HSV(B) | 340º | 0.27% | 0.86% | - |
| XYZ | 49.75 | 43.11 | 48.35 | - |
| YUV | 179.22 | 127.88 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 179 | 0 | 0.27 | 0.18 | 0.14 | 340 | 0.45 | 0.74 |
| Hex | DB | 9F | B3 | 0 | 1B | 12 | E | 154 | 2D | 4A |
| Octal | 333 | 237 | 263 | 0 | 33 | 22 | 16 | 524 | 55 | 112 |
| Binary | 11011011 | 10011111 | 10110011 | 0 | 11011 | 10010 | 1110 | 101010100 | 101101 | 1001010 |
Color Harmonies of #DB9FB3
Complementary color
Monochromatic Colors of #DB9FB3
Black with #DB9FB3
Text Example
Text Example
White with #DB9FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9FB3; }
p { color: rgb(219,159,179); }
H1.HeaderClassName
{
color: #DB9FB3;
}
.AnyTagClassName
{
color: #DB9FB3;
}
</style>
background-color css
<style>
a { background-color: #DB9FB3; }
a { background-color: rgb(219,159,179); }
div.DivClassName
{
background-color: #DB9FB3;
}
.BgClassName
{
background-color: #DB9FB3;
}
</style>
border-color css
<style>
span { border-color: #DB9FB3; }
span { border-color: rgb(219,159,179); }
td.TdClassName
{
border-color: #DB9FB3;
}
.TagClassName
{
border-color: #DB9FB3;
}
</style>