Shades of Kobi #DB96A3
Tints of Kobi #DB96A3
RGB
CMYK
RGB Variations
Color information
#DB96A3 (or 0xDB96A3) is known color: Kobi. HEX triplet: DB, 96 and A3. RGB value is (219,150,163). Sum of RGB (Red+Green+Blue) = 219+150+163=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 150 (58.98% from 255 or 28.20% from 532); Blue value is 163 (64.06% from 255 or 30.64% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DB96A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB96A3 is #24695C. Grayscale: #ACACAC. Windows color (decimal): -2386269 or 10720987. OLE color: 10720987.
HSL color Cylindrical-coordinate representation of color #DB96A3: hue angle of 348.7º degrees, saturation: 0.49, 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 #DB96A3 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 163 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.14 |
| HSL | 348.7º | 0.49% | 0.72% | - |
| HSV(B) | 348.7º | 0.32% | 0.86% | - |
| XYZ | 46.73 | 39.52 | 39.81 | - |
| YUV | 172.11 | 122.86 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 163 | 0 | 0.32 | 0.26 | 0.14 | 348.7 | 0.49 | 0.72 |
| Hex | DB | 96 | A3 | 0 | 20 | 1A | E | 15D | 31 | 48 |
| Octal | 333 | 226 | 243 | 0 | 40 | 32 | 16 | 535 | 61 | 110 |
| Binary | 11011011 | 10010110 | 10100011 | 0 | 100000 | 11010 | 1110 | 101011101 | 110001 | 1001000 |
Color Harmonies of #DB96A3
Complementary color
Monochromatic Colors of #DB96A3
Black with #DB96A3
Text Example
Text Example
White with #DB96A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB96A3; }
p { color: rgb(219,150,163); }
H1.HeaderClassName
{
color: #DB96A3;
}
.AnyTagClassName
{
color: #DB96A3;
}
</style>
background-color css
<style>
a { background-color: #DB96A3; }
a { background-color: rgb(219,150,163); }
div.DivClassName
{
background-color: #DB96A3;
}
.BgClassName
{
background-color: #DB96A3;
}
</style>
border-color css
<style>
span { border-color: #DB96A3; }
span { border-color: rgb(219,150,163); }
td.TdClassName
{
border-color: #DB96A3;
}
.TagClassName
{
border-color: #DB96A3;
}
</style>