Shades of Kobi #DB9CB2
Tints of Kobi #DB9CB2
RGB
CMYK
RGB Variations
Color information
#DB9CB2 (or 0xDB9CB2) is known color: Kobi. HEX triplet: DB, 9C and B2. RGB value is (219,156,178). Sum of RGB (Red+Green+Blue) = 219+156+178=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 156 (61.33% from 255 or 28.21% from 553); Blue value is 178 (69.92% from 255 or 32.19% from 553); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9CB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9CB2 is #24634D. Grayscale: #B1B1B1. Windows color (decimal): -2384718 or 11705563. OLE color: 11705563.
HSL color Cylindrical-coordinate representation of color #DB9CB2: hue angle of 339.05º 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 #DB9CB2 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 156 | 178 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.14 |
| HSL | 339.05º | 0.47% | 0.74% | - |
| HSV(B) | 339.05º | 0.29% | 0.86% | - |
| XYZ | 49.14 | 42.05 | 47.65 | - |
| YUV | 177.35 | 128.37 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 178 | 0 | 0.29 | 0.19 | 0.14 | 339.05 | 0.47 | 0.74 |
| Hex | DB | 9C | B2 | 0 | 1D | 13 | E | 153 | 2F | 4A |
| Octal | 333 | 234 | 262 | 0 | 35 | 23 | 16 | 523 | 57 | 112 |
| Binary | 11011011 | 10011100 | 10110010 | 0 | 11101 | 10011 | 1110 | 101010011 | 101111 | 1001010 |
Color Harmonies of #DB9CB2
Complementary color
Monochromatic Colors of #DB9CB2
Black with #DB9CB2
Text Example
Text Example
White with #DB9CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9CB2; }
p { color: rgb(219,156,178); }
H1.HeaderClassName
{
color: #DB9CB2;
}
.AnyTagClassName
{
color: #DB9CB2;
}
</style>
background-color css
<style>
a { background-color: #DB9CB2; }
a { background-color: rgb(219,156,178); }
div.DivClassName
{
background-color: #DB9CB2;
}
.BgClassName
{
background-color: #DB9CB2;
}
</style>
border-color css
<style>
span { border-color: #DB9CB2; }
span { border-color: rgb(219,156,178); }
td.TdClassName
{
border-color: #DB9CB2;
}
.TagClassName
{
border-color: #DB9CB2;
}
</style>