Shades of Kobi #DB7FAD
Tints of Kobi #DB7FAD
RGB
CMYK
RGB Variations
Color information
#DB7FAD (or 0xDB7FAD) is known color: Kobi. HEX triplet: DB, 7F and AD. RGB value is (219,127,173). Sum of RGB (Red+Green+Blue) = 219+127+173=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 127 (50% from 255 or 24.47% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7FAD is #248052. Grayscale: #9F9F9F. Windows color (decimal): -2392147 or 11370459. OLE color: 11370459.
HSL color Cylindrical-coordinate representation of color #DB7FAD: hue angle of 330º 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 #DB7FAD is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 127 | 173 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.14 |
| HSL | 330º | 0.56% | 0.68% | - |
| HSV(B) | 330º | 0.42% | 0.86% | - |
| XYZ | 44.35 | 33.26 | 43.62 | - |
| YUV | 159.75 | 135.48 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 173 | 0 | 0.42 | 0.21 | 0.14 | 330 | 0.56 | 0.68 |
| Hex | DB | 7F | AD | 0 | 2A | 15 | E | 14A | 38 | 44 |
| Octal | 333 | 177 | 255 | 0 | 52 | 25 | 16 | 512 | 70 | 104 |
| Binary | 11011011 | 1111111 | 10101101 | 0 | 101010 | 10101 | 1110 | 101001010 | 111000 | 1000100 |
Color Harmonies of #DB7FAD
Complementary color
Monochromatic Colors of #DB7FAD
Black with #DB7FAD
Text Example
Text Example
White with #DB7FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7FAD; }
p { color: rgb(219,127,173); }
H1.HeaderClassName
{
color: #DB7FAD;
}
.AnyTagClassName
{
color: #DB7FAD;
}
</style>
background-color css
<style>
a { background-color: #DB7FAD; }
a { background-color: rgb(219,127,173); }
div.DivClassName
{
background-color: #DB7FAD;
}
.BgClassName
{
background-color: #DB7FAD;
}
</style>
border-color css
<style>
span { border-color: #DB7FAD; }
span { border-color: rgb(219,127,173); }
td.TdClassName
{
border-color: #DB7FAD;
}
.TagClassName
{
border-color: #DB7FAD;
}
</style>