Shades of Kobi #DB8CB0
Tints of Kobi #DB8CB0
RGB
CMYK
RGB Variations
Color information
#DB8CB0 (or 0xDB8CB0) is known color: Kobi. HEX triplet: DB, 8C and B0. RGB value is (219,140,176). Sum of RGB (Red+Green+Blue) = 219+140+176=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 176 (69.14% from 255 or 32.90% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8CB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8CB0 is #24734F. Grayscale: #A7A7A7. Windows color (decimal): -2388816 or 11570395. OLE color: 11570395.
HSL color Cylindrical-coordinate representation of color #DB8CB0: hue angle of 332.66º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB8CB0 is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 140 | 176 | - |
| CMYK | 0 | 0.36 | 0.20 | 0.14 |
| HSL | 332.66º | 0.52% | 0.7% | - |
| HSV(B) | 332.66º | 0.36% | 0.86% | - |
| XYZ | 46.43 | 36.95 | 45.76 | - |
| YUV | 167.73 | 132.67 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 140 | 176 | 0 | 0.36 | 0.20 | 0.14 | 332.66 | 0.52 | 0.7 |
| Hex | DB | 8C | B0 | 0 | 24 | 14 | E | 14D | 34 | 46 |
| Octal | 333 | 214 | 260 | 0 | 44 | 24 | 16 | 515 | 64 | 106 |
| Binary | 11011011 | 10001100 | 10110000 | 0 | 100100 | 10100 | 1110 | 101001101 | 110100 | 1000110 |
Color Harmonies of #DB8CB0
Complementary color
Monochromatic Colors of #DB8CB0
Black with #DB8CB0
Text Example
Text Example
White with #DB8CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8CB0; }
p { color: rgb(219,140,176); }
H1.HeaderClassName
{
color: #DB8CB0;
}
.AnyTagClassName
{
color: #DB8CB0;
}
</style>
background-color css
<style>
a { background-color: #DB8CB0; }
a { background-color: rgb(219,140,176); }
div.DivClassName
{
background-color: #DB8CB0;
}
.BgClassName
{
background-color: #DB8CB0;
}
</style>
border-color css
<style>
span { border-color: #DB8CB0; }
span { border-color: rgb(219,140,176); }
td.TdClassName
{
border-color: #DB8CB0;
}
.TagClassName
{
border-color: #DB8CB0;
}
</style>