Shades of Kobi #DB7FA5
Tints of Kobi #DB7FA5
RGB
CMYK
RGB Variations
Color information
#DB7FA5 (or 0xDB7FA5) is known color: Kobi. HEX triplet: DB, 7F and A5. RGB value is (219,127,165). Sum of RGB (Red+Green+Blue) = 219+127+165=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 127 (50% from 255 or 24.85% from 511); Blue value is 165 (64.84% from 255 or 32.29% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7FA5 is #24805A. Grayscale: #9E9E9E. Windows color (decimal): -2392155 or 10846171. OLE color: 10846171.
HSL color Cylindrical-coordinate representation of color #DB7FA5: hue angle of 335.22º 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 #DB7FA5 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 127 | 165 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.14 |
| HSL | 335.22º | 0.56% | 0.68% | - |
| HSV(B) | 335.22º | 0.42% | 0.86% | - |
| XYZ | 43.59 | 32.96 | 39.66 | - |
| YUV | 158.84 | 131.48 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 165 | 0 | 0.42 | 0.25 | 0.14 | 335.22 | 0.56 | 0.68 |
| Hex | DB | 7F | A5 | 0 | 2A | 19 | E | 14F | 38 | 44 |
| Octal | 333 | 177 | 245 | 0 | 52 | 31 | 16 | 517 | 70 | 104 |
| Binary | 11011011 | 1111111 | 10100101 | 0 | 101010 | 11001 | 1110 | 101001111 | 111000 | 1000100 |
Color Harmonies of #DB7FA5
Complementary color
Monochromatic Colors of #DB7FA5
Black with #DB7FA5
Text Example
Text Example
White with #DB7FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7FA5; }
p { color: rgb(219,127,165); }
H1.HeaderClassName
{
color: #DB7FA5;
}
.AnyTagClassName
{
color: #DB7FA5;
}
</style>
background-color css
<style>
a { background-color: #DB7FA5; }
a { background-color: rgb(219,127,165); }
div.DivClassName
{
background-color: #DB7FA5;
}
.BgClassName
{
background-color: #DB7FA5;
}
</style>
border-color css
<style>
span { border-color: #DB7FA5; }
span { border-color: rgb(219,127,165); }
td.TdClassName
{
border-color: #DB7FA5;
}
.TagClassName
{
border-color: #DB7FA5;
}
</style>