Shades of Kobi #DB7AAD
Tints of Kobi #DB7AAD
RGB
CMYK
RGB Variations
Color information
#DB7AAD (or 0xDB7AAD) is known color: Kobi. HEX triplet: DB, 7A and AD. RGB value is (219,122,173). Sum of RGB (Red+Green+Blue) = 219+122+173=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 122 (48.05% from 255 or 23.74% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7AAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7AAD is #248552. Grayscale: #9C9C9C. Windows color (decimal): -2393427 or 11369179. OLE color: 11369179.
HSL color Cylindrical-coordinate representation of color #DB7AAD: hue angle of 328.45º 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 #DB7AAD is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 122 | 173 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.14 |
| HSL | 328.45º | 0.57% | 0.67% | - |
| HSV(B) | 328.45º | 0.44% | 0.86% | - |
| XYZ | 43.72 | 32 | 43.41 | - |
| YUV | 156.82 | 137.14 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 122 | 173 | 0 | 0.44 | 0.21 | 0.14 | 328.45 | 0.57 | 0.67 |
| Hex | DB | 7A | AD | 0 | 2C | 15 | E | 148 | 39 | 43 |
| Octal | 333 | 172 | 255 | 0 | 54 | 25 | 16 | 510 | 71 | 103 |
| Binary | 11011011 | 1111010 | 10101101 | 0 | 101100 | 10101 | 1110 | 101001000 | 111001 | 1000011 |
Color Harmonies of #DB7AAD
Complementary color
Monochromatic Colors of #DB7AAD
Black with #DB7AAD
Text Example
Text Example
White with #DB7AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7AAD; }
p { color: rgb(219,122,173); }
H1.HeaderClassName
{
color: #DB7AAD;
}
.AnyTagClassName
{
color: #DB7AAD;
}
</style>
background-color css
<style>
a { background-color: #DB7AAD; }
a { background-color: rgb(219,122,173); }
div.DivClassName
{
background-color: #DB7AAD;
}
.BgClassName
{
background-color: #DB7AAD;
}
</style>
border-color css
<style>
span { border-color: #DB7AAD; }
span { border-color: rgb(219,122,173); }
td.TdClassName
{
border-color: #DB7AAD;
}
.TagClassName
{
border-color: #DB7AAD;
}
</style>