Shades of Kobi #DB92B3
Tints of Kobi #DB92B3
RGB
CMYK
RGB Variations
Color information
#DB92B3 (or 0xDB92B3) is known color: Kobi. HEX triplet: DB, 92 and B3. RGB value is (219,146,179). Sum of RGB (Red+Green+Blue) = 219+146+179=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 146 (57.42% from 255 or 26.84% from 544); Blue value is 179 (70.31% from 255 or 32.90% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DB92B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB92B3 is #246D4C. Grayscale: #ABABAB. Windows color (decimal): -2387277 or 11768539. OLE color: 11768539.
HSL color Cylindrical-coordinate representation of color #DB92B3: hue angle of 332.88º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB92B3 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 179 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.14 |
| HSL | 332.88º | 0.5% | 0.72% | - |
| HSV(B) | 332.88º | 0.33% | 0.86% | - |
| XYZ | 47.63 | 38.87 | 47.64 | - |
| YUV | 171.59 | 132.18 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 179 | 0 | 0.33 | 0.18 | 0.14 | 332.88 | 0.5 | 0.72 |
| Hex | DB | 92 | B3 | 0 | 21 | 12 | E | 14D | 32 | 48 |
| Octal | 333 | 222 | 263 | 0 | 41 | 22 | 16 | 515 | 62 | 110 |
| Binary | 11011011 | 10010010 | 10110011 | 0 | 100001 | 10010 | 1110 | 101001101 | 110010 | 1001000 |
Color Harmonies of #DB92B3
Complementary color
Monochromatic Colors of #DB92B3
Black with #DB92B3
Text Example
Text Example
White with #DB92B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB92B3; }
p { color: rgb(219,146,179); }
H1.HeaderClassName
{
color: #DB92B3;
}
.AnyTagClassName
{
color: #DB92B3;
}
</style>
background-color css
<style>
a { background-color: #DB92B3; }
a { background-color: rgb(219,146,179); }
div.DivClassName
{
background-color: #DB92B3;
}
.BgClassName
{
background-color: #DB92B3;
}
</style>
border-color css
<style>
span { border-color: #DB92B3; }
span { border-color: rgb(219,146,179); }
td.TdClassName
{
border-color: #DB92B3;
}
.TagClassName
{
border-color: #DB92B3;
}
</style>