Shades of Kobi #DB9CB1
Tints of Kobi #DB9CB1
RGB
CMYK
RGB Variations
Color information
#DB9CB1 (or 0xDB9CB1) is known color: Kobi. HEX triplet: DB, 9C and B1. RGB value is (219,156,177). Sum of RGB (Red+Green+Blue) = 219+156+177=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 156 (61.33% from 255 or 28.26% from 552); Blue value is 177 (69.53% from 255 or 32.07% from 552); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9CB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9CB1 is #24634E. Grayscale: #B1B1B1. Windows color (decimal): -2384719 or 11640027. OLE color: 11640027.
HSL color Cylindrical-coordinate representation of color #DB9CB1: hue angle of 340º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DB9CB1 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 156 | 177 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.14 |
| HSL | 340º | 0.47% | 0.74% | - |
| HSV(B) | 340º | 0.29% | 0.86% | - |
| XYZ | 49.04 | 42.01 | 47.12 | - |
| YUV | 177.23 | 127.87 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 177 | 0 | 0.29 | 0.19 | 0.14 | 340 | 0.47 | 0.74 |
| Hex | DB | 9C | B1 | 0 | 1D | 13 | E | 154 | 2F | 4A |
| Octal | 333 | 234 | 261 | 0 | 35 | 23 | 16 | 524 | 57 | 112 |
| Binary | 11011011 | 10011100 | 10110001 | 0 | 11101 | 10011 | 1110 | 101010100 | 101111 | 1001010 |
Color Harmonies of #DB9CB1
Complementary color
Monochromatic Colors of #DB9CB1
Black with #DB9CB1
Text Example
Text Example
White with #DB9CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9CB1; }
p { color: rgb(219,156,177); }
H1.HeaderClassName
{
color: #DB9CB1;
}
.AnyTagClassName
{
color: #DB9CB1;
}
</style>
background-color css
<style>
a { background-color: #DB9CB1; }
a { background-color: rgb(219,156,177); }
div.DivClassName
{
background-color: #DB9CB1;
}
.BgClassName
{
background-color: #DB9CB1;
}
</style>
border-color css
<style>
span { border-color: #DB9CB1; }
span { border-color: rgb(219,156,177); }
td.TdClassName
{
border-color: #DB9CB1;
}
.TagClassName
{
border-color: #DB9CB1;
}
</style>