Shades of Kobi #DB7DAC
Tints of Kobi #DB7DAC
RGB
CMYK
RGB Variations
Color information
#DB7DAC (or 0xDB7DAC) is known color: Kobi. HEX triplet: DB, 7D and AC. RGB value is (219,125,172). Sum of RGB (Red+Green+Blue) = 219+125+172=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 125 (49.22% from 255 or 24.22% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7DAC is #248253. Grayscale: #9E9E9E. Windows color (decimal): -2392660 or 11304411. OLE color: 11304411.
HSL color Cylindrical-coordinate representation of color #DB7DAC: hue angle of 330º 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 #DB7DAC is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 125 | 172 | - |
CMYK | 0 | 0.43 | 0.21 | 0.14 |
HSL | 330º | 0.57% | 0.67% | - |
HSV(B) | 330º | 0.43% | 0.86% | - |
XYZ | 43.99 | 32.71 | 43.02 | - |
YUV | 158.46 | 135.64 | 171.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 125 | 172 | 0 | 0.43 | 0.21 | 0.14 | 330 | 0.57 | 0.67 |
Hex | DB | 7D | AC | 0 | 2B | 15 | E | 14A | 39 | 43 |
Octal | 333 | 175 | 254 | 0 | 53 | 25 | 16 | 512 | 71 | 103 |
Binary | 11011011 | 1111101 | 10101100 | 0 | 101011 | 10101 | 1110 | 101001010 | 111001 | 1000011 |
Color Harmonies of #DB7DAC
Complementary color
Monochromatic Colors of #DB7DAC
Black with #DB7DAC
Text Example
Text Example
White with #DB7DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7DAC; }
p { color: rgb(219,125,172); }
H1.HeaderClassName
{
color: #DB7DAC;
}
.AnyTagClassName
{
color: #DB7DAC;
}
</style>
background-color css
<style>
a { background-color: #DB7DAC; }
a { background-color: rgb(219,125,172); }
div.DivClassName
{
background-color: #DB7DAC;
}
.BgClassName
{
background-color: #DB7DAC;
}
</style>
border-color css
<style>
span { border-color: #DB7DAC; }
span { border-color: rgb(219,125,172); }
td.TdClassName
{
border-color: #DB7DAC;
}
.TagClassName
{
border-color: #DB7DAC;
}
</style>