Shades of Kobi #DC7AAC
Tints of Kobi #DC7AAC
RGB
CMYK
RGB Variations
Color information
#DC7AAC (or 0xDC7AAC) is known color: Kobi. HEX triplet: DC, 7A and AC. RGB value is (220,122,172). Sum of RGB (Red+Green+Blue) = 220+122+172=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 122 (48.05% from 255 or 23.74% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7AAC is #238553. Grayscale: #9C9C9C. Windows color (decimal): -2327892 or 11303644. OLE color: 11303644.
HSL color Cylindrical-coordinate representation of color #DC7AAC: hue angle of 329.39º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC7AAC is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 172 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.14 |
| HSL | 329.39º | 0.58% | 0.67% | - |
| HSV(B) | 329.39º | 0.45% | 0.86% | - |
| XYZ | 43.92 | 32.11 | 42.91 | - |
| YUV | 157 | 136.47 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 172 | 0 | 0.45 | 0.22 | 0.14 | 329.39 | 0.58 | 0.67 |
| Hex | DC | 7A | AC | 0 | 2D | 16 | E | 149 | 3A | 43 |
| Octal | 334 | 172 | 254 | 0 | 55 | 26 | 16 | 511 | 72 | 103 |
| Binary | 11011100 | 1111010 | 10101100 | 0 | 101101 | 10110 | 1110 | 101001001 | 111010 | 1000011 |
Color Harmonies of #DC7AAC
Complementary color
Monochromatic Colors of #DC7AAC
Black with #DC7AAC
Text Example
Text Example
White with #DC7AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7AAC; }
p { color: rgb(220,122,172); }
H1.HeaderClassName
{
color: #DC7AAC;
}
.AnyTagClassName
{
color: #DC7AAC;
}
</style>
background-color css
<style>
a { background-color: #DC7AAC; }
a { background-color: rgb(220,122,172); }
div.DivClassName
{
background-color: #DC7AAC;
}
.BgClassName
{
background-color: #DC7AAC;
}
</style>
border-color css
<style>
span { border-color: #DC7AAC; }
span { border-color: rgb(220,122,172); }
td.TdClassName
{
border-color: #DC7AAC;
}
.TagClassName
{
border-color: #DC7AAC;
}
</style>