Shades of Kobi #DB7FAC
Tints of Kobi #DB7FAC
RGB
CMYK
RGB Variations
Color information
#DB7FAC (or 0xDB7FAC) is known color: Kobi. HEX triplet: DB, 7F and AC. RGB value is (219,127,172). Sum of RGB (Red+Green+Blue) = 219+127+172=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 127 (50% from 255 or 24.52% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7FAC is #248053. Grayscale: #9F9F9F. Windows color (decimal): -2392148 or 11304923. OLE color: 11304923.
HSL color Cylindrical-coordinate representation of color #DB7FAC: hue angle of 330.65º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB7FAC is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 127 | 172 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.14 |
| HSL | 330.65º | 0.56% | 0.68% | - |
| HSV(B) | 330.65º | 0.42% | 0.86% | - |
| XYZ | 44.25 | 33.22 | 43.11 | - |
| YUV | 159.64 | 134.98 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 172 | 0 | 0.42 | 0.21 | 0.14 | 330.65 | 0.56 | 0.68 |
| Hex | DB | 7F | AC | 0 | 2A | 15 | E | 14B | 38 | 44 |
| Octal | 333 | 177 | 254 | 0 | 52 | 25 | 16 | 513 | 70 | 104 |
| Binary | 11011011 | 1111111 | 10101100 | 0 | 101010 | 10101 | 1110 | 101001011 | 111000 | 1000100 |
Color Harmonies of #DB7FAC
Complementary color
Monochromatic Colors of #DB7FAC
Black with #DB7FAC
Text Example
Text Example
White with #DB7FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7FAC; }
p { color: rgb(219,127,172); }
H1.HeaderClassName
{
color: #DB7FAC;
}
.AnyTagClassName
{
color: #DB7FAC;
}
</style>
background-color css
<style>
a { background-color: #DB7FAC; }
a { background-color: rgb(219,127,172); }
div.DivClassName
{
background-color: #DB7FAC;
}
.BgClassName
{
background-color: #DB7FAC;
}
</style>
border-color css
<style>
span { border-color: #DB7FAC; }
span { border-color: rgb(219,127,172); }
td.TdClassName
{
border-color: #DB7FAC;
}
.TagClassName
{
border-color: #DB7FAC;
}
</style>