Shades of Kobi #DB95B2
Tints of Kobi #DB95B2
RGB
CMYK
RGB Variations
Color information
#DB95B2 (or 0xDB95B2) is known color: Kobi. HEX triplet: DB, 95 and B2. RGB value is (219,149,178). Sum of RGB (Red+Green+Blue) = 219+149+178=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 149 (58.59% from 255 or 27.29% from 546); Blue value is 178 (69.92% from 255 or 32.60% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DB95B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB95B2 is #246A4D. Grayscale: #ADADAD. Windows color (decimal): -2386510 or 11703771. OLE color: 11703771.
HSL color Cylindrical-coordinate representation of color #DB95B2: hue angle of 335.14º 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 #DB95B2 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 178 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.14 |
| HSL | 335.14º | 0.49% | 0.72% | - |
| HSV(B) | 335.14º | 0.32% | 0.86% | - |
| XYZ | 48 | 39.77 | 47.27 | - |
| YUV | 173.24 | 130.69 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 178 | 0 | 0.32 | 0.19 | 0.14 | 335.14 | 0.49 | 0.72 |
| Hex | DB | 95 | B2 | 0 | 20 | 13 | E | 14F | 31 | 48 |
| Octal | 333 | 225 | 262 | 0 | 40 | 23 | 16 | 517 | 61 | 110 |
| Binary | 11011011 | 10010101 | 10110010 | 0 | 100000 | 10011 | 1110 | 101001111 | 110001 | 1001000 |
Color Harmonies of #DB95B2
Complementary color
Monochromatic Colors of #DB95B2
Black with #DB95B2
Text Example
Text Example
White with #DB95B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB95B2; }
p { color: rgb(219,149,178); }
H1.HeaderClassName
{
color: #DB95B2;
}
.AnyTagClassName
{
color: #DB95B2;
}
</style>
background-color css
<style>
a { background-color: #DB95B2; }
a { background-color: rgb(219,149,178); }
div.DivClassName
{
background-color: #DB95B2;
}
.BgClassName
{
background-color: #DB95B2;
}
</style>
border-color css
<style>
span { border-color: #DB95B2; }
span { border-color: rgb(219,149,178); }
td.TdClassName
{
border-color: #DB95B2;
}
.TagClassName
{
border-color: #DB95B2;
}
</style>