Shades of Kobi #DB92B2
Tints of Kobi #DB92B2
RGB
CMYK
RGB Variations
Color information
#DB92B2 (or 0xDB92B2) is known color: Kobi. HEX triplet: DB, 92 and B2. RGB value is (219,146,178). Sum of RGB (Red+Green+Blue) = 219+146+178=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 146 (57.42% from 255 or 26.89% from 543); Blue value is 178 (69.92% from 255 or 32.78% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DB92B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB92B2 is #246D4D. Grayscale: #ABABAB. Windows color (decimal): -2387278 or 11703003. OLE color: 11703003.
HSL color Cylindrical-coordinate representation of color #DB92B2: hue angle of 333.7º 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 #DB92B2 is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 178 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.14 |
| HSL | 333.7º | 0.5% | 0.72% | - |
| HSV(B) | 333.7º | 0.33% | 0.86% | - |
| XYZ | 47.53 | 38.83 | 47.11 | - |
| YUV | 171.48 | 131.68 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 178 | 0 | 0.33 | 0.19 | 0.14 | 333.7 | 0.5 | 0.72 |
| Hex | DB | 92 | B2 | 0 | 21 | 13 | E | 14E | 32 | 48 |
| Octal | 333 | 222 | 262 | 0 | 41 | 23 | 16 | 516 | 62 | 110 |
| Binary | 11011011 | 10010010 | 10110010 | 0 | 100001 | 10011 | 1110 | 101001110 | 110010 | 1001000 |
Color Harmonies of #DB92B2
Complementary color
Monochromatic Colors of #DB92B2
Black with #DB92B2
Text Example
Text Example
White with #DB92B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB92B2; }
p { color: rgb(219,146,178); }
H1.HeaderClassName
{
color: #DB92B2;
}
.AnyTagClassName
{
color: #DB92B2;
}
</style>
background-color css
<style>
a { background-color: #DB92B2; }
a { background-color: rgb(219,146,178); }
div.DivClassName
{
background-color: #DB92B2;
}
.BgClassName
{
background-color: #DB92B2;
}
</style>
border-color css
<style>
span { border-color: #DB92B2; }
span { border-color: rgb(219,146,178); }
td.TdClassName
{
border-color: #DB92B2;
}
.TagClassName
{
border-color: #DB92B2;
}
</style>