Shades of Kobi #DB94A3
Tints of Kobi #DB94A3
RGB
CMYK
RGB Variations
Color information
#DB94A3 (or 0xDB94A3) is known color: Kobi. HEX triplet: DB, 94 and A3. RGB value is (219,148,163). Sum of RGB (Red+Green+Blue) = 219+148+163=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 148 (58.20% from 255 or 27.92% from 530); Blue value is 163 (64.06% from 255 or 30.75% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DB94A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB94A3 is #246B5C. Grayscale: #AAAAAA. Windows color (decimal): -2386781 or 10720475. OLE color: 10720475.
HSL color Cylindrical-coordinate representation of color #DB94A3: hue angle of 347.32º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DB94A3 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 163 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.14 |
| HSL | 347.32º | 0.5% | 0.72% | - |
| HSV(B) | 347.32º | 0.32% | 0.86% | - |
| XYZ | 46.41 | 38.88 | 39.71 | - |
| YUV | 170.94 | 123.52 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 163 | 0 | 0.32 | 0.26 | 0.14 | 347.32 | 0.5 | 0.72 |
| Hex | DB | 94 | A3 | 0 | 20 | 1A | E | 15B | 32 | 48 |
| Octal | 333 | 224 | 243 | 0 | 40 | 32 | 16 | 533 | 62 | 110 |
| Binary | 11011011 | 10010100 | 10100011 | 0 | 100000 | 11010 | 1110 | 101011011 | 110010 | 1001000 |
Color Harmonies of #DB94A3
Complementary color
Monochromatic Colors of #DB94A3
Black with #DB94A3
Text Example
Text Example
White with #DB94A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB94A3; }
p { color: rgb(219,148,163); }
H1.HeaderClassName
{
color: #DB94A3;
}
.AnyTagClassName
{
color: #DB94A3;
}
</style>
background-color css
<style>
a { background-color: #DB94A3; }
a { background-color: rgb(219,148,163); }
div.DivClassName
{
background-color: #DB94A3;
}
.BgClassName
{
background-color: #DB94A3;
}
</style>
border-color css
<style>
span { border-color: #DB94A3; }
span { border-color: rgb(219,148,163); }
td.TdClassName
{
border-color: #DB94A3;
}
.TagClassName
{
border-color: #DB94A3;
}
</style>