Shades of Kobi #DB7DAA
Tints of Kobi #DB7DAA
RGB
CMYK
RGB Variations
Color information
#DB7DAA (or 0xDB7DAA) is known color: Kobi. HEX triplet: DB, 7D and AA. RGB value is (219,125,170). Sum of RGB (Red+Green+Blue) = 219+125+170=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 125 (49.22% from 255 or 24.32% from 514); Blue value is 170 (66.80% from 255 or 33.07% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7DAA is #248255. Grayscale: #9E9E9E. Windows color (decimal): -2392662 or 11173339. OLE color: 11173339.
HSL color Cylindrical-coordinate representation of color #DB7DAA: hue angle of 331.28º 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 #DB7DAA is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 125 | 170 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.14 |
| HSL | 331.28º | 0.57% | 0.67% | - |
| HSV(B) | 331.28º | 0.43% | 0.86% | - |
| XYZ | 43.8 | 32.63 | 42.02 | - |
| YUV | 158.24 | 134.64 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 170 | 0 | 0.43 | 0.22 | 0.14 | 331.28 | 0.57 | 0.67 |
| Hex | DB | 7D | AA | 0 | 2B | 16 | E | 14B | 39 | 43 |
| Octal | 333 | 175 | 252 | 0 | 53 | 26 | 16 | 513 | 71 | 103 |
| Binary | 11011011 | 1111101 | 10101010 | 0 | 101011 | 10110 | 1110 | 101001011 | 111001 | 1000011 |
Color Harmonies of #DB7DAA
Complementary color
Monochromatic Colors of #DB7DAA
Black with #DB7DAA
Text Example
Text Example
White with #DB7DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7DAA; }
p { color: rgb(219,125,170); }
H1.HeaderClassName
{
color: #DB7DAA;
}
.AnyTagClassName
{
color: #DB7DAA;
}
</style>
background-color css
<style>
a { background-color: #DB7DAA; }
a { background-color: rgb(219,125,170); }
div.DivClassName
{
background-color: #DB7DAA;
}
.BgClassName
{
background-color: #DB7DAA;
}
</style>
border-color css
<style>
span { border-color: #DB7DAA; }
span { border-color: rgb(219,125,170); }
td.TdClassName
{
border-color: #DB7DAA;
}
.TagClassName
{
border-color: #DB7DAA;
}
</style>