Shades of Kobi #DB9DB3
Tints of Kobi #DB9DB3
RGB
CMYK
RGB Variations
Color information
#DB9DB3 (or 0xDB9DB3) is known color: Kobi. HEX triplet: DB, 9D and B3. RGB value is (219,157,179). Sum of RGB (Red+Green+Blue) = 219+157+179=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 157 (61.72% from 255 or 28.29% from 555); Blue value is 179 (70.31% from 255 or 32.25% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9DB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9DB3 is #24624C. Grayscale: #B2B2B2. Windows color (decimal): -2384461 or 11771355. OLE color: 11771355.
HSL color Cylindrical-coordinate representation of color #DB9DB3: hue angle of 338.71º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DB9DB3 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 179 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.14 |
| HSL | 338.71º | 0.46% | 0.74% | - |
| HSV(B) | 338.71º | 0.28% | 0.86% | - |
| XYZ | 49.41 | 42.43 | 48.23 | - |
| YUV | 178.05 | 128.54 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 179 | 0 | 0.28 | 0.18 | 0.14 | 338.71 | 0.46 | 0.74 |
| Hex | DB | 9D | B3 | 0 | 1C | 12 | E | 153 | 2E | 4A |
| Octal | 333 | 235 | 263 | 0 | 34 | 22 | 16 | 523 | 56 | 112 |
| Binary | 11011011 | 10011101 | 10110011 | 0 | 11100 | 10010 | 1110 | 101010011 | 101110 | 1001010 |
Color Harmonies of #DB9DB3
Complementary color
Monochromatic Colors of #DB9DB3
Black with #DB9DB3
Text Example
Text Example
White with #DB9DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9DB3; }
p { color: rgb(219,157,179); }
H1.HeaderClassName
{
color: #DB9DB3;
}
.AnyTagClassName
{
color: #DB9DB3;
}
</style>
background-color css
<style>
a { background-color: #DB9DB3; }
a { background-color: rgb(219,157,179); }
div.DivClassName
{
background-color: #DB9DB3;
}
.BgClassName
{
background-color: #DB9DB3;
}
</style>
border-color css
<style>
span { border-color: #DB9DB3; }
span { border-color: rgb(219,157,179); }
td.TdClassName
{
border-color: #DB9DB3;
}
.TagClassName
{
border-color: #DB9DB3;
}
</style>