Shades of Kobi #DB95B1
Tints of Kobi #DB95B1
RGB
CMYK
RGB Variations
Color information
#DB95B1 (or 0xDB95B1) is known color: Kobi. HEX triplet: DB, 95 and B1. RGB value is (219,149,177). Sum of RGB (Red+Green+Blue) = 219+149+177=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 149 (58.59% from 255 or 27.34% from 545); Blue value is 177 (69.53% from 255 or 32.48% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DB95B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB95B1 is #246A4E. Grayscale: #ADADAD. Windows color (decimal): -2386511 or 11638235. OLE color: 11638235.
HSL color Cylindrical-coordinate representation of color #DB95B1: hue angle of 336º 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 #DB95B1 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 177 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.14 |
| HSL | 336º | 0.49% | 0.72% | - |
| HSV(B) | 336º | 0.32% | 0.86% | - |
| XYZ | 47.9 | 39.73 | 46.74 | - |
| YUV | 173.12 | 130.19 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 177 | 0 | 0.32 | 0.19 | 0.14 | 336 | 0.49 | 0.72 |
| Hex | DB | 95 | B1 | 0 | 20 | 13 | E | 150 | 31 | 48 |
| Octal | 333 | 225 | 261 | 0 | 40 | 23 | 16 | 520 | 61 | 110 |
| Binary | 11011011 | 10010101 | 10110001 | 0 | 100000 | 10011 | 1110 | 101010000 | 110001 | 1001000 |
Color Harmonies of #DB95B1
Complementary color
Monochromatic Colors of #DB95B1
Black with #DB95B1
Text Example
Text Example
White with #DB95B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB95B1; }
p { color: rgb(219,149,177); }
H1.HeaderClassName
{
color: #DB95B1;
}
.AnyTagClassName
{
color: #DB95B1;
}
</style>
background-color css
<style>
a { background-color: #DB95B1; }
a { background-color: rgb(219,149,177); }
div.DivClassName
{
background-color: #DB95B1;
}
.BgClassName
{
background-color: #DB95B1;
}
</style>
border-color css
<style>
span { border-color: #DB95B1; }
span { border-color: rgb(219,149,177); }
td.TdClassName
{
border-color: #DB95B1;
}
.TagClassName
{
border-color: #DB95B1;
}
</style>