Shades of Kobi #DB96B2
Tints of Kobi #DB96B2
RGB
CMYK
RGB Variations
Color information
#DB96B2 (or 0xDB96B2) is known color: Kobi. HEX triplet: DB, 96 and B2. RGB value is (219,150,178). Sum of RGB (Red+Green+Blue) = 219+150+178=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 178 (69.92% from 255 or 32.54% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DB96B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB96B2 is #24694D. Grayscale: #ADADAD. Windows color (decimal): -2386254 or 11704027. OLE color: 11704027.
HSL color Cylindrical-coordinate representation of color #DB96B2: hue angle of 335.65º 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 #DB96B2 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 178 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.14 |
| HSL | 335.65º | 0.49% | 0.72% | - |
| HSV(B) | 335.65º | 0.32% | 0.86% | - |
| XYZ | 48.16 | 40.09 | 47.32 | - |
| YUV | 173.82 | 130.36 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 178 | 0 | 0.32 | 0.19 | 0.14 | 335.65 | 0.49 | 0.72 |
| Hex | DB | 96 | B2 | 0 | 20 | 13 | E | 150 | 31 | 48 |
| Octal | 333 | 226 | 262 | 0 | 40 | 23 | 16 | 520 | 61 | 110 |
| Binary | 11011011 | 10010110 | 10110010 | 0 | 100000 | 10011 | 1110 | 101010000 | 110001 | 1001000 |
Color Harmonies of #DB96B2
Complementary color
Monochromatic Colors of #DB96B2
Black with #DB96B2
Text Example
Text Example
White with #DB96B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB96B2; }
p { color: rgb(219,150,178); }
H1.HeaderClassName
{
color: #DB96B2;
}
.AnyTagClassName
{
color: #DB96B2;
}
</style>
background-color css
<style>
a { background-color: #DB96B2; }
a { background-color: rgb(219,150,178); }
div.DivClassName
{
background-color: #DB96B2;
}
.BgClassName
{
background-color: #DB96B2;
}
</style>
border-color css
<style>
span { border-color: #DB96B2; }
span { border-color: rgb(219,150,178); }
td.TdClassName
{
border-color: #DB96B2;
}
.TagClassName
{
border-color: #DB96B2;
}
</style>