Shades of Kobi #DB92A3
Tints of Kobi #DB92A3
RGB
CMYK
RGB Variations
Color information
#DB92A3 (or 0xDB92A3) is known color: Kobi. HEX triplet: DB, 92 and A3. RGB value is (219,146,163). Sum of RGB (Red+Green+Blue) = 219+146+163=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 146 (57.42% from 255 or 27.65% from 528); Blue value is 163 (64.06% from 255 or 30.87% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DB92A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB92A3 is #246D5C. Grayscale: #A9A9A9. Windows color (decimal): -2387293 or 10719963. OLE color: 10719963.
HSL color Cylindrical-coordinate representation of color #DB92A3: hue angle of 346.03º 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 #DB92A3 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 163 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.14 |
| HSL | 346.03º | 0.5% | 0.72% | - |
| HSV(B) | 346.03º | 0.33% | 0.86% | - |
| XYZ | 46.1 | 38.26 | 39.61 | - |
| YUV | 169.77 | 124.18 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 163 | 0 | 0.33 | 0.26 | 0.14 | 346.03 | 0.5 | 0.72 |
| Hex | DB | 92 | A3 | 0 | 21 | 1A | E | 15A | 32 | 48 |
| Octal | 333 | 222 | 243 | 0 | 41 | 32 | 16 | 532 | 62 | 110 |
| Binary | 11011011 | 10010010 | 10100011 | 0 | 100001 | 11010 | 1110 | 101011010 | 110010 | 1001000 |
Color Harmonies of #DB92A3
Complementary color
Monochromatic Colors of #DB92A3
Black with #DB92A3
Text Example
Text Example
White with #DB92A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB92A3; }
p { color: rgb(219,146,163); }
H1.HeaderClassName
{
color: #DB92A3;
}
.AnyTagClassName
{
color: #DB92A3;
}
</style>
background-color css
<style>
a { background-color: #DB92A3; }
a { background-color: rgb(219,146,163); }
div.DivClassName
{
background-color: #DB92A3;
}
.BgClassName
{
background-color: #DB92A3;
}
</style>
border-color css
<style>
span { border-color: #DB92A3; }
span { border-color: rgb(219,146,163); }
td.TdClassName
{
border-color: #DB92A3;
}
.TagClassName
{
border-color: #DB92A3;
}
</style>