Shades of Kobi #DB7DAD
Tints of Kobi #DB7DAD
RGB
CMYK
RGB Variations
Color information
#DB7DAD (or 0xDB7DAD) is known color: Kobi. HEX triplet: DB, 7D and AD. RGB value is (219,125,173). Sum of RGB (Red+Green+Blue) = 219+125+173=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 125 (49.22% from 255 or 24.18% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7DAD is #248252. Grayscale: #9E9E9E. Windows color (decimal): -2392659 or 11369947. OLE color: 11369947.
HSL color Cylindrical-coordinate representation of color #DB7DAD: hue angle of 329.36º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB7DAD is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 125 | 173 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.14 |
| HSL | 329.36º | 0.57% | 0.67% | - |
| HSV(B) | 329.36º | 0.43% | 0.86% | - |
| XYZ | 44.09 | 32.74 | 43.53 | - |
| YUV | 158.58 | 136.14 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 173 | 0 | 0.43 | 0.21 | 0.14 | 329.36 | 0.57 | 0.67 |
| Hex | DB | 7D | AD | 0 | 2B | 15 | E | 149 | 39 | 43 |
| Octal | 333 | 175 | 255 | 0 | 53 | 25 | 16 | 511 | 71 | 103 |
| Binary | 11011011 | 1111101 | 10101101 | 0 | 101011 | 10101 | 1110 | 101001001 | 111001 | 1000011 |
Color Harmonies of #DB7DAD
Complementary color
Monochromatic Colors of #DB7DAD
Black with #DB7DAD
Text Example
Text Example
White with #DB7DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7DAD; }
p { color: rgb(219,125,173); }
H1.HeaderClassName
{
color: #DB7DAD;
}
.AnyTagClassName
{
color: #DB7DAD;
}
</style>
background-color css
<style>
a { background-color: #DB7DAD; }
a { background-color: rgb(219,125,173); }
div.DivClassName
{
background-color: #DB7DAD;
}
.BgClassName
{
background-color: #DB7DAD;
}
</style>
border-color css
<style>
span { border-color: #DB7DAD; }
span { border-color: rgb(219,125,173); }
td.TdClassName
{
border-color: #DB7DAD;
}
.TagClassName
{
border-color: #DB7DAD;
}
</style>