Shades of Kobi #DC7FA8
Tints of Kobi #DC7FA8
RGB
CMYK
RGB Variations
Color information
#DC7FA8 (or 0xDC7FA8) is known color: Kobi. HEX triplet: DC, 7F and A8. RGB value is (220,127,168). Sum of RGB (Red+Green+Blue) = 220+127+168=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 127 (50% from 255 or 24.66% from 515); Blue value is 168 (66.02% from 255 or 32.62% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7FA8 is #238057. Grayscale: #9F9F9F. Windows color (decimal): -2326616 or 11042780. OLE color: 11042780.
HSL color Cylindrical-coordinate representation of color #DC7FA8: hue angle of 333.55º 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 #DC7FA8 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 127 | 168 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.14 |
| HSL | 333.55º | 0.57% | 0.68% | - |
| HSV(B) | 333.55º | 0.42% | 0.86% | - |
| XYZ | 44.17 | 33.22 | 41.13 | - |
| YUV | 159.48 | 132.81 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 168 | 0 | 0.42 | 0.24 | 0.14 | 333.55 | 0.57 | 0.68 |
| Hex | DC | 7F | A8 | 0 | 2A | 18 | E | 14E | 39 | 44 |
| Octal | 334 | 177 | 250 | 0 | 52 | 30 | 16 | 516 | 71 | 104 |
| Binary | 11011100 | 1111111 | 10101000 | 0 | 101010 | 11000 | 1110 | 101001110 | 111001 | 1000100 |
Color Harmonies of #DC7FA8
Complementary color
Monochromatic Colors of #DC7FA8
Black with #DC7FA8
Text Example
Text Example
White with #DC7FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7FA8; }
p { color: rgb(220,127,168); }
H1.HeaderClassName
{
color: #DC7FA8;
}
.AnyTagClassName
{
color: #DC7FA8;
}
</style>
background-color css
<style>
a { background-color: #DC7FA8; }
a { background-color: rgb(220,127,168); }
div.DivClassName
{
background-color: #DC7FA8;
}
.BgClassName
{
background-color: #DC7FA8;
}
</style>
border-color css
<style>
span { border-color: #DC7FA8; }
span { border-color: rgb(220,127,168); }
td.TdClassName
{
border-color: #DC7FA8;
}
.TagClassName
{
border-color: #DC7FA8;
}
</style>