Shades of Kobi #DB92AD
Tints of Kobi #DB92AD
RGB
CMYK
RGB Variations
Color information
#DB92AD (or 0xDB92AD) is known color: Kobi. HEX triplet: DB, 92 and AD. RGB value is (219,146,173). Sum of RGB (Red+Green+Blue) = 219+146+173=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 146 (57.42% from 255 or 27.14% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DB92AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB92AD is #246D52. Grayscale: #AAAAAA. Windows color (decimal): -2387283 or 11375323. OLE color: 11375323.
HSL color Cylindrical-coordinate representation of color #DB92AD: hue angle of 337.81º 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 #DB92AD is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 173 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.14 |
| HSL | 337.81º | 0.5% | 0.72% | - |
| HSV(B) | 337.81º | 0.33% | 0.86% | - |
| XYZ | 47.04 | 38.63 | 44.51 | - |
| YUV | 170.91 | 129.18 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 173 | 0 | 0.33 | 0.21 | 0.14 | 337.81 | 0.5 | 0.72 |
| Hex | DB | 92 | AD | 0 | 21 | 15 | E | 152 | 32 | 48 |
| Octal | 333 | 222 | 255 | 0 | 41 | 25 | 16 | 522 | 62 | 110 |
| Binary | 11011011 | 10010010 | 10101101 | 0 | 100001 | 10101 | 1110 | 101010010 | 110010 | 1001000 |
Color Harmonies of #DB92AD
Complementary color
Monochromatic Colors of #DB92AD
Black with #DB92AD
Text Example
Text Example
White with #DB92AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB92AD; }
p { color: rgb(219,146,173); }
H1.HeaderClassName
{
color: #DB92AD;
}
.AnyTagClassName
{
color: #DB92AD;
}
</style>
background-color css
<style>
a { background-color: #DB92AD; }
a { background-color: rgb(219,146,173); }
div.DivClassName
{
background-color: #DB92AD;
}
.BgClassName
{
background-color: #DB92AD;
}
</style>
border-color css
<style>
span { border-color: #DB92AD; }
span { border-color: rgb(219,146,173); }
td.TdClassName
{
border-color: #DB92AD;
}
.TagClassName
{
border-color: #DB92AD;
}
</style>