Shades of Kobi #DB95B3
Tints of Kobi #DB95B3
RGB
CMYK
RGB Variations
Color information
#DB95B3 (or 0xDB95B3) is known color: Kobi. HEX triplet: DB, 95 and B3. RGB value is (219,149,179). Sum of RGB (Red+Green+Blue) = 219+149+179=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 149 (58.59% from 255 or 27.24% from 547); Blue value is 179 (70.31% from 255 or 32.72% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DB95B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB95B3 is #246A4C. Grayscale: #ADADAD. Windows color (decimal): -2386509 or 11769307. OLE color: 11769307.
HSL color Cylindrical-coordinate representation of color #DB95B3: hue angle of 334.29º 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 #DB95B3 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 179 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.14 |
| HSL | 334.29º | 0.49% | 0.72% | - |
| HSV(B) | 334.29º | 0.32% | 0.86% | - |
| XYZ | 48.1 | 39.81 | 47.8 | - |
| YUV | 173.35 | 131.19 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 179 | 0 | 0.32 | 0.18 | 0.14 | 334.29 | 0.49 | 0.72 |
| Hex | DB | 95 | B3 | 0 | 20 | 12 | E | 14E | 31 | 48 |
| Octal | 333 | 225 | 263 | 0 | 40 | 22 | 16 | 516 | 61 | 110 |
| Binary | 11011011 | 10010101 | 10110011 | 0 | 100000 | 10010 | 1110 | 101001110 | 110001 | 1001000 |
Color Harmonies of #DB95B3
Complementary color
Monochromatic Colors of #DB95B3
Black with #DB95B3
Text Example
Text Example
White with #DB95B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB95B3; }
p { color: rgb(219,149,179); }
H1.HeaderClassName
{
color: #DB95B3;
}
.AnyTagClassName
{
color: #DB95B3;
}
</style>
background-color css
<style>
a { background-color: #DB95B3; }
a { background-color: rgb(219,149,179); }
div.DivClassName
{
background-color: #DB95B3;
}
.BgClassName
{
background-color: #DB95B3;
}
</style>
border-color css
<style>
span { border-color: #DB95B3; }
span { border-color: rgb(219,149,179); }
td.TdClassName
{
border-color: #DB95B3;
}
.TagClassName
{
border-color: #DB95B3;
}
</style>