Shades of Kobi #DB7BAF
Tints of Kobi #DB7BAF
RGB
CMYK
RGB Variations
Color information
#DB7BAF (or 0xDB7BAF) is known color: Kobi. HEX triplet: DB, 7B and AF. RGB value is (219,123,175). Sum of RGB (Red+Green+Blue) = 219+123+175=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 123 (48.44% from 255 or 23.79% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7BAF is #248450. Grayscale: #9D9D9D. Windows color (decimal): -2393169 or 11500507. OLE color: 11500507.
HSL color Cylindrical-coordinate representation of color #DB7BAF: hue angle of 327.5º 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 #DB7BAF is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 123 | 175 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.14 |
| HSL | 327.5º | 0.57% | 0.67% | - |
| HSV(B) | 327.5º | 0.44% | 0.86% | - |
| XYZ | 44.03 | 32.32 | 44.48 | - |
| YUV | 157.63 | 137.8 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 123 | 175 | 0 | 0.44 | 0.20 | 0.14 | 327.5 | 0.57 | 0.67 |
| Hex | DB | 7B | AF | 0 | 2C | 14 | E | 148 | 39 | 43 |
| Octal | 333 | 173 | 257 | 0 | 54 | 24 | 16 | 510 | 71 | 103 |
| Binary | 11011011 | 1111011 | 10101111 | 0 | 101100 | 10100 | 1110 | 101001000 | 111001 | 1000011 |
Color Harmonies of #DB7BAF
Complementary color
Monochromatic Colors of #DB7BAF
Black with #DB7BAF
Text Example
Text Example
White with #DB7BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7BAF; }
p { color: rgb(219,123,175); }
H1.HeaderClassName
{
color: #DB7BAF;
}
.AnyTagClassName
{
color: #DB7BAF;
}
</style>
background-color css
<style>
a { background-color: #DB7BAF; }
a { background-color: rgb(219,123,175); }
div.DivClassName
{
background-color: #DB7BAF;
}
.BgClassName
{
background-color: #DB7BAF;
}
</style>
border-color css
<style>
span { border-color: #DB7BAF; }
span { border-color: rgb(219,123,175); }
td.TdClassName
{
border-color: #DB7BAF;
}
.TagClassName
{
border-color: #DB7BAF;
}
</style>