Shades of Kobi #DB7CAD
Tints of Kobi #DB7CAD
RGB
CMYK
RGB Variations
Color information
#DB7CAD (or 0xDB7CAD) is known color: Kobi. HEX triplet: DB, 7C and AD. RGB value is (219,124,173). Sum of RGB (Red+Green+Blue) = 219+124+173=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 124 (48.83% from 255 or 24.03% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7CAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7CAD is #248352. Grayscale: #9D9D9D. Windows color (decimal): -2392915 or 11369691. OLE color: 11369691.
HSL color Cylindrical-coordinate representation of color #DB7CAD: hue angle of 329.05º 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 #DB7CAD is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 173 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.14 |
| HSL | 329.05º | 0.57% | 0.67% | - |
| HSV(B) | 329.05º | 0.43% | 0.86% | - |
| XYZ | 43.96 | 32.49 | 43.49 | - |
| YUV | 157.99 | 136.47 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 173 | 0 | 0.43 | 0.21 | 0.14 | 329.05 | 0.57 | 0.67 |
| Hex | DB | 7C | AD | 0 | 2B | 15 | E | 149 | 39 | 43 |
| Octal | 333 | 174 | 255 | 0 | 53 | 25 | 16 | 511 | 71 | 103 |
| Binary | 11011011 | 1111100 | 10101101 | 0 | 101011 | 10101 | 1110 | 101001001 | 111001 | 1000011 |
Color Harmonies of #DB7CAD
Complementary color
Monochromatic Colors of #DB7CAD
Black with #DB7CAD
Text Example
Text Example
White with #DB7CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7CAD; }
p { color: rgb(219,124,173); }
H1.HeaderClassName
{
color: #DB7CAD;
}
.AnyTagClassName
{
color: #DB7CAD;
}
</style>
background-color css
<style>
a { background-color: #DB7CAD; }
a { background-color: rgb(219,124,173); }
div.DivClassName
{
background-color: #DB7CAD;
}
.BgClassName
{
background-color: #DB7CAD;
}
</style>
border-color css
<style>
span { border-color: #DB7CAD; }
span { border-color: rgb(219,124,173); }
td.TdClassName
{
border-color: #DB7CAD;
}
.TagClassName
{
border-color: #DB7CAD;
}
</style>