Shades of Kobi #DC7AAD
Tints of Kobi #DC7AAD
RGB
CMYK
RGB Variations
Color information
#DC7AAD (or 0xDC7AAD) is known color: Kobi. HEX triplet: DC, 7A and AD. RGB value is (220,122,173). Sum of RGB (Red+Green+Blue) = 220+122+173=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 122 (48.05% from 255 or 23.69% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7AAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7AAD is #238552. Grayscale: #9D9D9D. Windows color (decimal): -2327891 or 11369180. OLE color: 11369180.
HSL color Cylindrical-coordinate representation of color #DC7AAD: hue angle of 328.78º 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 #DC7AAD is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 173 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.14 |
| HSL | 328.78º | 0.58% | 0.67% | - |
| HSV(B) | 328.78º | 0.45% | 0.86% | - |
| XYZ | 44.02 | 32.15 | 43.42 | - |
| YUV | 157.12 | 136.97 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 173 | 0 | 0.45 | 0.21 | 0.14 | 328.78 | 0.58 | 0.67 |
| Hex | DC | 7A | AD | 0 | 2D | 15 | E | 149 | 3A | 43 |
| Octal | 334 | 172 | 255 | 0 | 55 | 25 | 16 | 511 | 72 | 103 |
| Binary | 11011100 | 1111010 | 10101101 | 0 | 101101 | 10101 | 1110 | 101001001 | 111010 | 1000011 |
Color Harmonies of #DC7AAD
Complementary color
Monochromatic Colors of #DC7AAD
Black with #DC7AAD
Text Example
Text Example
White with #DC7AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7AAD; }
p { color: rgb(220,122,173); }
H1.HeaderClassName
{
color: #DC7AAD;
}
.AnyTagClassName
{
color: #DC7AAD;
}
</style>
background-color css
<style>
a { background-color: #DC7AAD; }
a { background-color: rgb(220,122,173); }
div.DivClassName
{
background-color: #DC7AAD;
}
.BgClassName
{
background-color: #DC7AAD;
}
</style>
border-color css
<style>
span { border-color: #DC7AAD; }
span { border-color: rgb(220,122,173); }
td.TdClassName
{
border-color: #DC7AAD;
}
.TagClassName
{
border-color: #DC7AAD;
}
</style>