Shades of Kobi #DB94B0
Tints of Kobi #DB94B0
RGB
CMYK
RGB Variations
Color information
#DB94B0 (or 0xDB94B0) is known color: Kobi. HEX triplet: DB, 94 and B0. RGB value is (219,148,176). Sum of RGB (Red+Green+Blue) = 219+148+176=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 148 (58.20% from 255 or 27.26% from 543); Blue value is 176 (69.14% from 255 or 32.41% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DB94B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB94B0 is #246B4F. Grayscale: #ACACAC. Windows color (decimal): -2386768 or 11572443. OLE color: 11572443.
HSL color Cylindrical-coordinate representation of color #DB94B0: hue angle of 336.34º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DB94B0 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 176 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.14 |
| HSL | 336.34º | 0.5% | 0.72% | - |
| HSV(B) | 336.34º | 0.32% | 0.86% | - |
| XYZ | 47.64 | 39.37 | 46.16 | - |
| YUV | 172.42 | 130.02 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 176 | 0 | 0.32 | 0.20 | 0.14 | 336.34 | 0.5 | 0.72 |
| Hex | DB | 94 | B0 | 0 | 20 | 14 | E | 150 | 32 | 48 |
| Octal | 333 | 224 | 260 | 0 | 40 | 24 | 16 | 520 | 62 | 110 |
| Binary | 11011011 | 10010100 | 10110000 | 0 | 100000 | 10100 | 1110 | 101010000 | 110010 | 1001000 |
Color Harmonies of #DB94B0
Complementary color
Monochromatic Colors of #DB94B0
Black with #DB94B0
Text Example
Text Example
White with #DB94B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB94B0; }
p { color: rgb(219,148,176); }
H1.HeaderClassName
{
color: #DB94B0;
}
.AnyTagClassName
{
color: #DB94B0;
}
</style>
background-color css
<style>
a { background-color: #DB94B0; }
a { background-color: rgb(219,148,176); }
div.DivClassName
{
background-color: #DB94B0;
}
.BgClassName
{
background-color: #DB94B0;
}
</style>
border-color css
<style>
span { border-color: #DB94B0; }
span { border-color: rgb(219,148,176); }
td.TdClassName
{
border-color: #DB94B0;
}
.TagClassName
{
border-color: #DB94B0;
}
</style>