Shades of Kobi #DB7AAC
Tints of Kobi #DB7AAC
RGB
CMYK
RGB Variations
Color information
#DB7AAC (or 0xDB7AAC) is known color: Kobi. HEX triplet: DB, 7A and AC. RGB value is (219,122,172). Sum of RGB (Red+Green+Blue) = 219+122+172=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 122 (48.05% from 255 or 23.78% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7AAC is #248553. Grayscale: #9C9C9C. Windows color (decimal): -2393428 or 11303643. OLE color: 11303643.
HSL color Cylindrical-coordinate representation of color #DB7AAC: hue angle of 329.07º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB7AAC is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 122 | 172 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.14 |
| HSL | 329.07º | 0.57% | 0.67% | - |
| HSV(B) | 329.07º | 0.44% | 0.86% | - |
| XYZ | 43.62 | 31.96 | 42.9 | - |
| YUV | 156.7 | 136.64 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 122 | 172 | 0 | 0.44 | 0.21 | 0.14 | 329.07 | 0.57 | 0.67 |
| Hex | DB | 7A | AC | 0 | 2C | 15 | E | 149 | 39 | 43 |
| Octal | 333 | 172 | 254 | 0 | 54 | 25 | 16 | 511 | 71 | 103 |
| Binary | 11011011 | 1111010 | 10101100 | 0 | 101100 | 10101 | 1110 | 101001001 | 111001 | 1000011 |
Color Harmonies of #DB7AAC
Complementary color
Monochromatic Colors of #DB7AAC
Black with #DB7AAC
Text Example
Text Example
White with #DB7AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7AAC; }
p { color: rgb(219,122,172); }
H1.HeaderClassName
{
color: #DB7AAC;
}
.AnyTagClassName
{
color: #DB7AAC;
}
</style>
background-color css
<style>
a { background-color: #DB7AAC; }
a { background-color: rgb(219,122,172); }
div.DivClassName
{
background-color: #DB7AAC;
}
.BgClassName
{
background-color: #DB7AAC;
}
</style>
border-color css
<style>
span { border-color: #DB7AAC; }
span { border-color: rgb(219,122,172); }
td.TdClassName
{
border-color: #DB7AAC;
}
.TagClassName
{
border-color: #DB7AAC;
}
</style>