Shades of Kobi #DB9DB4
Tints of Kobi #DB9DB4
RGB
CMYK
RGB Variations
Color information
#DB9DB4 (or 0xDB9DB4) is known color: Kobi. HEX triplet: DB, 9D and B4. RGB value is (219,157,180). Sum of RGB (Red+Green+Blue) = 219+157+180=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 157 (61.72% from 255 or 28.24% from 556); Blue value is 180 (70.70% from 255 or 32.37% from 556); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9DB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9DB4 is #24624B. Grayscale: #B2B2B2. Windows color (decimal): -2384460 or 11836891. OLE color: 11836891.
HSL color Cylindrical-coordinate representation of color #DB9DB4: hue angle of 337.74º 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 #DB9DB4 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 180 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.14 |
| HSL | 337.74º | 0.46% | 0.74% | - |
| HSV(B) | 337.74º | 0.28% | 0.86% | - |
| XYZ | 49.51 | 42.47 | 48.77 | - |
| YUV | 178.16 | 129.04 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 180 | 0 | 0.28 | 0.18 | 0.14 | 337.74 | 0.46 | 0.74 |
| Hex | DB | 9D | B4 | 0 | 1C | 12 | E | 152 | 2E | 4A |
| Octal | 333 | 235 | 264 | 0 | 34 | 22 | 16 | 522 | 56 | 112 |
| Binary | 11011011 | 10011101 | 10110100 | 0 | 11100 | 10010 | 1110 | 101010010 | 101110 | 1001010 |
Color Harmonies of #DB9DB4
Complementary color
Monochromatic Colors of #DB9DB4
Black with #DB9DB4
Text Example
Text Example
White with #DB9DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9DB4; }
p { color: rgb(219,157,180); }
H1.HeaderClassName
{
color: #DB9DB4;
}
.AnyTagClassName
{
color: #DB9DB4;
}
</style>
background-color css
<style>
a { background-color: #DB9DB4; }
a { background-color: rgb(219,157,180); }
div.DivClassName
{
background-color: #DB9DB4;
}
.BgClassName
{
background-color: #DB9DB4;
}
</style>
border-color css
<style>
span { border-color: #DB9DB4; }
span { border-color: rgb(219,157,180); }
td.TdClassName
{
border-color: #DB9DB4;
}
.TagClassName
{
border-color: #DB9DB4;
}
</style>