Shades of Kobi #DB92B0
Tints of Kobi #DB92B0
RGB
CMYK
RGB Variations
Color information
#DB92B0 (or 0xDB92B0) is known color: Kobi. HEX triplet: DB, 92 and B0. RGB value is (219,146,176). Sum of RGB (Red+Green+Blue) = 219+146+176=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 146 (57.42% from 255 or 26.99% from 541); Blue value is 176 (69.14% from 255 or 32.53% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DB92B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB92B0 is #246D4F. Grayscale: #ABABAB. Windows color (decimal): -2387280 or 11571931. OLE color: 11571931.
HSL color Cylindrical-coordinate representation of color #DB92B0: hue angle of 335.34º 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 #DB92B0 is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 176 | - |
| CMYK | 0 | 0.33 | 0.20 | 0.14 |
| HSL | 335.34º | 0.5% | 0.72% | - |
| HSV(B) | 335.34º | 0.33% | 0.86% | - |
| XYZ | 47.33 | 38.75 | 46.06 | - |
| YUV | 171.25 | 130.68 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 176 | 0 | 0.33 | 0.20 | 0.14 | 335.34 | 0.5 | 0.72 |
| Hex | DB | 92 | B0 | 0 | 21 | 14 | E | 14F | 32 | 48 |
| Octal | 333 | 222 | 260 | 0 | 41 | 24 | 16 | 517 | 62 | 110 |
| Binary | 11011011 | 10010010 | 10110000 | 0 | 100001 | 10100 | 1110 | 101001111 | 110010 | 1001000 |
Color Harmonies of #DB92B0
Complementary color
Monochromatic Colors of #DB92B0
Black with #DB92B0
Text Example
Text Example
White with #DB92B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB92B0; }
p { color: rgb(219,146,176); }
H1.HeaderClassName
{
color: #DB92B0;
}
.AnyTagClassName
{
color: #DB92B0;
}
</style>
background-color css
<style>
a { background-color: #DB92B0; }
a { background-color: rgb(219,146,176); }
div.DivClassName
{
background-color: #DB92B0;
}
.BgClassName
{
background-color: #DB92B0;
}
</style>
border-color css
<style>
span { border-color: #DB92B0; }
span { border-color: rgb(219,146,176); }
td.TdClassName
{
border-color: #DB92B0;
}
.TagClassName
{
border-color: #DB92B0;
}
</style>