Shades of Kobi #DB92A8
Tints of Kobi #DB92A8
RGB
CMYK
RGB Variations
Color information
#DB92A8 (or 0xDB92A8) is known color: Kobi. HEX triplet: DB, 92 and A8. RGB value is (219,146,168). Sum of RGB (Red+Green+Blue) = 219+146+168=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 146 (57.42% from 255 or 27.39% from 533); Blue value is 168 (66.02% from 255 or 31.52% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DB92A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB92A8 is #246D57. Grayscale: #AAAAAA. Windows color (decimal): -2387288 or 11047643. OLE color: 11047643.
HSL color Cylindrical-coordinate representation of color #DB92A8: hue angle of 341.92º 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 #DB92A8 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 168 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.14 |
| HSL | 341.92º | 0.5% | 0.72% | - |
| HSV(B) | 341.92º | 0.33% | 0.86% | - |
| XYZ | 46.56 | 38.44 | 42.01 | - |
| YUV | 170.34 | 126.68 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 168 | 0 | 0.33 | 0.23 | 0.14 | 341.92 | 0.5 | 0.72 |
| Hex | DB | 92 | A8 | 0 | 21 | 17 | E | 156 | 32 | 48 |
| Octal | 333 | 222 | 250 | 0 | 41 | 27 | 16 | 526 | 62 | 110 |
| Binary | 11011011 | 10010010 | 10101000 | 0 | 100001 | 10111 | 1110 | 101010110 | 110010 | 1001000 |
Color Harmonies of #DB92A8
Complementary color
Monochromatic Colors of #DB92A8
Black with #DB92A8
Text Example
Text Example
White with #DB92A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB92A8; }
p { color: rgb(219,146,168); }
H1.HeaderClassName
{
color: #DB92A8;
}
.AnyTagClassName
{
color: #DB92A8;
}
</style>
background-color css
<style>
a { background-color: #DB92A8; }
a { background-color: rgb(219,146,168); }
div.DivClassName
{
background-color: #DB92A8;
}
.BgClassName
{
background-color: #DB92A8;
}
</style>
border-color css
<style>
span { border-color: #DB92A8; }
span { border-color: rgb(219,146,168); }
td.TdClassName
{
border-color: #DB92A8;
}
.TagClassName
{
border-color: #DB92A8;
}
</style>