Shades of Kobi #DC7DAC
Tints of Kobi #DC7DAC
RGB
CMYK
RGB Variations
Color information
#DC7DAC (or 0xDC7DAC) is known color: Kobi. HEX triplet: DC, 7D and AC. RGB value is (220,125,172). Sum of RGB (Red+Green+Blue) = 220+125+172=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 125 (49.22% from 255 or 24.18% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7DAC is #238253. Grayscale: #9E9E9E. Windows color (decimal): -2327124 or 11304412. OLE color: 11304412.
HSL color Cylindrical-coordinate representation of color #DC7DAC: hue angle of 330.32º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC7DAC is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 125 | 172 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.14 |
| HSL | 330.32º | 0.58% | 0.68% | - |
| HSV(B) | 330.32º | 0.43% | 0.86% | - |
| XYZ | 44.3 | 32.86 | 43.04 | - |
| YUV | 158.76 | 135.47 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 125 | 172 | 0 | 0.43 | 0.22 | 0.14 | 330.32 | 0.58 | 0.68 |
| Hex | DC | 7D | AC | 0 | 2B | 16 | E | 14A | 3A | 44 |
| Octal | 334 | 175 | 254 | 0 | 53 | 26 | 16 | 512 | 72 | 104 |
| Binary | 11011100 | 1111101 | 10101100 | 0 | 101011 | 10110 | 1110 | 101001010 | 111010 | 1000100 |
Color Harmonies of #DC7DAC
Complementary color
Monochromatic Colors of #DC7DAC
Black with #DC7DAC
Text Example
Text Example
White with #DC7DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7DAC; }
p { color: rgb(220,125,172); }
H1.HeaderClassName
{
color: #DC7DAC;
}
.AnyTagClassName
{
color: #DC7DAC;
}
</style>
background-color css
<style>
a { background-color: #DC7DAC; }
a { background-color: rgb(220,125,172); }
div.DivClassName
{
background-color: #DC7DAC;
}
.BgClassName
{
background-color: #DC7DAC;
}
</style>
border-color css
<style>
span { border-color: #DC7DAC; }
span { border-color: rgb(220,125,172); }
td.TdClassName
{
border-color: #DC7DAC;
}
.TagClassName
{
border-color: #DC7DAC;
}
</style>