Shades of Kobi #DC7FA7
Tints of Kobi #DC7FA7
RGB
CMYK
RGB Variations
Color information
#DC7FA7 (or 0xDC7FA7) is known color: Kobi. HEX triplet: DC, 7F and A7. RGB value is (220,127,167). Sum of RGB (Red+Green+Blue) = 220+127+167=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 127 (50% from 255 or 24.71% from 514); Blue value is 167 (65.62% from 255 or 32.49% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7FA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7FA7 is #238058. Grayscale: #9F9F9F. Windows color (decimal): -2326617 or 10977244. OLE color: 10977244.
HSL color Cylindrical-coordinate representation of color #DC7FA7: hue angle of 334.19º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC7FA7 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 127 | 167 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.14 |
| HSL | 334.19º | 0.57% | 0.68% | - |
| HSV(B) | 334.19º | 0.42% | 0.86% | - |
| XYZ | 44.08 | 33.18 | 40.64 | - |
| YUV | 159.37 | 132.31 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 167 | 0 | 0.42 | 0.24 | 0.14 | 334.19 | 0.57 | 0.68 |
| Hex | DC | 7F | A7 | 0 | 2A | 18 | E | 14E | 39 | 44 |
| Octal | 334 | 177 | 247 | 0 | 52 | 30 | 16 | 516 | 71 | 104 |
| Binary | 11011100 | 1111111 | 10100111 | 0 | 101010 | 11000 | 1110 | 101001110 | 111001 | 1000100 |
Color Harmonies of #DC7FA7
Complementary color
Monochromatic Colors of #DC7FA7
Black with #DC7FA7
Text Example
Text Example
White with #DC7FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7FA7; }
p { color: rgb(220,127,167); }
H1.HeaderClassName
{
color: #DC7FA7;
}
.AnyTagClassName
{
color: #DC7FA7;
}
</style>
background-color css
<style>
a { background-color: #DC7FA7; }
a { background-color: rgb(220,127,167); }
div.DivClassName
{
background-color: #DC7FA7;
}
.BgClassName
{
background-color: #DC7FA7;
}
</style>
border-color css
<style>
span { border-color: #DC7FA7; }
span { border-color: rgb(220,127,167); }
td.TdClassName
{
border-color: #DC7FA7;
}
.TagClassName
{
border-color: #DC7FA7;
}
</style>