Shades of Kobi #DB9BB4
Tints of Kobi #DB9BB4
RGB
CMYK
RGB Variations
Color information
#DB9BB4 (or 0xDB9BB4) is known color: Kobi. HEX triplet: DB, 9B and B4. RGB value is (219,155,180). Sum of RGB (Red+Green+Blue) = 219+155+180=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 155 (60.94% from 255 or 27.98% from 554); Blue value is 180 (70.70% from 255 or 32.49% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9BB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9BB4 is #24644B. Grayscale: #B0B0B0. Windows color (decimal): -2384972 or 11836379. OLE color: 11836379.
HSL color Cylindrical-coordinate representation of color #DB9BB4: hue angle of 336.56º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DB9BB4 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 155 | 180 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.14 |
| HSL | 336.56º | 0.47% | 0.73% | - |
| HSV(B) | 336.56º | 0.29% | 0.86% | - |
| XYZ | 49.17 | 41.8 | 48.66 | - |
| YUV | 176.99 | 129.7 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 180 | 0 | 0.29 | 0.18 | 0.14 | 336.56 | 0.47 | 0.73 |
| Hex | DB | 9B | B4 | 0 | 1D | 12 | E | 151 | 2F | 49 |
| Octal | 333 | 233 | 264 | 0 | 35 | 22 | 16 | 521 | 57 | 111 |
| Binary | 11011011 | 10011011 | 10110100 | 0 | 11101 | 10010 | 1110 | 101010001 | 101111 | 1001001 |
Color Harmonies of #DB9BB4
Complementary color
Monochromatic Colors of #DB9BB4
Black with #DB9BB4
Text Example
Text Example
White with #DB9BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9BB4; }
p { color: rgb(219,155,180); }
H1.HeaderClassName
{
color: #DB9BB4;
}
.AnyTagClassName
{
color: #DB9BB4;
}
</style>
background-color css
<style>
a { background-color: #DB9BB4; }
a { background-color: rgb(219,155,180); }
div.DivClassName
{
background-color: #DB9BB4;
}
.BgClassName
{
background-color: #DB9BB4;
}
</style>
border-color css
<style>
span { border-color: #DB9BB4; }
span { border-color: rgb(219,155,180); }
td.TdClassName
{
border-color: #DB9BB4;
}
.TagClassName
{
border-color: #DB9BB4;
}
</style>